Files
go-zero/core/stat/internal/cpu_other.go

8 lines
75 B
Go
Raw Normal View History

2020-07-26 17:09:05 +08:00
// +build !linux
package internal
func RefreshCpu() uint64 {
return 0
}