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

Add ability to specify which core you want information for. (ARM BIG.little support)

Open DoctorObvious opened this issue 7 years ago • 2 comments
trafficstars

My situation is python 2.7.13, py-cpuinfo 4.0.0

Some ARM chips (e.g. RK3399) have a BIG.little setup. For example 2 A72 cores running at 1.8 GHz and 4 A53 cores running at 1.42 GHz.

It would be great to specify which core you were getting "cpuinfo" on.

DoctorObvious avatar Sep 18 '18 14:09 DoctorObvious

Can you attach the "system_info.txt" file generated by this script?

python tools/get_system_info.py

workhorsy avatar Sep 19 '18 00:09 workhorsy

I had to comment out the "wmic" section to get it to run. But here's the output. rk3399_system_info.txt

DoctorObvious avatar Sep 19 '18 15:09 DoctorObvious