Home
last modified time | relevance | path

Searched refs:it2 (Results 1 - 2 of 2) sorted by relevance

/developtools/hiperf/src/
H A Dreport.cpp554 ReportItemsConstIt it2 = right.reportItems_.begin();
556 // still have it2 ?
557 if (it2 != right.reportItems_.end()) {
558 // find the same item in it2 by same sort key
559 while (it2 != right.reportItems_.end()) {
560 if (MultiLevelSame(*it, *it2)) {
563 if (it->heat > option_.heatLimit_ and it2->heat > option_.heatLimit_) {
564 OutputStdItemHeating(it->heat, it2->heat);
568 it2++; member
571 // only print it2 ite
574 OutputStdContentItem(*it2); global() variable
576 it2++; global() member
[all...]
H A Dspe_decoder.cpp928 for (auto& it2 : it->second) { in UpdateHeating()
929 float heating = (float)it2.second.count / cc * FULL_PERCENTAGE; in UpdateHeating()
930 HLOGV("heating %llu/%llu %f", it2.second.count, cc, heating); in UpdateHeating()
931 it2.second.heating = heating; in UpdateHeating()
1012 for (auto& it2 : it->second) { in DumpSpeReportData()
1013 PRINT_INDENT(indent + 1, "%*.2f%% ", FULL_PERCENTAGE_LEN, it2.second.heating); in DumpSpeReportData()
1014 PRINT_INDENT(indent + 1, "%-*llu ", FULL_PERCENTAGE_LEN, it2.second.count); in DumpSpeReportData()
1015 PRINT_INDENT(indent + 1, "%-*s ", SPE_PERCENTAGE_COMM_LEN, it2.second.comm.c_str()); in DumpSpeReportData()
1016 PRINT_INDENT(indent + 1, "0x%-*llx ", SPE_PERCENTAGE_PC_LEN, it2.second.pc); in DumpSpeReportData()
1017 PRINT_INDENT(indent + 1, "%-*s ", SPE_PERCENTAGE_DSO_LEN, it2 in DumpSpeReportData()
[all...]

Completed in 4 milliseconds