clear method

void clear()

Clears all tracked screen times (useful for testing).

Implementation

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