Home
last modified time | relevance | path

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

/external/google-benchmark/src/
Dconsole_reporter.cc146 const char* timeLabel = GetTimeUnitString(result.time_unit); in PrintRunData() local
147 printer(Out, COLOR_YELLOW, "%s %-4s %s %-4s ", real_time_str.c_str(), timeLabel, in PrintRunData()
148 cpu_time_str.c_str(), timeLabel); in PrintRunData()
/external/libcxx/utils/google-benchmark/src/
Dconsole_reporter.cc147 const char* timeLabel = GetTimeUnitString(result.time_unit); in PrintRunData() local
148 printer(Out, COLOR_YELLOW, "%s %-4s %s %-4s ", real_time_str.c_str(), timeLabel, in PrintRunData()
149 cpu_time_str.c_str(), timeLabel); in PrintRunData()