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
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/perf_hooks.md')
-rw-r--r--doc/api/perf_hooks.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/perf_hooks.md b/doc/api/perf_hooks.md
index 9f146838c72..c5679f56012 100644
--- a/doc/api/perf_hooks.md
+++ b/doc/api/perf_hooks.md
@@ -55,7 +55,7 @@ Performance Timeline. If `name` is provided, removes only the named mark.
### `performance.eventLoopUtilization([util1][,util2])`
<!-- YAML
-added: REPLACEME
+added: v14.10.0
-->
* `util1` {Object} The result of a previous call to `eventLoopUtilization()`
@@ -348,7 +348,7 @@ initialized.
### `performanceNodeTiming.idleTime`
<!-- YAML
-added: REPLACEME
+added: v14.10.0
-->
* {number}