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