Searched refs:GetTimeUnitString (Results 1 - 8 of 8) sorted by relevance

/external/google-benchmark/src/
H A Djson_reporter.cc133 << indent << FormatKV("time_unit", GetTimeUnitString(run.time_unit));
142 out << indent << FormatKV("time_unit", GetTimeUnitString(run.time_unit));
H A Dcsv_reporter.cc85 Out << GetTimeUnitString(run.time_unit);
H A Dconsole_reporter.cc108 const char* timeLabel = GetTimeUnitString(result.time_unit);
/external/libcxx/utils/google-benchmark/src/
H A Djson_reporter.cc133 << indent << FormatKV("time_unit", GetTimeUnitString(run.time_unit));
142 out << indent << FormatKV("time_unit", GetTimeUnitString(run.time_unit));
H A Dcsv_reporter.cc85 Out << GetTimeUnitString(run.time_unit);
H A Dconsole_reporter.cc108 const char* timeLabel = GetTimeUnitString(result.time_unit);
/external/google-benchmark/include/benchmark/
H A Dreporter.h194 inline const char* GetTimeUnitString(TimeUnit unit) { function in namespace:benchmark
/external/libcxx/utils/google-benchmark/include/benchmark/
H A Dreporter.h194 inline const char* GetTimeUnitString(TimeUnit unit) { function in namespace:benchmark

Completed in 80 milliseconds