reset method

void reset()

Reset all statistics.

Implementation

void reset() {
  _stats.clear();
}