|
benchmark 1.6.1
|


Public Types | |
| enum | OutputOptions { OO_None = 0 , OO_Color = 1 , OO_Tabular = 2 , OO_ColorTabular = OO_Color | OO_Tabular , OO_Defaults = OO_ColorTabular } |
Public Member Functions | |
| ConsoleReporter (OutputOptions opts_=OO_Defaults) | |
| virtual bool | ReportContext (const Context &context) BENCHMARK_OVERRIDE |
| virtual void | ReportRuns (const std::vector< Run > &reports) BENCHMARK_OVERRIDE |
| Public Member Functions inherited from benchmark::BenchmarkReporter | |
| virtual void | Finalize () |
| void | SetOutputStream (std::ostream *out) |
| void | SetErrorStream (std::ostream *err) |
| std::ostream & | GetOutputStream () const |
| std::ostream & | GetErrorStream () const |
Protected Member Functions | |
| virtual void | PrintRunData (const Run &report) |
| virtual void | PrintHeader (const Run &report) |
Protected Attributes | |
| OutputOptions | output_options_ |
| size_t | name_field_width_ |
| UserCounters | prev_counters_ |
| bool | printed_header_ |
Additional Inherited Members | |
| Static Public Member Functions inherited from benchmark::BenchmarkReporter | |
| static void | PrintBasicContext (std::ostream *out, Context const &context) |
|
virtual |
Implements benchmark::BenchmarkReporter.
|
virtual |
Implements benchmark::BenchmarkReporter.