Public Member Functions | Public Attributes
moveit::tools::Profiler::TimeInfo Struct Reference

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

List of all members.

Public Member Functions

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

Public Attributes

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

Detailed Description

Information about time spent in a section of the code.

Definition at line 239 of file profiler.h.


Constructor & Destructor Documentation

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.

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.

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 Wed Jun 19 2019 19:23:50