1
0
mirror of https://github.com/shirou/gopsutil.git synced 2025-04-24 13:48:56 +08:00
shirou_gopsutil/cpu/cpu_openbsd_arm.go

12 lines
157 B
Go
Raw Normal View History

// SPDX-License-Identifier: BSD-3-Clause
2022-04-15 21:11:36 +02:00
package cpu
type cpuTimes struct {
User uint32
Nice uint32
Sys uint32
Spin uint32
Intr uint32
Idle uint32
}