Home
last modified time | relevance | path

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

/third_party/benchmark/src/
Dbenchmark.cc288 bool might_have_aggregates = FLAGS_benchmark_repetitions > 1; in RunBenchmarks() local
294 might_have_aggregates |= benchmark.repetitions() > 1; in RunBenchmarks()
299 if (might_have_aggregates) name_field_width += 1 + stat_field_width; in RunBenchmarks()