Class representing the load estimator choices. More...
#include <TuningMetricOption.h>


Public Types | |
| enum | Value { time , energy } |
| Possible choices for the load estimation algorithm. More... | |
Public Member Functions | |
| TuningMetricOption ()=default | |
| Constructor. | |
| constexpr | TuningMetricOption (Value option) |
| Constructor from value. | |
| constexpr | operator Value () const |
| Cast to value. | |
Static Public Member Functions | |
| static std::set< TuningMetricOption > | getDiscouragedOptions () |
| Set of options that are very unlikely to be interesting. | |
| static std::map< TuningMetricOption, std::string > | getOptionNames () |
| Provides a way to iterate over the possible choices of LoadEstimatorOption. | |
Class representing the load estimator choices.
|
inlineconstexpr |
Constructor from value.
| option |
|
inlinestatic |
Set of options that are very unlikely to be interesting.
|
inlinestatic |
Provides a way to iterate over the possible choices of LoadEstimatorOption.
|
inlineconstexpr |
Cast to value.