Logo HardwareVisualizer
← Back to Changelog

v1.7.2

v1.7.2 View on GitHub
Bug Fixes Intel GPU Windows macOS

What’s Changed

GPU usage on macOS was previously reported significantly higher than actual values (e.g., 50–60% even at idle).
This was caused by macOS keeping the GPU clocked at a low P-state for display compositing.
This update now references the DVFS frequency table and applies a frequency-weighted usage calculation algorithm, resulting in more accurate GPU usage reporting.

Additionally, Intel GPU usage was not displayed on Windows.
A new monitoring method using PDH and DXGI has been added, enabling GPU usage monitoring on systems with Intel GPUs.

Fixed

  • Fix(macos): Use frequency-weighted GPU usage calculation by @shm11C3 in (#1293)
  • Fix(windows): Add Intel GPU usage monitoring support via PDH and DXGI by @shm11C3 in (#1295)