Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 310 Bytes

cpu-usage.md

File metadata and controls

7 lines (6 loc) · 310 Bytes

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. Will always return 0 on Windows.