count: numberThe number of samples recorded by the histogram.
countBigInt: bigintThe number of samples recorded by the histogram. v17.4.0, v16.14.0
exceeds: numberThe number of times the event loop delay exceeded the maximum 1 hour event loop delay threshold.
exceedsBigInt: bigintThe number of times the event loop delay exceeded the maximum 1 hour event loop delay threshold.
max: numberThe maximum recorded event loop delay.
maxBigInt: numberThe maximum recorded event loop delay. v17.4.0, v16.14.0
mean: numberThe mean of the recorded event loop delays.
min: numberThe minimum recorded event loop delay.
minBigInt: bigintThe minimum recorded event loop delay. v17.4.0, v16.14.0
percentiles: Map<number, number>Returns a Map object detailing the accumulated percentile distribution.
percentilesBigInt: Map<bigint, bigint>Returns a Map object detailing the accumulated percentile distribution.
stddev: numberThe standard deviation of the recorded event loop delays.
percentile(percentile: number): numberReturns the value at the given percentile.
percentileBigInt(percentile: number): bigintReturns the value at the given percentile.
reset(): voidResets the collected histogram data.