|
Celero
|
#include <ResultTable.h>
Classes | |
| class | Impl |
Public Member Functions | |
| void | setFileName (const std::string &x) |
| Specify a file name for a results output file. More... | |
| void | closeFile () |
| Force the output file (if any) to close. | |
| void | add (std::shared_ptr< celero::ExperimentResult > x) |
| Add a new result to the result table. More... | |
| void | save () |
Static Public Member Functions | |
| static ResultTable & | Instance () |
| Singleton. | |
| void ResultTable::add | ( | std::shared_ptr< celero::ExperimentResult > | x | ) |
Add a new result to the result table.
This should re-save on every new result so that the output can be monitored externally.
| void ResultTable::setFileName | ( | const std::string & | x | ) |
Specify a file name for a results output file.
| x | The name of the output file in which to store Celero's results. |
1.8.13