electron/docs/api/structures/cpu-usage.md

7 lines
275 B
Markdown
Raw Normal View History

# CPUUsage Object
2017-05-04 21:15:27 +00:00
* `percentCPUUsage` Number - Percentage of CPU used since the last call to getCPUUsage.
First call returns 0.
2017-05-04 21:15:27 +00:00
* `idleWakeupsPerSecond` Number - The number of average idle cpu wakeups per second
since the last call to getCPUUsage. First call returns 0.