#include <benchmark.h>
Definition at line 1006 of file benchmark.h.
◆ BenchmarkReporter()
benchmark::BenchmarkReporter::BenchmarkReporter |
( |
| ) |
|
◆ ~BenchmarkReporter()
benchmark::BenchmarkReporter::~BenchmarkReporter |
( |
| ) |
|
|
virtual |
◆ Finalize()
virtual void benchmark::BenchmarkReporter::Finalize |
( |
| ) |
|
|
inlinevirtual |
◆ GetErrorStream()
std::ostream& benchmark::BenchmarkReporter::GetErrorStream |
( |
| ) |
const |
|
inline |
◆ GetOutputStream()
std::ostream& benchmark::BenchmarkReporter::GetOutputStream |
( |
| ) |
const |
|
inline |
◆ PrintBasicContext()
void benchmark::BenchmarkReporter::PrintBasicContext |
( |
std::ostream * |
out, |
|
|
Context const & |
context |
|
) |
| |
|
static |
◆ ReportContext()
virtual bool benchmark::BenchmarkReporter::ReportContext |
( |
const Context & |
context | ) |
|
|
pure virtual |
◆ ReportRuns()
virtual void benchmark::BenchmarkReporter::ReportRuns |
( |
const std::vector< Run > & |
report | ) |
|
|
pure virtual |
◆ SetErrorStream()
void benchmark::BenchmarkReporter::SetErrorStream |
( |
std::ostream * |
err | ) |
|
|
inline |
◆ SetOutputStream()
void benchmark::BenchmarkReporter::SetOutputStream |
( |
std::ostream * |
out | ) |
|
|
inline |
◆ error_stream_
std::ostream* benchmark::BenchmarkReporter::error_stream_ |
|
private |
◆ output_stream_
std::ostream* benchmark::BenchmarkReporter::output_stream_ |
|
private |
The documentation for this class was generated from the following files: