Class StdoutOutput
Defined in File stdout_output.hpp
Inheritance Relationships
Base Type
public performance_test::Output
(Class Output)
Class Documentation
-
class StdoutOutput : public performance_test::Output
Public Functions
-
StdoutOutput() = default
-
virtual ~StdoutOutput() = default
-
virtual void open(const ExperimentConfiguration &ec) override
initialize the output
-
virtual void update(const AnalysisResult &result) override
update output with given result
-
virtual void close() override
close output cleanly
-
StdoutOutput() = default