clear method

void clear()

Clear all recorded times

Implementation

void clear() {
  _frameTimes.clear();
}