You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gopsutil/cpu
Laurie Clark-Michalek 413cb32b6c Use static initialisation for invoke instances, instead of init funcs
The order of init function execution is dependant on the order that the
source files are passed to the compiler. This causes issues when
building under other build systems, such as bazel or buck, as they are
not guarenteed to maintain the same file order as the default go tool.
7 years ago
..
testdata [cpu]linux: add testcode with testdata. 8 years ago
cpu.go Use static initialisation for invoke instances, instead of init funcs 7 years ago
cpu_darwin.go Add WithContext functions. 7 years ago
cpu_darwin_cgo.go cpu[darwin]: fix Go arrays panic in cgo #279 9 years ago
cpu_darwin_nocgo.go fixed by golint. 9 years ago
cpu_fallback.go Add WithContext functions. 7 years ago
cpu_freebsd.go Add WithContext functions. 7 years ago
cpu_freebsd_386.go Eliminate use of sysctl command on FreeBSD 8 years ago
cpu_freebsd_amd64.go Eliminate use of sysctl command on FreeBSD 8 years ago
cpu_freebsd_test.go fix typo 8 years ago
cpu_linux.go Add WithContext functions. 7 years ago
cpu_linux_test.go [cpu]linux: add testcode with testdata. 8 years ago
cpu_openbsd.go Add WithContext functions. 7 years ago
cpu_solaris.go Add WithContext functions. 7 years ago
cpu_solaris_test.go rename expected dir to testdata. 8 years ago
cpu_test.go separate freebsd specific test code. 8 years ago
cpu_windows.go Merge pull request #488 from sadag/master 7 years ago