2017-05-04 10:49:01 -07:00
|
|
|
# CPUUsage Object
|
|
|
|
|
2021-11-16 05:13:18 +01:00
|
|
|
* `percentCPUUsage` number - Percentage of CPU used since the last call to getCPUUsage.
|
2017-05-04 10:49:01 -07:00
|
|
|
First call returns 0.
|
2021-11-16 05:13:18 +01:00
|
|
|
* `idleWakeupsPerSecond` number - The number of average idle CPU wakeups per second
|
2017-10-03 10:25:42 -07:00
|
|
|
since the last call to getCPUUsage. First call returns 0. Will always return 0 on
|
|
|
|
Windows.
|