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