Home
last modified time | relevance | path

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

/third_party/benchmark/src/
Dconsole_reporter.cc60 if (output_options_ & OO_Tabular) { in PrintHeader()
79 print_header |= (output_options_ & OO_Tabular) && in ReportRuns()
175 if (output_options_ & OO_Tabular) { in PrintRunData()
Dbenchmark.cc422 output_opts |= ConsoleReporter::OO_Tabular; in GetOutputOptions()
424 output_opts &= ~ConsoleReporter::OO_Tabular; in GetOutputOptions()
/third_party/benchmark/include/benchmark/
Dbenchmark.h1673 OO_Tabular = 2, enumerator
1674 OO_ColorTabular = OO_Color | OO_Tabular,