github leandrosa81/taskbar-monitor v0.5.3
taskbar-monitor v0.5.3

7 months ago

Changes:

  • GPU 3D now has a dynamic label and will the display GPU engine name that is most used at any given time (3D, CUDA, Graphics, etc.). This mimics the behavior of Windows Task Manager (at least on the summary on the left bar).
    image

In the future, I will add the possibility to fix any engine as static graph, but for now I think it will do the job.

  • Big boost to overall performance, as all counters now are collected at the same time, using PDH library;
  • Fix total memory bug: on some virtualized environments, the function GetPhysicallyInstalledSystemMemory returns 0. Added fallback method GlobalMemoryStatusEx;
  • Try to fix vertical mode (fixes #60). Not ideal yet, but at least should be usable;

This version should be really lighter on CPU as we changed the way the taskbar monitors the performance counters. On my machine, CPU usage dropped from 2% on version 0.5.2, to just 0.2%.

Don't miss a new taskbar-monitor release

NewReleases is sending notifications on new releases.