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 245 of file profiler.h.


Constructor & Destructor Documentation

Definition at line 247 of file profiler.h.


Member Function Documentation

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

Begin counting time.

Definition at line 267 of file profiler.h.

Add the counted time to the total time.

Definition at line 273 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 258 of file profiler.h.

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

Definition at line 261 of file profiler.h.

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

The shortest counted time interval.

Definition at line 255 of file profiler.h.

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

The point in time when counting time started.

Definition at line 264 of file profiler.h.

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

Total time counted.

Definition at line 252 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 Thu Aug 27 2015 13:58:54