#include <Print.h>
|
|
void | initialize (std::vector< std::string > userDefinedColumns) |
| | Initialize the Printer object with specific user-defined columns.
|
| |
|
void | Console (const std::string &x) |
| |
|
void | TableBanner (const size_t groupNameLength=15) |
| |
|
void | TableRowExperimentHeader (Experiment *x) |
| |
|
void | TableRowFailure (const std::string &msg) |
| |
|
void | TableRowProblemSpaceHeader (std::shared_ptr< celero::ExperimentResult > x) |
| |
|
void | TableRowHeader (std::shared_ptr< celero::ExperimentResult > x) |
| |
|
void | TableResult (std::shared_ptr< celero::ExperimentResult > x) |
| |
The documentation for this class was generated from the following files:
- include/celero/Print.h
- src/Print.cpp