interface Histogram
Usage
import { type Histogram } from "node:perf_hooks";
readonly
percentiles: Map<number, number>
Returns a Map object detailing the accumulated percentile distribution.
readonly
exceeds: number
The number of times the event loop delay exceeded the maximum 1 hour event loop delay threshold.