Open h1z1 opened 4 years ago
Hi
Thanks for the information! Then, we should definitively test if scaling_cur_freq exists!
Just for documentation: Problem with cpuinfo is that it does not show boost clock. It will stay at the maximum base frequency. So in this case I would prefer not showing any information at all, rather than potentially wrong data.
Tracking things like boost clocks would be ...a nightmare no? XFR, AFR, CPR... Maybe a simpler idea is track the running maximum? Should make it pretty clear which CPUs are hitting per core XFR for example.
Hi
Not sure how you want to handle it but scaling_cur_freq is not guaranteed to exist. When it doesn't the console scrolls with errors
Using acpi_idle for example:
s'pose as a fallback you could parse cpuinfo, kinda messy either way.