27 #ifndef STOPPINGCRITERION_STOPPINGCRITERIA_CRITERIA_TIME_H
28 #define STOPPINGCRITERION_STOPPINGCRITERIA_CRITERIA_TIME_H
30 #include <MonitorIn.hxx>
55 void calculate()
override;
Class which represents a simple criterion A criterion can be checked using checkCriterion method to k...
Definition: Criterion.h:47
Manager of the benchmark tests.
Definition: MonitoringManager.h:50
class which represents a multiple criterion a multiple criterion is either an OrMUltipleCriterion or ...
Definition: MultipleCriterion.h:45
MultipleCriterion * parent
parent stopping Criterion
Definition: StoppingCriterion.h:76
MonitoringManager * monitoringManager
monitoring manager
Definition: StoppingCriterion.h:74
A simple criterion based on time calculation.
Definition: TimeMonitoring.h:40
std::string getName() override
get stopping criterion name
Definition: TimeMonitoring.cpp:55
~Time() override=default
destructor
Time(mml::Time *c, MonitoringManager *monitoringManager, MultipleCriterion *parent=nullptr)
constructor
Definition: TimeMonitoring.cpp:29