Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/test/
H A Doptions_test.cc26 BENCHMARK(BM_basic_slow)->Arg(100)->Unit(benchmark::kMicrosecond);
H A Dreporter_output_test.cc321 ->Unit(benchmark::kMicrosecond);
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
H A Doptions_test.cc26 BENCHMARK(BM_basic_slow)->Arg(100)->Unit(benchmark::kMicrosecond);
H A Dreporter_output_test.cc469 ->Unit(benchmark::kMicrosecond);
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/include/benchmark/
H A Dbenchmark.h390 enum TimeUnit { kNanosecond, kMicrosecond, kMillisecond }; enumerator
1445 case kMicrosecond: in GetTimeUnitString()
1457 case kMicrosecond: in GetTimeUnitMultiplier()
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/include/benchmark/
H A Dbenchmark.h408 enum TimeUnit { kNanosecond, kMicrosecond, kMillisecond }; enumerator
1529 case kMicrosecond: in GetTimeUnitString()
1541 case kMicrosecond: in GetTimeUnitMultiplier()