IntervalHistogram.disable - Node documentation
method IntervalHistogram.disable

Usage

import { type IntervalHistogram } from "node:perf_hooks";

Disables the update interval timer. Returns true if the timer was stopped, false if it was already stopped.

Return Type

boolean