g2o
|
Internal structure of the tictoc profiling. More...
Public Member Functions | |
TicTocElement () | |
bool | operator< (const TicTocElement &other) const |
Public Attributes | |
double | ticTime |
the time of the last tic More... | |
double | totalTime |
the total time of this part of the algorithm More... | |
int | numCalls |
the number of calls More... | |
double | minTime |
double | maxTime |
double | exponentialMovingAverage |
exponential moving average with alpha = 0.01 More... | |
std::string | algorithmPart |
name / description of the code block More... | |
bool | clockIsRunning |
Internal structure of the tictoc profiling.
Definition at line 43 of file tictoc.cpp.
|
inline |
Definition at line 53 of file tictoc.cpp.
|
inline |
Definition at line 59 of file tictoc.cpp.
References totalTime.
std::string g2o::TicTocElement::algorithmPart |
name / description of the code block
Definition at line 51 of file tictoc.cpp.
Referenced by g2o::tictoc().
bool g2o::TicTocElement::clockIsRunning |
Definition at line 52 of file tictoc.cpp.
double g2o::TicTocElement::exponentialMovingAverage |
exponential moving average with alpha = 0.01
Definition at line 50 of file tictoc.cpp.
double g2o::TicTocElement::maxTime |
Definition at line 49 of file tictoc.cpp.
double g2o::TicTocElement::minTime |
Definition at line 48 of file tictoc.cpp.
int g2o::TicTocElement::numCalls |
the number of calls
Definition at line 47 of file tictoc.cpp.
double g2o::TicTocElement::ticTime |
double g2o::TicTocElement::totalTime |
the total time of this part of the algorithm
Definition at line 46 of file tictoc.cpp.
Referenced by operator<().