clear method

void clear()

Clear all recorded data.

Implementation

void clear() {
  _widgetCounts.clear();
  _buildTimes.clear();
}