mirror of
https://github.com/hashicorp/packer.git
synced 2026-04-28 17:51:16 -04:00
9 lines
103 B
Go
9 lines
103 B
Go
package cpu
|
|
|
|
type cpuTimes struct {
|
|
User uint64
|
|
Nice uint64
|
|
Sys uint64
|
|
Intr uint64
|
|
Idle uint64
|
|
}
|