Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAntoine du Hamel <duhamelantoine1995@gmail.com>2020-10-07 00:14:08 +0300
committerMyles Borins <mylesborins@github.com>2020-10-14 23:21:24 +0300
commit64ebbddb5f88fc238034edacde9696624348e4fb (patch)
treed8386706cb852a491c6cc8f5920954055b3a1a73 /doc
parent1ad9aca19472f0cf3818e96237605e30335e34ed (diff)
doc: fixup perf_hooks
PR-URL: https://github.com/nodejs/node/pull/35527 Reviewed-By: Shelley Vohr <codebytere@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/perf_hooks.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/api/perf_hooks.md b/doc/api/perf_hooks.md
index 6b14a23c474..ac7934d81d5 100644
--- a/doc/api/perf_hooks.md
+++ b/doc/api/perf_hooks.md
@@ -55,7 +55,9 @@ Performance Timeline. If `name` is provided, removes only the named mark.
### `performance.eventLoopUtilization([utilization1[, utilization2]])`
<!-- YAML
-added: v14.10.0
+added:
+ - v14.10.0
+ - v12.19.0
-->
* `utilization1` {Object} The result of a previous call to
@@ -345,7 +347,9 @@ initialized.
### `performanceNodeTiming.idleTime`
<!-- YAML
-added: v14.10.0
+added:
+ - v14.10.0
+ - v12.19.0
-->
* {number}