property TimerifyOptions.histogram
Usage in Deno
import { type TimerifyOptions } from "node:perf_hooks";
A histogram object created using
perf_hooks.createHistogram()
that will record runtime durations in
nanoseconds.
RecordableHistogram | undefined