Searched refs:UseManualTime (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/test/
H A Dbenchmark_test.cc203 BENCHMARK(BM_ManualTiming)->Range(1, 1 << 14)->UseManualTime();
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
H A Dbenchmark_test.cc203 BENCHMARK(BM_ManualTiming)->Range(1, 1 << 14)->UseManualTime();
H A Dreporter_output_test.cc520 ->UseManualTime()
/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dbenchmark_register.cc378 << "Cannot set UseRealTime and UseManualTime simultaneously.";
383 Benchmark* Benchmark::UseManualTime() { function in class:benchmark::internal::Benchmark
385 << "Cannot set UseRealTime and UseManualTime simultaneously.";
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dbenchmark_register.cc399 << "Cannot set UseRealTime and UseManualTime simultaneously.";
404 Benchmark* Benchmark::UseManualTime() { function in class:benchmark::internal::Benchmark
406 << "Cannot set UseRealTime and UseManualTime simultaneously.";
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/include/benchmark/
H A Dbenchmark.h543 // is used instead of automatically measured time if UseManualTime() was
891 Benchmark* UseManualTime();
/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/include/benchmark/
H A Dbenchmark.h514 // is used instead of automatically measured time if UseManualTime() was
852 Benchmark* UseManualTime();

Completed in 268 milliseconds