Skip to content
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

Incorrect frequency reporting for Intel 12th gen CPUs #82

Closed
xtenduke opened this issue Jan 25, 2024 · 1 comment
Closed

Incorrect frequency reporting for Intel 12th gen CPUs #82

xtenduke opened this issue Jan 25, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@xtenduke
Copy link

Current source of CPU frequency /sys/devices/system/cpu/cpu1/cpufreq/scaling_cur_freq is unsuitable for modern CPUs, specifically heterogeneous CPUs like Intels 12th gen.

Attached example shows an i7 12800h running at idle.

Screenshot from 2024-01-25 09-55-22
I think it would be better if we changed this to the highest clock speed reported across all cores.
Cores with the MAXMHZ of 3700 are E-cores and have a lower turbo clock sped.

Screenshot from 2024-01-25 10-08-41

"/sys/devices/system/cpu/cpu1/cpufreq/scaling_cur_freq"

@0ry0n 0ry0n added the bug Something isn't working label Feb 13, 2024
@0ry0n 0ry0n closed this as completed Oct 16, 2024
@0ry0n
Copy link
Owner

0ry0n commented Oct 17, 2024

Now the frequency of each core is monitored and the highest value is taken.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants