Nektar++
|
Data structure for an execution time field value. More...
#include <MetricExecutionTime.h>
Public Member Functions | |
MetricExecutionTimeFieldValue () | |
MetricExecutionTimeFieldValue (std::string value) | |
Public Attributes | |
std::string | m_value = "" |
The value to match. Defaults to empty string. More... | |
bool | m_skip = false |
Indicates whether the metric should be skipped. Defaults to false. More... | |
double | m_tolerance = 5.0 |
The tolerance to use for checking the execution time. Defaults to 5.0. More... | |
Data structure for an execution time field value.
Definition at line 49 of file MetricExecutionTime.h.
|
inline |
Definition at line 51 of file MetricExecutionTime.h.
|
inline |
Definition at line 55 of file MetricExecutionTime.h.
bool Nektar::MetricExecutionTimeFieldValue::m_skip = false |
Indicates whether the metric should be skipped. Defaults to false.
Definition at line 62 of file MetricExecutionTime.h.
Referenced by Nektar::MetricExecutionTime::MetricExecutionTime(), and Nektar::MetricExecutionTime::v_Test().
double Nektar::MetricExecutionTimeFieldValue::m_tolerance = 5.0 |
The tolerance to use for checking the execution time. Defaults to 5.0.
Definition at line 64 of file MetricExecutionTime.h.
Referenced by Nektar::MetricExecutionTime::MetricExecutionTime(), Nektar::MetricExecutionTime::v_Generate(), and Nektar::MetricExecutionTime::v_Test().
std::string Nektar::MetricExecutionTimeFieldValue::m_value = "" |
The value to match. Defaults to empty string.
Definition at line 60 of file MetricExecutionTime.h.
Referenced by Nektar::MetricExecutionTime::MetricExecutionTime(), Nektar::MetricExecutionTime::v_Generate(), and Nektar::MetricExecutionTime::v_Test().