method IntervalHistogram.disable Usage in Denoimport { type IntervalHistogram } from "node:perf_hooks"; IntervalHistogram.disable(): boolean Disables the update interval timer. Returns true if the timer was stopped, false if it was already stopped. Return Type boolean