Home
last modified time | relevance | path

Searched defs:has_explicit_iteration_count (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dbenchmark_runner.cc180 const bool has_explicit_iteration_count; member in benchmark::internal::__anonb5e75de60111::BenchmarkRunner
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dbenchmark.cc189 const bool has_explicit_iteration_count = b.iterations != 0; in RunBenchmark() local