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

6 lines
275 B
Markdown
Raw Normal View History

# CPUUsage Object
* `percentCPUUsage` number - Percentage of CPU used since the last call to getCPUUsage.
First call returns 0.
* `idleWakeupsPerSecond` number - The number of average idle cpu wakeups per second
since the last call to getCPUUsage. First call returns 0.