Cpu

class Cpu

Represents the amount of CPU that an app is using on a physical device. Does not represent system-wide CPU usage.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The CPU's architecture (for example, x86 or ARM).

Link copied to clipboard

The clock speed of the device's CPU, expressed in hertz (Hz). For example, a 1.2 GHz CPU is expressed as 1200000000.

Link copied to clipboard

The CPU's frequency.

Functions

Link copied to clipboard
inline fun copy(block: Cpu.Builder.() -> Unit = {}): Cpu
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String