Browse Source

:memo: Make a note in the docs

Felix Rieseberg 7 years ago
parent
commit
c4de658964
1 changed files with 2 additions and 1 deletions
  1. 2 1
      docs/api/structures/cpu-usage.md

+ 2 - 1
docs/api/structures/cpu-usage.md

@@ -3,4 +3,5 @@
 * `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.
+  since the last call to getCPUUsage. First call returns 0. Will always return 0 on
+  Windows.