clear method

void clear()

Clears all aggregated data.

Implementation

void clear() {
  _fileResults.clear();
  _functionMetrics.clear();
}