method IntervalHistogram.enable Usage in Deno```typescript import { type IntervalHistogram } from "node:node__perf_hooks.d.ts"; ``` IntervalHistogram.enable(): boolean Enables the update interval timer. Returns `true` if the timer was started, `false` if it was already started. Return Type boolean