Properties Jump to heading
Jump to headingcount: number
The number of samples recorded by the histogram.
Jump to headingcountBigInt: bigint
The number of samples recorded by the histogram. v17.4.0, v16.14.0
Jump to headingexceeds: number
The number of times the event loop delay exceeded the maximum 1 hour event loop delay threshold.
Jump to headingexceedsBigInt: bigint
The number of times the event loop delay exceeded the maximum 1 hour event loop delay threshold.
Jump to headingmax: number
The maximum recorded event loop delay.
Jump to headingmaxBigInt: number
The maximum recorded event loop delay. v17.4.0, v16.14.0
Jump to headingmean: number
The mean of the recorded event loop delays.
Jump to headingmin: number
The minimum recorded event loop delay.
Jump to headingminBigInt: bigint
The 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: number
The standard deviation of the recorded event loop delays.
Methods Jump to heading
Jump to headingpercentile(percentile: number): number
Returns the value at the given percentile.
Jump to headingpercentileBigInt(percentile: number): bigint
Returns the value at the given percentile.
Jump to headingreset(): void
Resets the collected histogram data.