clear method

void clear()

清空性能数据

Implementation

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