Skip to content

Commit 300ce5c

Browse files
committed
doc: add added: info for process.cpuUsage
Ref: #6578
1 parent 0350505 commit 300ce5c

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)