Home
last modified time | relevance | path

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

/developtools/hiperf/src/
Dreport.cpp164 item.heat = Percentage(item.eventCount_, config.eventCount_); in UpdateReportItemsAfterAdjust()
167 item.ToDebugString().c_str(), item.heat, item.eventCount_, config.eventCount_); in UpdateReportItemsAfterAdjust()
404 float heat = Percentage(eventCount, totalEventCount); in OutputStdCallFrame() local
406 HLOGV("frame %f indent %d at %s", heat, indent, funcName.data()); in OutputStdCallFrame()
408 if (heat < option_.callStackHeatLimit_) { in OutputStdCallFrame()
413 if (heat == num) { in OutputStdCallFrame()
418 fprintf(output_, "%*.2f%% ", FULL_PERCENTAGE_NUM_LEN, heat); in OutputStdCallFrame()
498 if (reportItem.heat < option_.heatLimit_) { in OutputStdContent()
502 fprintf(output_, "%*.2f%% ", FULL_PERCENTAGE_NUM_LEN, reportItem.heat); in OutputStdContent()
531 void Report::OutputStdItemHeating(float heat, float heat2) in OutputStdItemHeating() argument
[all …]
/developtools/hiperf/include/
Dreport.h123 float heat = 0.0f; variable
557 void OutputStdItemHeating(float heat, float heat2);