Home
last modified time | relevance | path

Searched refs:has_repetitions (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/utils/google-benchmark/src/
Dbenchmark.cc460 bool has_repetitions = FLAGS_benchmark_repetitions > 1; in RunBenchmarks() local
465 has_repetitions |= benchmark.repetitions > 1; in RunBenchmarks()
467 if (has_repetitions) name_field_width += std::strlen("_stddev"); in RunBenchmarks()
/external/google-benchmark/src/
Dbenchmark.cc482 bool has_repetitions = FLAGS_benchmark_repetitions > 1; in RunBenchmarks() local
487 has_repetitions |= benchmark.repetitions > 1; in RunBenchmarks()
489 if (has_repetitions) name_field_width += std::strlen("_stddev"); in RunBenchmarks()