flightlessmango / MangoHud

A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU load and more. Discord: https://discordapp.com/invite/Gj5YmBb
MIT License
6.33k stars 278 forks source link

cpu_mhz showing highest instead of AVG #1221

Closed luisalvarado closed 7 months ago

luisalvarado commented 7 months ago

This is using 0.7.1 current commit. When run like this

MANGOHUD_CONFIG=output_folder=/home/luis/mangohud-logs,horizontal,horizontal_stretch,font_size=56,engine_short_names,gpu_name,gpu_power,cpu_mhz,cpu_temp,resolution,fps_metrics=0.001+0.01+0.97+avg gamemoderun mangohud %command%

It shows the highest CPU clock instead of the average one. This is on a 13900k which has multiple cores (Hybrid)

image

flightlessmango commented 7 months ago

This behavior is consistent with how afterburner displays the cpu clock. I don't think we want to change it

luisalvarado commented 7 months ago

This behavior is consistent with how afterburner displays the cpu clock. I don't think we want to change it

Thank you, but there is no way of showing AVG? Just asking, no need to code anything extra.

flightlessmango commented 7 months ago

No we would have to write a method for it