|
Celero
|
#include <JUnit.h>
Classes | |
| struct | Impl |
Public Member Functions | |
| void | setFileName (const std::string &x) |
| Specify a file name for a results output file. More... | |
| void | add (std::shared_ptr< celero::ExperimentResult > x) |
| Add a new result to the JUnit output XML. More... | |
| void | save () |
| Save the JUnit (XUnit) formatted file to the given file name. | |
Static Public Member Functions | |
| static JUnit & | Instance () |
| Singleton. | |
| void JUnit::add | ( | std::shared_ptr< celero::ExperimentResult > | x | ) |
Add a new result to the JUnit output XML.
This should re-save on every new result so that the output can be monitored externally.
| void JUnit::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