This instance will call Profiler::begin() when constructed and Profiler::end() when it goes out of scope. More...
#include <Profiler.h>
Public Member Functions | |
BeginBlock (const std::string &name, Profiler *prof=Profiler::Instance()) | |
~BeginBlock (void) | |
Private Attributes | |
std::string | name_ |
Profiler * | prof_ |
This instance will call Profiler::begin() when constructed and Profiler::end() when it goes out of scope.
Definition at line 79 of file Profiler.h.
ompl::Profiler::BeginBlock::BeginBlock | ( | const std::string & | name, | |
Profiler * | prof = Profiler::Instance() | |||
) | [inline] |
Definition at line 83 of file Profiler.h.
ompl::Profiler::BeginBlock::~BeginBlock | ( | void | ) | [inline] |
Definition at line 88 of file Profiler.h.
std::string ompl::Profiler::BeginBlock::name_ [private] |
Definition at line 95 of file Profiler.h.
Profiler* ompl::Profiler::BeginBlock::prof_ [private] |
Definition at line 96 of file Profiler.h.