Home
last modified time | relevance | path

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

/developtools/hiperf/src/
Dreport.cpp565 ReportItemsConstIt it2 = right.reportItems_.begin(); in OutputStdContentDiff() local
568 if (it2 != right.reportItems_.end()) { in OutputStdContentDiff()
570 while (it2 != right.reportItems_.end()) { in OutputStdContentDiff()
571 if (MultiLevelSame(*it, *it2)) { in OutputStdContentDiff()
574 if (it->heat > option_.heatLimit_ and it2->heat > option_.heatLimit_) { in OutputStdContentDiff()
575 OutputStdItemHeating(it->heat, it2->heat); in OutputStdContentDiff()
579 it2++; in OutputStdContentDiff()
583 if (it2->heat > option_.heatLimit_) { in OutputStdContentDiff()
584 OutputStdItemHeating(0.0f, it2->heat); in OutputStdContentDiff()
585 OutputStdContentItem(*it2); in OutputStdContentDiff()
[all …]