We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
added:
process.cpuUsage
1 parent 8a0329f commit e1fb480Copy full SHA for e1fb480
doc/api/process.md
@@ -547,7 +547,9 @@ added: v0.7.2
547
If `process.connected` is `false`, it is no longer possible to send messages.
548
549
## process.cpuUsage([previousValue])
550
-<!-- TODO add YAML block when cpuUsage is in a release -->
+<!-- YAML
551
+added: v6.1.0
552
+-->
553
554
Returns the user and system CPU time usage of the current process, in an object
555
with properties `user` and `system`, whose values are microsecond values
0 commit comments