Files
go-zero/core/stat/internal/cpu_other.go
2020-07-26 17:09:05 +08:00

8 lines
75 B
Go

// +build !linux
package internal
func RefreshCpu() uint64 {
return 0
}