Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dcmd_stat_impl.h85 std::string readable_count; member
104 readable_count = ReadableCountValue(csv); in CounterSummary()
Dcmd_stat.cpp144 fprintf(fp, "%s,%s,%s,(%.0f%%)%s\n", s.readable_count.c_str(), s.Name().c_str(), in ShowCSV()
181 adjust_width(width[i++], s.readable_count.size()); in ShowText()
210 s.readable_count.c_str(), static_cast<int>(width[i + 1]), s.Name().c_str(), in ShowText()