mirror of
https://github.com/shirou/gopsutil.git
synced 2025-04-26 13:48:59 +08:00
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…
x
Reference in New Issue
Block a user