UNPKG

@dnlup/doc

Version:

Get usage and health data about your Node.js process

10 lines (8 loc) 186 B
import { IntervalHistogram } from "perf_hooks"; export interface EventLoopDelayMetric { /** * computed delay in milliseconds */ computed: number, raw: IntervalHistogram }