hpp-fcl
1.4.4
HPP fork of FCL -- The Flexible Collision Library
|
This instance will call Profiler::begin() when constructed and Profiler::end() when it goes out of scope. More...
#include <hpp/fcl/profile.h>
Public Member Functions | |
ScopedBlock (const std::string &name, Profiler &prof=Profiler::Instance()) | |
Start counting time for the block named name of the profiler prof. More... | |
~ScopedBlock (void) | |
This instance will call Profiler::begin() when constructed and Profiler::end() when it goes out of scope.
|
inline |
Start counting time for the block named name of the profiler prof.
|
inline |