HomeSort by relevance Sort by last modified time
    Searched refs:GetTimeUnitString (Results 1 - 8 of 8) sorted by null

  /external/google-benchmark/src/
json_reporter.cc 133 << indent << FormatKV("time_unit", GetTimeUnitString(run.time_unit));
142 out << indent << FormatKV("time_unit", GetTimeUnitString(run.time_unit));
csv_reporter.cc 116 Out << GetTimeUnitString(run.time_unit);
console_reporter.cc 141 const char* timeLabel = GetTimeUnitString(result.time_unit);
  /external/libcxx/utils/google-benchmark/src/
json_reporter.cc 133 << indent << FormatKV("time_unit", GetTimeUnitString(run.time_unit));
142 out << indent << FormatKV("time_unit", GetTimeUnitString(run.time_unit));
csv_reporter.cc 85 Out << GetTimeUnitString(run.time_unit);
console_reporter.cc 108 const char* timeLabel = GetTimeUnitString(result.time_unit);
  /external/google-benchmark/include/benchmark/
reporter.h 211 inline const char* GetTimeUnitString(TimeUnit unit) {
  /external/libcxx/utils/google-benchmark/include/benchmark/
reporter.h 194 inline const char* GetTimeUnitString(TimeUnit unit) {

Completed in 226 milliseconds