|
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 155 of file tictoc.cpp.
References _algorithmPart, and g2o::tictoc().
| g2o::ScopedTictoc::~ScopedTictoc | ( | ) |
|
protected |
Definition at line 65 of file tictoc.h.
Referenced by ScopedTictoc(), and ~ScopedTictoc().