|
enum | OutputOptions {
OO_None = 0
, OO_Color = 1
, OO_Tabular = 2
, OO_ColorTabular = OO_Color | OO_Tabular
,
OO_Defaults = OO_ColorTabular
} |
|
|
| ConsoleReporter (OutputOptions opts_=OO_Defaults) |
|
bool | ReportContext (const Context &context) BENCHMARK_OVERRIDE |
|
void | ReportRuns (const std::vector< Run > &reports) BENCHMARK_OVERRIDE |
|
virtual void | ReportRunsConfig (double, bool, IterationCount) |
|
virtual void | Finalize () |
|
void | SetOutputStream (std::ostream *out) |
|
void | SetErrorStream (std::ostream *err) |
|
std::ostream & | GetOutputStream () const |
|
std::ostream & | GetErrorStream () const |
|
|
virtual void | PrintRunData (const Run &report) |
|
virtual void | PrintHeader (const Run &report) |
|
|
OutputOptions | output_options_ |
|
size_t | name_field_width_ |
|
UserCounters | prev_counters_ |
|
bool | printed_header_ |
|
|
static void | PrintBasicContext (std::ostream *out, Context const &context) |
|
◆ ReportContext()
BENCHMARK_EXPORT bool benchmark::ConsoleReporter::ReportContext |
( |
const Context & |
context | ) |
|
|
virtual |
◆ ReportRuns()
BENCHMARK_EXPORT void benchmark::ConsoleReporter::ReportRuns |
( |
const std::vector< Run > & |
reports | ) |
|
|
virtual |
The documentation for this class was generated from the following files: