|
|
|
|
|
by BeeOnRope
1701 days ago
|
|
You should be clearer what this actually does. All mainstream CPUs and operating systems are dynamically adjusting frequency and other internal behavior to optimize power versus other factors. Some of these adjustment are done in hardware (i.e., intel_pstate aka "speed shift" aka HWP) which is both faster than software and can use internal metrics not available to software. So you can't just say you're adjusting frequency dynamically to be optimal: something like that (or an attempt, at least) already happens. So what does this tool really do? |
|
Please take a look at the auto-cpufreq demo video I made which should clear some things out: https://www.youtube.com/watch?v=QkYRpVEEIlg
It's old and many things have been improved and added since then, but it describes the essence.
You can also refer to blog post on what prompted me to make one such tool: https://foolcontrol.org/?p=3124