cpus

abstract fun cpus(): List<CPUInfo>

Method: os.cpus()

Returns an array of objects containing information about each CPU/core installed on the system.

Return

An array of objects describing each system CPU.