mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
convert var to const
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# CPUUsage Object
|
||||
|
||||
* `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.
|
||||
* `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.
|
||||
|
||||
Reference in New Issue
Block a user