Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DSampleDisplayer.h141 std::string percentage_s = "-- "; in DisplayCallGraphEntry() local
147 percentage_s = android::base::StringPrintf("--%.2f%%-- ", percentage); in DisplayCallGraphEntry()
154 fprintf(fp, "%s%s%s\n", prefix.c_str(), percentage_s.c_str(), in DisplayCallGraphEntry()
157 fprintf(fp, "%s%*s%s\n", prefix.c_str(), static_cast<int>(percentage_s.size()), "", in DisplayCallGraphEntry()