Home
last modified time | relevance | path

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

/llvm-project-15.0.7/third-party/benchmark/src/
H A 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()
H A Dconsole_reporter.cc37 name_field_width_ = context.name_field_width; in ReportContext()
/llvm-project-15.0.7/third-party/benchmark/include/benchmark/
H A Dbenchmark.h1518 size_t name_field_width; member