Home
last modified time | relevance | path

Searched refs:name_field_width (Results 1 - 3 of 3) sorted by relevance

/third_party/benchmark/src/
H A Dbenchmark.cc354 size_t name_field_width = 10; in RunBenchmarks() local
357 name_field_width = in RunBenchmarks()
358 std::max<size_t>(name_field_width, benchmark.name().str().size()); in RunBenchmarks()
364 if (might_have_aggregates) name_field_width += 1 + stat_field_width; in RunBenchmarks()
368 context.name_field_width = name_field_width; in RunBenchmarks()
H A Dconsole_reporter.cc38 name_field_width_ = context.name_field_width; in ReportContext()
/third_party/benchmark/include/benchmark/
H A Dbenchmark.h1732 size_t name_field_width; member

Completed in 9 milliseconds