All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
ompl::tools::Profiler::AvgInfo Struct Reference

Information maintained about averaged values. More...

List of all members.

Public Attributes

double total
 The sum of the values to average.
double totalSqr
 The sub of squares of the values to average.
unsigned long int parts
 Number of times a value was added to this structure.

Detailed Description

Information maintained about averaged values.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends