diff --git a/doc/api/process.md b/doc/api/process.md index 80b1953d82..693a6b909a 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -547,7 +547,9 @@ added: v0.7.2 If `process.connected` is `false`, it is no longer possible to send messages. ## process.cpuUsage([previousValue]) - + Returns the user and system CPU time usage of the current process, in an object with properties `user` and `system`, whose values are microsecond values