Home
last modified time | relevance | path

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

/third_party/benchmark/src/
Dbenchmark.cc289 size_t name_field_width = 10; in RunBenchmarks() local
292 name_field_width = in RunBenchmarks()
293 std::max<size_t>(name_field_width, benchmark.name().str().size()); in RunBenchmarks()
299 if (might_have_aggregates) name_field_width += 1 + stat_field_width; in RunBenchmarks()
303 context.name_field_width = name_field_width; in RunBenchmarks()
Dconsole_reporter.cc37 name_field_width_ = context.name_field_width; in ReportContext()
/third_party/json/benchmarks/thirdparty/benchmark/src/
Dbenchmark.cc397 size_t name_field_width = 10; in RunBenchmarks() local
400 name_field_width = in RunBenchmarks()
401 std::max<size_t>(name_field_width, benchmark.name.size()); in RunBenchmarks()
407 if (has_repetitions) name_field_width += 1 + stat_field_width; in RunBenchmarks()
411 context.name_field_width = name_field_width; in RunBenchmarks()
Dconsole_reporter.cc37 name_field_width_ = context.name_field_width; in ReportContext()
/third_party/json/benchmarks/thirdparty/benchmark/include/benchmark/
Dbenchmark.h1255 size_t name_field_width; member
/third_party/benchmark/include/benchmark/
Dbenchmark.h1518 size_t name_field_width; member