All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
ompl::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.
void update (void)
 Add the counted time to the total time.

Public Attributes

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

Detailed Description

Information about time spent in a section of the code.


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