Home
last modified time | relevance | path

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

/llvm-project/third-party/benchmark/bindings/python/google_benchmark/
H A D__init__.py37 kMicrosecond as kMicrosecond, unknown
H A Dexample.py107 @benchmark.option.unit(benchmark.kMicrosecond)
H A Dbenchmark.cc48 .value("kMicrosecond", TimeUnit::kMicrosecond) in NB_MODULE()
/llvm-project/third-party/benchmark/test/
H A Dtime_unit_gtest.cc30 SetDefaultTimeUnit(kMicrosecond); in TEST()
H A Doptions_test.cc27 BENCHMARK(BM_basic_slow)->Arg(100)->Unit(benchmark::kMicrosecond);
H A Dreporter_output_test.cc216 BENCHMARK(BM_time_label_microsecond)->Unit(benchmark::kMicrosecond);
767 ->Unit(benchmark::kMicrosecond);
/llvm-project/third-party/benchmark/include/benchmark/
H A Dbenchmark.h367 enum TimeUnit { kNanosecond, kMicrosecond, kMillisecond, kSecond }; enumerator
1996 case kMicrosecond: in GetTimeUnitString()
2010 case kMicrosecond: in GetTimeUnitMultiplier()
/llvm-project/third-party/benchmark/src/
H A Dbenchmark.cc682 return SetDefaultTimeUnit(kMicrosecond); in SetDefaultTimeUnitFromFlag()