cpu_other.go 75 B

1234567
  1. // +build !linux
  2. package internal
  3. func RefreshCpu() uint64 {
  4. return 0
  5. }