Home
last modified time | relevance | path

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

/llvm-project/third-party/benchmark/src/
H A Djson_reporter.cc285 << indent << FormatKV("time_unit", GetTimeUnitString(run.time_unit)); in PrintRunData()
292 out << indent << FormatKV("time_unit", GetTimeUnitString(run.time_unit)); in PrintRunData()
H A Dcsv_reporter.cc140 Out << GetTimeUnitString(run.time_unit); in PrintRunData()
H A Dconsole_reporter.cc167 const char* timeLabel = GetTimeUnitString(result.time_unit); in PrintRunData()
/llvm-project/third-party/benchmark/include/benchmark/
H A Dbenchmark.h1990 inline const char* GetTimeUnitString(TimeUnit unit) { in GetTimeUnitString() function