Home
last modified time | relevance | path

Searched refs:kSecond (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/third-party/benchmark/bindings/python/google_benchmark/
H A D__init__.py37 kSecond,
H A Dbenchmark.cc52 .value("kSecond", TimeUnit::kSecond) in PYBIND11_MODULE()
/llvm-project-15.0.7/third-party/benchmark/test/
H A Doptions_test.cc29 BENCHMARK(BM_basic_slow)->Arg(1000)->Unit(benchmark::kSecond);
H A Dreporter_output_test.cc257 BENCHMARK(BM_time_label_second)->Unit(benchmark::kSecond);
/llvm-project-15.0.7/third-party/benchmark/include/benchmark/
H A Dbenchmark.h511 enum TimeUnit { kNanosecond, kMicrosecond, kMillisecond, kSecond }; enumerator
1723 case kSecond: in GetTimeUnitString()
1737 case kSecond: in GetTimeUnitMultiplier()