SLProject 4.0.000
|
concatenation of average value and timer More...
#include <AverageTiming.h>
Public Member Functions | |
AverageTimingBlock (int averageNumValues, std::string name, int posV, int posH) | |
Public Attributes | |
AvgFloat | val |
std::string | name |
HighResTimer | timer |
int | posV = 0 |
int | posH = 0 |
int | nCalls = 0 |
bool | isStarted = false |
concatenation of average value and timer
Define a hierarchy by posV and posH which is used in ui to arrange the measurements. The first found content with posV==0 is used as reference measurement for the percental value.
|
inline |
bool Utils::AverageTimingBlock::isStarted = false |
std::string Utils::AverageTimingBlock::name |
int Utils::AverageTimingBlock::nCalls = 0 |
int Utils::AverageTimingBlock::posH = 0 |
int Utils::AverageTimingBlock::posV = 0 |
HighResTimer Utils::AverageTimingBlock::timer |
AvgFloat Utils::AverageTimingBlock::val |