Public Member Functions | Private Attributes | List of all members
moveit::tools::Profiler::ScopedBlock Class Reference

This instance will call Profiler::begin() when constructed and Profiler::end() when it goes out of scope. More...

#include <profiler.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)
 

Private Attributes

std::string name_
 
Profilerprof_
 

Detailed Description

This instance will call Profiler::begin() when constructed and Profiler::end() when it goes out of scope.

Definition at line 78 of file profiler.h.

Constructor & Destructor Documentation

moveit::tools::Profiler::ScopedBlock::ScopedBlock ( const std::string &  name,
Profiler prof = Profiler::Instance() 
)
inline

Start counting time for the block named name of the profiler prof.

Definition at line 82 of file profiler.h.

moveit::tools::Profiler::ScopedBlock::~ScopedBlock ( void  )
inline

Definition at line 87 of file profiler.h.

Member Data Documentation

std::string moveit::tools::Profiler::ScopedBlock::name_
private

Definition at line 93 of file profiler.h.

Profiler& moveit::tools::Profiler::ScopedBlock::prof_
private

Definition at line 94 of file profiler.h.


The documentation for this class was generated from the following file:


moveit_core
Author(s): Ioan Sucan , Sachin Chitta , Acorn Pooley
autogenerated on Wed Jul 10 2019 04:03:06