6 lines
74 B
Go
6 lines
74 B
Go
|
// +build android
|
||
|
|
||
|
package metrics
|
||
|
|
||
|
func readCPUStats(stats *CPUStats) {}
|