CpuInfoTimes

sealed external interface CpuInfoTimes(source)

Properties

Link copied to clipboard
abstract var idle: Double

The number of milliseconds the CPU has spent in idle mode.

Link copied to clipboard
abstract var irq: Double

The number of milliseconds the CPU has spent in irq mode.

Link copied to clipboard
abstract var nice: Double

The number of milliseconds the CPU has spent in nice mode.

Link copied to clipboard
abstract var sys: Double

The number of milliseconds the CPU has spent in sys mode.

Link copied to clipboard
abstract var user: Double

The number of milliseconds the CPU has spent in user mode.