Martin, can you add "effective GPU clocks" for HWinfo for 3090?

falkentyne

Active Member
Thread here:


Code is:

"NVENC Clocks (Current Clocks)"

string.format("{0} ({1}) MHz", nvapi.clocks.current.nvenc_clock, nvapi.clocks.current.core_clock);


You can test effective clocks vs requested clocks for yourself (HWinfo only shows "requested" clocks).

Fun stuff: (from bmgjet).

1609220959059.png
 
Thanks, that tool looks really interesting! Let me have a look at it in more detail ;)

Unfortunately I don't spot anything funny (nor interesting) in that picture showing a trace of ntdll. Have I missed something?
 
Thanks, that tool looks really interesting! Let me have a look at it in more detail ;)

Unfortunately I don't spot anything funny (nor interesting) in that picture showing a trace of ntdll. Have I missed something?

Oh it's functions that are apparently "disabled" for some reason (i am not the person who took that picture).
Thank you Martin. Effective (real) GPU clocks will help show people why they get low scores sometimes.
 
I was hoping that this tool will also show the Memory temperature, but it doesn't seem so. Might be an older version that didn't support this feature yet.
Would be great to get such tool as well.
 
Back
Top