Class to measure the time spent in a scope. More...
#include <timeutil.h>
Public Member Functions | |
ScopeTime (const char *title) | |
~ScopeTime () | |
Private Attributes | |
double | _startTime |
std::string | _title |
Class to measure the time spent in a scope.
To use this class, e.g. to measure the time spent in a function, just create and instance at the beginning of the function.
Definition at line 114 of file timeutil.h.
g2o::ScopeTime::ScopeTime | ( | const char * | title | ) |
Definition at line 107 of file timeutil.cpp.
g2o::ScopeTime::~ScopeTime | ( | ) |
Definition at line 109 of file timeutil.cpp.
|
private |
Definition at line 120 of file timeutil.h.
|
private |
Definition at line 119 of file timeutil.h.