Home
last modified time | relevance | path

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

/developtools/hiperf/src/
Dsubcommand_report.cpp44 if (!Option::GetOptionValue(args, "--diff", recordFile_[SECOND])) { in ParseOption()
47 if (!recordFile_[SECOND].empty()) { in ParseOption()
118 printf(" recordFile_:\t%s\n", recordFile_[SECOND].c_str()); in DumpOptions()
165 if (!recordFile_[SECOND].empty()) { in VerifyOption()
522 GetReport(SECOND).AdjustReportItems(); in OutputStd()
523 GetReport(FIRST).OutputStdDiff(output_, GetReport(SECOND)); in OutputStd()
604 index_ = SECOND; in OnSubCommand()
/developtools/hiperf/include/
Dsubcommand_report.h145 enum RecordIndex { FIRST = 0, SECOND = 1, MAX = 2, CURRENT = -1 } index_ = FIRST; enumerator