IntervalHistogram.disable - Node documentation
method IntervalHistogram.disable

Usage in Deno

import { 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