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