hpp-fcl
1.4.4
HPP fork of FCL -- The Flexible Collision Library
|
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 <hpp/fcl/profile.h>
Public Member Functions | |
ScopedStart (Profiler &prof=Profiler::Instance()) | |
Take as argument the profiler instance to operate on (prof) More... | |
~ScopedStart (void) | |
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.
|
inline |
Take as argument the profiler instance to operate on (prof)
|
inline |