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.28k stars 272 forks source link

Not really an issue but a question #1264

Closed ripplingsnake closed 4 months ago

ripplingsnake commented 5 months ago

I am trying to tie mangohud fps to ryzenadj so my script will adjust tpd if the fps drops below or above the set fps. However I am struggling with getting it done. Is there a simple way to capture the fps ? Thanks

Describe the bug A clear and concise description of what the bug is.

List relevant hardware/software information

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Additional context Add any other context about the problem here.

flightlessmango commented 5 months ago

The only way currently is to have mangohud log to a file and read that file

flightlessmango commented 4 months ago

You can write this as a feature request

flightlessmango commented 4 months ago

You can write this as a feature request

Scratch that, there is already a feature request for this here #1166