50 constexpr operator Value()
const {
return _value; }
Class representing the different energy sensor options.
Definition: EnergySensorOption.h:19
constexpr EnergySensorOption(Value option)
Cosntructor with selected option.
Definition: EnergySensorOption.h:44
static std::map< EnergySensorOption, std::string > getOptionNames()
Provide a way to iterate over the options of EnergySensorOption.
Definition: EnergySensorOption.h:56
Value
Possible choices for energy sensor.
Definition: EnergySensorOption.h:24
@ likwid
Use LIKWID.
Definition: EnergySensorOption.h:28
@ rapl
Use RAPL.
Definition: EnergySensorOption.h:32
EnergySensorOption()=default
Cosntructor.
This is the main namespace of AutoPas.
Definition: AutoPasDecl.h:32