initial import
This commit is contained in:
7
core/stat/internal/cpu_other.go
Normal file
7
core/stat/internal/cpu_other.go
Normal file
@@ -0,0 +1,7 @@
|
||||
// +build !linux
|
||||
|
||||
package internal
|
||||
|
||||
func RefreshCpu() uint64 {
|
||||
return 0
|
||||
}
|
||||
Reference in New Issue
Block a user