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

It is not obvious if cores field is physical or virtual

Open workhorsy opened this issue 11 years ago • 1 comments
trafficstars

Make two field: cores_physical: 4 cores_virtual: 8

workhorsy avatar Sep 22 '14 20:09 workhorsy

Looks like we can use this: https://groups.google.com/forum/#!topic/nzpug/_5sFW9BEMQ4

and multiprocessing.cpu_count()

workhorsy avatar Oct 03 '14 19:10 workhorsy