📝 Make a note in the docs
This commit is contained in:
parent
9fcf7eb27c
commit
c4de658964
1 changed files with 2 additions and 1 deletions
|
@ -3,4 +3,5 @@
|
||||||
* `percentCPUUsage` Number - Percentage of CPU used since the last call to getCPUUsage.
|
* `percentCPUUsage` Number - Percentage of CPU used since the last call to getCPUUsage.
|
||||||
First call returns 0.
|
First call returns 0.
|
||||||
* `idleWakeupsPerSecond` Number - The number of average idle cpu wakeups per second
|
* `idleWakeupsPerSecond` Number - The number of average idle cpu wakeups per second
|
||||||
since the last call to getCPUUsage. First call returns 0.
|
since the last call to getCPUUsage. First call returns 0. Will always return 0 on
|
||||||
|
Windows.
|
||||||
|
|
Loading…
Reference in a new issue