|
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 | |
| double | totalTime |
| the total time of this part of the algorithm | |
| int | numCalls |
| the number of calls | |
| double | minTime |
| double | maxTime |
| double | exponentialMovingAverage |
| std::string | algorithmPart |
| name / description of the code block | |
| bool | clockIsRunning |
Internal structure of the tictoc profiling.
Definition at line 44 of file tictoc.cpp.
|
inline |
Definition at line 54 of file tictoc.cpp.
|
inline |
Definition at line 62 of file tictoc.cpp.
References totalTime.
| std::string g2o::TicTocElement::algorithmPart |
name / description of the code block
Definition at line 52 of file tictoc.cpp.
Referenced by g2o::tictoc().
| bool g2o::TicTocElement::clockIsRunning |
Definition at line 53 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<().