From e1fb4805cf01a3fbc431148ba777f2c0b3b756be Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Wed, 18 May 2016 20:45:00 +0200 Subject: [PATCH] doc: add `added:` info for `process.cpuUsage` Refs: https://github.com/nodejs/node/issues/6578 PR-URL: https://github.com/nodejs/node/pull/6863 Reviewed-By: Claudio Rodriguez Reviewed-By: Ben Noordhuis Reviewed-By: James M Snell --- doc/api/process.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/api/process.md b/doc/api/process.md index 80b1953d82a99d..693a6b909a5c55 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