Public Member Functions | Public Attributes | List of all members
moveit::tools::Profiler::TimeInfo Struct Reference

Information about time spent in a section of the code. More...

Public Member Functions

void set (void)
 Begin counting time. More...
 
 TimeInfo (void)
 
void update (void)
 Add the counted time to the total time. More...
 

Public Attributes

boost::posix_time::time_duration longest
 The longest counted time interval. More...
 
unsigned long int parts
 Number of times a chunk of time was added to this structure. More...
 
boost::posix_time::time_duration shortest
 The shortest counted time interval. More...
 
boost::posix_time::ptime start
 The point in time when counting time started. More...
 
boost::posix_time::time_duration total
 Total time counted. More...
 

Detailed Description

Information about time spent in a section of the code.

Definition at line 239 of file profiler.h.

Constructor & Destructor Documentation

moveit::tools::Profiler::TimeInfo::TimeInfo ( void  )
inline

Definition at line 241 of file profiler.h.

Member Function Documentation

void moveit::tools::Profiler::TimeInfo::set ( void  )
inline

Begin counting time.

Definition at line 262 of file profiler.h.

void moveit::tools::Profiler::TimeInfo::update ( void  )
inline

Add the counted time to the total time.

Definition at line 268 of file profiler.h.

Member Data Documentation

boost::posix_time::time_duration moveit::tools::Profiler::TimeInfo::longest

The longest counted time interval.

Definition at line 253 of file profiler.h.

unsigned long int moveit::tools::Profiler::TimeInfo::parts

Number of times a chunk of time was added to this structure.

Definition at line 256 of file profiler.h.

boost::posix_time::time_duration moveit::tools::Profiler::TimeInfo::shortest

The shortest counted time interval.

Definition at line 250 of file profiler.h.

boost::posix_time::ptime moveit::tools::Profiler::TimeInfo::start

The point in time when counting time started.

Definition at line 259 of file profiler.h.

boost::posix_time::time_duration moveit::tools::Profiler::TimeInfo::total

Total time counted.

Definition at line 247 of file profiler.h.


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


moveit_core
Author(s): Ioan Sucan , Sachin Chitta , Acorn Pooley
autogenerated on Sun Oct 18 2020 13:16:34