Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 396 Bytes

cpu-usage.md

File metadata and controls

8 lines (7 loc) · 396 Bytes

CPUUsage Object

  • percentCPUUsage number - Percentage of CPU used since the last call to getCPUUsage. First call returns 0.
  • cumulativeCPUUsage number - Total seconds of CPU time used since process startup.
  • idleWakeupsPerSecond number - The number of average idle CPU wakeups per second since the last call to getCPUUsage. First call returns 0. Will always return 0 on Windows.