method IntervalHistogram.disable Usageimport { 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. Disables the update interval timer. Returns true if the timer was stopped, false if it was already stopped. Return Type boolean