Home
last modified time | relevance | path

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

/llvm-project-15.0.7/third-party/benchmark/bindings/python/google_benchmark/
H A D__init__.py35 kMicrosecond,
H A Dexample.py104 @benchmark.option.unit(benchmark.kMicrosecond)
H A Dbenchmark.cc50 .value("kMicrosecond", TimeUnit::kMicrosecond) in PYBIND11_MODULE()
/llvm-project-15.0.7/third-party/benchmark/test/
H A Doptions_test.cc27 BENCHMARK(BM_basic_slow)->Arg(100)->Unit(benchmark::kMicrosecond);
H A Dreporter_output_test.cc211 BENCHMARK(BM_time_label_microsecond)->Unit(benchmark::kMicrosecond);
761 ->Unit(benchmark::kMicrosecond);
/llvm-project-15.0.7/third-party/benchmark/include/benchmark/
H A Dbenchmark.h511 enum TimeUnit { kNanosecond, kMicrosecond, kMillisecond, kSecond }; enumerator
1727 case kMicrosecond: in GetTimeUnitString()
1741 case kMicrosecond: in GetTimeUnitMultiplier()