Skip to content

Commit e1fb480

Browse files
addaleaxrvagg
authored andcommitted
doc: add added: info for process.cpuUsage
Refs: #6578 PR-URL: #6863 Reviewed-By: Claudio Rodriguez <cjrodr@yahoo.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 8a0329f commit e1fb480

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/api/process.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,9 @@ added: v0.7.2
547547
If `process.connected` is `false`, it is no longer possible to send messages.
548548

549549
## process.cpuUsage([previousValue])
550-
<!-- TODO add YAML block when cpuUsage is in a release -->
550+
<!-- YAML
551+
added: v6.1.0
552+
-->
551553

552554
Returns the user and system CPU time usage of the current process, in an object
553555
with properties `user` and `system`, whose values are microsecond values

0 commit comments

Comments
 (0)