1
0
mirror of https://github.com/shirou/gopsutil.git synced 2025-04-29 13:49:21 +08:00

10 Commits

Author SHA1 Message Date
Shirou WAKAYAMA
7be5e618bc add a import. 2014-11-12 10:10:40 +09:00
KenjiTakahashi
d3206cbaf1 CPUTimes percpu for Darwin 2014-11-08 22:43:32 +01:00
Shirou WAKAYAMA
0fcf3154d3 fix error getting CPUInfo on darwin. 2014-11-02 18:29:12 +09:00
Shirou WAKAYAMA
6f9abdb869 fix cpu info outofrange error on darwin. 2014-09-20 10:38:21 +09:00
Shirou WAKAYAMA
a7a157d0f7 remove "mustParse" function on darwin. 2014-09-20 10:17:00 +09:00
WAKAYAMA Shirou
a2d4c5dcb8 error handling in linux is now unsuppressed.
However, so many err check is introduced. Some refactoring is needed.
2014-09-19 22:41:29 +09:00
Lukas Lueg
0d21129dc7 Rename idents to gofmt-specs 2014-08-15 20:05:26 +02:00
Shirou WAKAYAMA
82227bfed4 add VendorId and CacheSize on darwin. 2014-08-08 23:55:18 +09:00
Shirou WAKAYAMA
2d08e158d6 change to use sysctl machdep.cpu. for CpuInfo on darwin. 2014-08-08 23:50:15 +09:00
Shirou WAKAYAMA
a199f2d854 add darwin placeholder. Not working yet.
Currently, test should be failed with NotImplementedError or something.
2014-08-08 23:09:28 +09:00