Skip to main content
TimerifyOptions - perf_hooks - Node documentation
interface TimerifyOptions

Usage in Deno

import { type TimerifyOptions } from "node:perf_hooks";

Properties

optional
histogram: RecordableHistogram | undefined

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