Skip to main content
interface TimerifyOptions

Properties

optional
histogram: RecordableHistogram | undefined

A histogram object created using perf_hooks.createHistogram() that will record runtime durations in nanoseconds.

Back to top