getInterval method

int getInterval()

Gets the counters dump/save interval.

Return the interval in milliseconds.

Implementation

int getInterval() {
  return _interval;
}