Properties Jump to heading
Jump to headingcount: numberThe number of samples recorded by the histogram.
Jump to headingcountBigInt: bigintThe number of samples recorded by the histogram. v17.4.0, v16.14.0
Jump to headingexceeds: numberThe number of times the event loop delay exceeded the maximum 1 hour event loop delay threshold.
Jump to headingexceedsBigInt: bigintThe number of times the event loop delay exceeded the maximum 1 hour event loop delay threshold.
Jump to headingmax: numberThe maximum recorded event loop delay.
Jump to headingmaxBigInt: numberThe maximum recorded event loop delay. v17.4.0, v16.14.0
Jump to headingmean: numberThe mean of the recorded event loop delays.
Jump to headingmin: numberThe minimum recorded event loop delay.
Jump to headingminBigInt: bigintThe minimum recorded event loop delay. v17.4.0, v16.14.0
Jump to headingpercentiles: Map<number, number>Returns a Map object detailing the accumulated percentile distribution.
Jump to headingpercentilesBigInt: Map<bigint, bigint>Returns a Map object detailing the accumulated percentile distribution.
Jump to headingstddev: numberThe standard deviation of the recorded event loop delays.
Methods Jump to heading
Jump to headingpercentile(percentile: number): numberReturns the value at the given percentile.
Jump to headingpercentileBigInt(percentile: number): bigintReturns the value at the given percentile.
Jump to headingreset(): voidResets the collected histogram data.