|
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 48 of file MetricExecutionTime.h.
|
inline |
Definition at line 50 of file MetricExecutionTime.h.
|
inline |
Definition at line 54 of file MetricExecutionTime.h.
| bool Nektar::MetricExecutionTimeFieldValue::m_skip = false |
Indicates whether the metric should be skipped. Defaults to false.
Definition at line 61 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 63 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 59 of file MetricExecutionTime.h.
Referenced by Nektar::MetricExecutionTime::MetricExecutionTime(), Nektar::MetricExecutionTime::v_Generate(), and Nektar::MetricExecutionTime::v_Test().