Home
last modified time | relevance | path

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

/third_party/benchmark/bindings/python/google_benchmark/
D__init__.py34 kNanosecond,
Dbenchmark.cc49 .value("kNanosecond", TimeUnit::kNanosecond) in PYBIND11_MODULE()
/third_party/benchmark/test/
Doptions_test.cc26 BENCHMARK(BM_basic_slow)->Arg(10)->Unit(benchmark::kNanosecond);
Dreporter_output_test.cc188 BENCHMARK(BM_time_label_nanosecond)->Unit(benchmark::kNanosecond);
959 ->Unit(benchmark::TimeUnit::kNanosecond)
/third_party/benchmark/include/benchmark/
Dbenchmark.h511 enum TimeUnit { kNanosecond, kMicrosecond, kMillisecond, kSecond }; enumerator
1533 time_unit(kNanosecond), in Run()
1729 case kNanosecond: in GetTimeUnitString()
1743 case kNanosecond: in GetTimeUnitMultiplier()
/third_party/benchmark/src/
Dbenchmark_register.cc205 time_unit_(kNanosecond), in Benchmark()