Class TimerParser implements the bit mask parser for the timer's bit masks.
More...
#include <Timer.hpp>
|
stk_classic::diag::MetricsMask | m_metricsSetMask |
|
stk_classic::diag::MetricsMask | m_metricsMask |
|
Class TimerParser implements the bit mask parser for the timer's bit masks.
Definition at line 790 of file Timer.hpp.
◆ TimerParser()
sierra::Diag::TimerParser::TimerParser |
( |
| ) |
|
◆ parse()
Member function parse parses the mask string and generates the corresponding bit mask.
- Parameters
-
mask_string | a std::string const reference to the mask string. |
- Returns
- a Mask value of the bitmask corresponding to the mask string.
Reimplemented from stk_classic::diag::OptionMaskParser.
Definition at line 1151 of file Timer.cpp.
◆ parseArg()
void sierra::Diag::TimerParser::parseArg |
( |
const std::string & |
name, |
|
|
const std::string & |
arg |
|
) |
| const |
|
virtual |
Member function parseArg parses the argument and its argument values.
- Parameters
-
name | a std::string const reference to the argument name. |
arg | a std::string const reference to the argument values. |
Reimplemented from stk_classic::diag::OptionMaskParser.
Definition at line 1173 of file Timer.cpp.
The documentation for this class was generated from the following files: