📝 Make a note in the docs

This commit is contained in:
Felix Rieseberg 2017-10-03 10:25:42 -07:00
parent 9fcf7eb27c
commit c4de658964

View file

@ -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.