-
Notifications
You must be signed in to change notification settings - Fork 325
Show CPU efficiency #1629
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Show CPU efficiency #1629
Conversation
Maybe Lines 409 to 411 in f8a36e9
Lines 96 to 98 in f8a36e9
|
Moved where/how? But probably yes? |
I was sorta asking what your preference would be for an option like that. It's not obvious to me where it should go other than just stick it at the bottom lol. |
I see what you mean. Can't really think of a good place to put it |
This might be interesting to have for devices like steam deck where you calculate based on the battery wattage |
Something like |
Yeah I think that sounds good |
a997fbf
to
d6b8ed4
Compare
d6b8ed4
to
fa3423e
Compare
I've moved Do you have a development workflow for testing on the Steam Deck? I made it happen when making the power limit PR, but it was a complete mess. Kinda need that sorted to work on |
No not really |
Because we have GPU measured in WATT would be nice to convert JOULES to WATTs. W=J/s |
CPU analog of #1622.
Adds a HUD element that displays CPU efficiency in frames per joule (F/J).
I would be interested in adding a CPU power limit indicator like in #1623, but AFAIK, CPUs don't seem to report that without poking at the MSRs and such.