Replies: 1 comment
-
Hi, afaik WMI does not provide any interface for CPU boost frequency. But I'll check if there are other ways to get boost frequency |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently Win32_Processor query functions gives only base and max clock speed.
For my 5800X3D it shows 3.4.Ghz base clock speed in both cases.
I want to get my max turbo clock speed, which is 4.5 Ghz i guess.
Is there any way to get the turbo clock speed with windows api?
Beta Was this translation helpful? Give feedback.
All reactions