interface EventLoopMonitorOptions
Usage in Deno
import { type EventLoopMonitorOptions } from "node:perf_hooks";
optional
resolution: number | undefined
The sampling rate in milliseconds. Must be greater than zero.
import { type EventLoopMonitorOptions } from "node:perf_hooks";
resolution: number | undefined
The sampling rate in milliseconds. Must be greater than zero.