cpuUsages property

List<double>? cpuUsages
getter/setter pair

CPU usages in percentage for each core available on the device.

Usage is 0 for each unplugged core. Empty array implies that CPU usage is not supported in the system.

Implementation

core.List<core.double>? cpuUsages;