py-cpuinfo icon indicating copy to clipboard operation
py-cpuinfo copied to clipboard

cpuinfo.get_cpu_info() `hz_actual` and `hz_advertised` is 400MHz (Current) Instead of actual advertised/max values. No reliable way to get the CPU's highest possible clock rate

Open ipaqmaster opened this issue 6 months ago • 1 comments

ipaqmaster avatar Jun 18 '25 01:06 ipaqmaster

Using import psutil ; psutil.cpu_freq().max for the time being.

ipaqmaster avatar Jun 18 '25 01:06 ipaqmaster