Skip to main content

IntervalHistogram

interface IntervalHistogram
extends Histogram

Enables the update interval timer. Returns true if the timer was started, false if it was already started.

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

Back to top