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