@@ -400,7 +400,7 @@ is equal to `type`.
400400
401401## perf_hooks.monitorEventLoopDelay([ options] )
402402<!-- YAML
403- added: REPLACEME
403+ added: v11.10.0
404404-->
405405
406406* ` options ` {Object}
@@ -434,13 +434,13 @@ console.log(h.percentile(99));
434434
435435### Class: Histogram
436436<!-- YAML
437- added: REPLACEME
437+ added: v11.10.0
438438-->
439439Tracks the event loop delay at a given sampling rate.
440440
441441#### histogram.disable()
442442<!-- YAML
443- added: REPLACEME
443+ added: v11.10.0
444444-->
445445
446446* Returns: {boolean}
@@ -450,7 +450,7 @@ stopped, `false` if it was already stopped.
450450
451451#### histogram.enable()
452452<!-- YAML
453- added: REPLACEME
453+ added: v11.10.0
454454-->
455455
456456* Returns: {boolean}
@@ -460,7 +460,7 @@ started, `false` if it was already started.
460460
461461#### histogram.exceeds
462462<!-- YAML
463- added: REPLACEME
463+ added: v11.10.0
464464-->
465465
466466* {number}
@@ -470,7 +470,7 @@ loop delay threshold.
470470
471471#### histogram.max
472472<!-- YAML
473- added: REPLACEME
473+ added: v11.10.0
474474-->
475475
476476* {number}
@@ -479,7 +479,7 @@ The maximum recorded event loop delay.
479479
480480#### histogram.mean
481481<!-- YAML
482- added: REPLACEME
482+ added: v11.10.0
483483-->
484484
485485* {number}
@@ -488,7 +488,7 @@ The mean of the recorded event loop delays.
488488
489489#### histogram.min
490490<!-- YAML
491- added: REPLACEME
491+ added: v11.10.0
492492-->
493493
494494* {number}
@@ -497,7 +497,7 @@ The minimum recorded event loop delay.
497497
498498#### histogram.percentile(percentile)
499499<!-- YAML
500- added: REPLACEME
500+ added: v11.10.0
501501-->
502502
503503* ` percentile ` {number} A percentile value between 1 and 100.
@@ -507,7 +507,7 @@ Returns the value at the given percentile.
507507
508508#### histogram.percentiles
509509<!-- YAML
510- added: REPLACEME
510+ added: v11.10.0
511511-->
512512
513513* {Map}
@@ -516,14 +516,14 @@ Returns a `Map` object detailing the accumulated percentile distribution.
516516
517517#### histogram.reset()
518518<!-- YAML
519- added: REPLACEME
519+ added: v11.10.0
520520-->
521521
522522Resets the collected histogram data.
523523
524524#### histogram.stddev
525525<!-- YAML
526- added: REPLACEME
526+ added: v11.10.0
527527-->
528528
529529* {number}
0 commit comments