Home
last modified time | relevance | path

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

/developtools/hiperf/src/
Dsubcommand_report.cpp38 if (!Option::GetOptionValue(args, "-i", recordFile_[FIRST])) { in ParseOption()
117 printf(" recordFile_:\t%s\n", recordFile_[FIRST].c_str()); in DumpOptions()
161 if (recordFile_[FIRST].empty()) { in VerifyOption()
506 GetReport(FIRST).AdjustReportItems(); in OutputStd()
507 GetReport(FIRST).OutputStd(output_); in OutputStd()
509 GetReport(FIRST).AdjustReportItems(); in OutputStd()
511 GetReport(FIRST).OutputStdDiff(output_, GetReport(SECOND)); in OutputStd()
598 index_ = FIRST; in OnSubCommand()
607 GetReport(FIRST).virtualRuntime_.symbolicRecordTimes_.count() / MS_DUARTION); in OnSubCommand()
/developtools/hiperf/include/
Dsubcommand_report.h144 enum RecordIndex { FIRST = 0, SECOND = 1, MAX = 2, CURRENT = -1 } index_ = FIRST; enumerator