27 #ifndef STOPPINGCRITERION_STOPPINGCRITERIA_CRITERIA_VELOCITY_H
28 #define STOPPINGCRITERION_STOPPINGCRITERIA_CRITERIA_VELOCITY_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 velocity calculation.
Definition: Velocity.h:40
Velocity(mml::Speed *c, MonitoringManager *monitoringManager, MultipleCriterion *parent=nullptr)
constructor
Definition: Velocity.cpp:30
std::string getName() override
get stopping criterion name
Definition: Velocity.cpp:45
~Velocity() override=default
destructor