Commit Graph

9 Commits (a22c0c27d91127af690e58933eebea26467a5c84)

Author SHA1 Message Date
WAKAYAMA shirou 64357f04e7 use StackExchange/wmi instead of invoking wmic process.
Note: This may not work on some old Windows XP.
WAKAYAMA Shirou 5f8b99aa65 windows: GetWmic returns [][]string where string split by ","
Shirou WAKAYAMA 170390c0df cpu: fix build option on unix.
WAKAYAMA Shirou ead8393137 cpu: use wmic to get CPU usage on Windows.
WAKAYAMA Shirou 4694ce0e4d cpu: use wmic to get CPUInfo on Windows
Shirou WAKAYAMA 4b5bf22b88 change CPUTimes type from float32 to float64 to resolve precision issue.
Shirou WAKAYAMA 13cd195a7e change package name.
WAKAYAMA Shirou 9f2c985a28 fix windows build.
Shirou WAKAYAMA a4671fcc2a move subdirectories. refer to issue #24