2
0
mirror of https://github.com/status-im/status-go.git synced 2025-01-29 16:06:47 +00:00

10 lines
103 B
Go
Raw Normal View History

package cpu
type cpuTimes struct {
User uint64
Nice uint64
Sys uint64
Intr uint64
Idle uint64
}