21 #include <celero/Experiment.h> 22 #include <celero/Pimpl.h> 53 void add(std::shared_ptr<celero::ExperimentResult> x);
void add(std::shared_ptr< celero::ExperimentResult > x)
Add a new result to the JUnit output XML.
Definition: JUnit.cpp:61
void setFileName(const std::string &x)
Specify a file name for a results output file.
Definition: JUnit.cpp:55
void save()
Save the JUnit (XUnit) formatted file to the given file name.
Definition: JUnit.cpp:67
static JUnit & Instance()
Singleton.
Definition: JUnit.cpp:49