clear static method

void clear()

Implementation

static void clear() {
  _startTimes.clear();
  _endTimes.clear();
}