This instance will call Profiler::start() when constructed and Profiler::stop() when it goes out of scope. If the profiler was already started, this block's constructor and destructor take no action.
More...
#include <profiler.h>
This instance will call Profiler::start() when constructed and Profiler::stop() when it goes out of scope. If the profiler was already started, this block's constructor and destructor take no action.
Definition at line 98 of file profiler.h.
◆ ScopedStart()
Take as argument the profiler instance to operate on (prof)
Definition at line 102 of file profiler.h.
◆ ~ScopedStart()
moveit::tools::Profiler::ScopedStart::~ScopedStart |
( |
| ) |
|
|
inline |
◆ prof_
Profiler& moveit::tools::Profiler::ScopedStart::prof_ |
|
private |
◆ wasRunning_
bool moveit::tools::Profiler::ScopedStart::wasRunning_ |
|
private |
The documentation for this class was generated from the following file: