Home
last modified time | relevance | path

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

/third_party/benchmark/src/
Dconsole_reporter.cc62 if (output_options_ & OO_Tabular) { in PrintHeader()
82 print_header |= (output_options_ & OO_Tabular) && in ReportRuns()
191 if (output_options_ & OO_Tabular) { in PrintRunData()
Dbenchmark.cc517 output_opts |= ConsoleReporter::OO_Tabular; in GetOutputOptions()
519 output_opts &= ~ConsoleReporter::OO_Tabular; in GetOutputOptions()
591 ? ConsoleReporter::OO_Tabular in RunSpecifiedBenchmarks()
/third_party/benchmark/include/benchmark/
Dbenchmark.h1893 OO_Tabular = 2, enumerator
1894 OO_ColorTabular = OO_Color | OO_Tabular,