g2o
|
Simplify calls to tictoc() for a whole scope. More...
#include <tictoc.h>
Public Member Functions | |
ScopedTictoc (const char *algorithmPart) | |
~ScopedTictoc () | |
Protected Attributes | |
std::string | _algorithmPart |
Simplify calls to tictoc() for a whole scope.
See also the macro G2O_SCOPED_TICTOC below.
g2o::ScopedTictoc::ScopedTictoc | ( | const char * | algorithmPart | ) |
Definition at line 152 of file tictoc.cpp.
References _algorithmPart, and g2o::tictoc().
g2o::ScopedTictoc::~ScopedTictoc | ( | ) |
Definition at line 158 of file tictoc.cpp.
References _algorithmPart, and g2o::tictoc().
|
protected |
Definition at line 65 of file tictoc.h.
Referenced by ScopedTictoc(), and ~ScopedTictoc().