Home
last modified time | relevance | path

Searched refs:otherConfig (Results 1 – 2 of 2) sorted by relevance

/developtools/hiperf/src/
Dreport.cpp342 bool Report::OutputStdStatistics(ReportEventConfigItem &config, ReportEventConfigItem &otherConfig) in OutputStdStatistics() argument
344 if (config != otherConfig) { in OutputStdStatistics()
351 otherConfig.sampleCount_); in OutputStdStatistics()
357 fprintf(output_, "%" PRIu64 " vs %" PRIu64 "\n", config.eventCount_, otherConfig.eventCount_); in OutputStdStatistics()
/developtools/hiperf/include/
Dreport.h544 bool OutputStdStatistics(ReportEventConfigItem &config, ReportEventConfigItem &otherConfig);