pub(crate) const GPU_SYNC_INTERVAL: Duration;
Minimum interval between NVML GPU PID syncs. Kept separate from CPU polling so that fast polling (e.g. 100 ms) does not trigger expensive NVML calls every tick.