Development Info
- Merge Request: https://invent.kde.org/plasma/libksysguard/-/merge_requests/465 Merged Target Release: Plasma 6.6.4
On my system (with Intel and NVIDIA GPUs), the GPU usage and memory graphs shown in plasma-systemmonitor were completely broken.

With this change, graphs now display useful values 😄.

I compared the VRAM values of processes with nvidia-smi and intel_gpu_top, and they look plausible now. In addition, I optimized the implementation by removing a wasteful nvidia-smi call that occurred in a loop for every line read.