Home
last modified time | relevance | path

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

/external/libcxx/utils/google-benchmark/src/
Dbenchmark.cc233 size_t stat_field_width = 0; in RunBenchmarks() local
240 stat_field_width = std::max<size_t>(stat_field_width, Stat.name_.size()); in RunBenchmarks()
242 if (might_have_aggregates) name_field_width += 1 + stat_field_width; in RunBenchmarks()
/external/google-benchmark/src/
Dbenchmark.cc233 size_t stat_field_width = 0; in RunBenchmarks() local
240 stat_field_width = std::max<size_t>(stat_field_width, Stat.name_.size()); in RunBenchmarks()
242 if (might_have_aggregates) name_field_width += 1 + stat_field_width; in RunBenchmarks()