TODO: CPUTimes percpu for Windows
This commit is contained in:
parent
d3206cbaf1
commit
ab23ece76e
|
@ -7,6 +7,7 @@ import (
|
|||
"unsafe"
|
||||
)
|
||||
|
||||
// TODO: Get percpu
|
||||
func CPUTimes(percpu bool) ([]CPUTimesStat, error) {
|
||||
var ret []CPUTimesStat
|
||||
|
||||
|
|
Loading…
Reference in New Issue