Home
last modified time | relevance | path

Searched refs:FULL_PERCENTAGE_LEN (Results 1 - 4 of 4) sorted by relevance

/developtools/hiperf/src/
H A Dspe_decoder.cpp984 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 Dreport.cpp359 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 Dutilities.h70 constexpr const int FULL_PERCENTAGE_LEN = 6; // 100.00% variable
/developtools/hiperf/include/
H A Dutilities.h69 constexpr const int FULL_PERCENTAGE_LEN = 6; // 100.00% variable

Completed in 4 milliseconds