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