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.31k stars 275 forks source link

Any way to show a framerate graph rather than frame time? #738

Open Mossy93 opened 2 years ago

Mossy93 commented 2 years ago

Hello,

I would like to show a graph of the framerate rather than the frame time. Is there any way to do this? I know this is something you can do on Windows with MSI Afterburner.

Thank you.

the-science-guy commented 2 years ago

image You mean like this?

just add

frame_timing frametime_color=00ff00

to your ~.config/MangoHud/MangoHud.conf

Mossy93 commented 2 years ago

Yes, but that is frame time. I wanted the frame rate in frames per second as a graph. I don't think I saw that functionality.

the-science-guy commented 2 years ago

Yes, but that is frame time. I wanted the frame rate in frames per second as a graph. I don't think I saw that functionality.

Oh, pardon me, I misunderstood your request then, my apologies. AFAIK it is not implemented (yet).

Mossy93 commented 2 years ago

You're okay. Keep up the great work! 👍

shmerl commented 1 year ago

I couldn't find additional info on that, but is there some way for any parameter to be shown as a graph and not as a number or currently it's only limited to frametime?

Also, when something is a graph it would make sense to show scale, like GALLIUM_HUD is doing, otherwise it's very hard to figure out what it means.

shmerl commented 11 months ago

Any news on this?