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