Searched refs:FULL_PERCENTAGE_LEN (Results 1 - 4 of 4) sorted by relevance
/developtools/hiperf/src/ |
H A D | spe_decoder.cpp | 984 PRINT_INDENT(indent, "%-*s ", FULL_PERCENTAGE_LEN, head.c_str()); in DumpSpeReportHead() 986 PRINT_INDENT(indent, "%-*s ", FULL_PERCENTAGE_LEN, eventCount.c_str()); in DumpSpeReportHead() 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()
|
H A D | report.cpp | 359 if (fprintf(output_, "%-*s ", FULL_PERCENTAGE_LEN, head.c_str()) < 0) { in OutputStdHead() 530 fprintf(output_, "%*s ", FULL_PERCENTAGE_LEN, "");
|
/developtools/profiler/device/plugins/native_daemon/include/ |
H A D | utilities.h | 70 constexpr const int FULL_PERCENTAGE_LEN = 6; // 100.00% variable
|
/developtools/hiperf/include/ |
H A D | utilities.h | 69 constexpr const int FULL_PERCENTAGE_LEN = 6; // 100.00% variable
|
Completed in 4 milliseconds