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.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/api/perf_hooks.md b/doc/api/perf_hooks.md
index cbdd34bdb52..fd7c2bbcd68 100644
--- a/doc/api/perf_hooks.md
+++ b/doc/api/perf_hooks.md
@@ -874,7 +874,7 @@ added: v11.10.0
### `histogram.count`
<!-- YAML
-added: REPLACEME
+added: v17.4.0
-->
* {number}
@@ -884,7 +884,7 @@ The number of samples recorded by the histogram.
### `histogram.countBigInt`
<!-- YAML
-added: REPLACEME
+added: v17.4.0
-->
* {bigint}
@@ -905,7 +905,7 @@ loop delay threshold.
### `histogram.exceedsBigInt`
<!-- YAML
-added: REPLACEME
+added: v17.4.0
-->
* {bigint}
@@ -926,7 +926,7 @@ The maximum recorded event loop delay.
### `histogram.maxBigInt`
<!-- YAML
-added: REPLACEME
+added: v17.4.0
-->
* {bigint}
@@ -956,7 +956,7 @@ The minimum recorded event loop delay.
### `histogram.minBigInt`
<!-- YAML
-added: REPLACEME
+added: v17.4.0
-->
* {bigint}
@@ -977,7 +977,7 @@ Returns the value at the given percentile.
### `histogram.percentileBigInt(percentile)`
<!-- YAML
-added: REPLACEME
+added: v17.4.0
-->
* `percentile` {number} A percentile value in the range (0, 100).
@@ -998,7 +998,7 @@ Returns a `Map` object detailing the accumulated percentile distribution.
### `histogram.percentilesBigInt`
<!-- YAML
-added: REPLACEME
+added: v17.4.0
-->
* {Map}
@@ -1066,7 +1066,7 @@ added:
### `histogram.add(other)`
<!-- YAML
-added: REPLACEME
+added: v17.4.0
-->
* `other` {RecordableHistogram}