Home
last modified time | relevance | path

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

/developtools/hiperf/src/
Dreport.cpp498 if (reportItem.heat < option_.heatLimit_) { in OutputStdContent()
574 if (it->heat > option_.heatLimit_ and it2->heat > option_.heatLimit_) { in OutputStdContentDiff()
583 if (it2->heat > option_.heatLimit_) { in OutputStdContentDiff()
593 if (it->heat > option_.heatLimit_) { in OutputStdContentDiff()
611 if (reportItem.heat > option_.heatLimit_) { in OutputStdContentDiffOneSide()
Dsubcommand_report.cpp58 if (!Option::GetOptionValue(args, "--limit-percent", reportOption_.heatLimit_)) { in ParseOption()
153 if (reportOption_.heatLimit_ < min or reportOption_.heatLimit_ > max) { in VerifyOption()
/developtools/hiperf/test/unittest/common/native/
Dsubcommand_report_test.cpp1085 Option::GetOptionValue(args, "--limit-percent", mSubCommandReport.reportOption_.heatLimit_),
1091 mSubCommandReport.reportOption_.heatLimit_ = 101.0;
/developtools/hiperf/include/
Dreport.h351 float heatLimit_ = 0.0f; member