clear method
void
clear()
Clear all recorded data.
Implementation
void clear() {
_widgetCounts.clear();
_buildTimes.clear();
}
Clear all recorded data.
void clear() {
_widgetCounts.clear();
_buildTimes.clear();
}