Information maintained about averaged values. More...
Public Attributes | |
unsigned long int | parts |
Number of times a value was added to this structure. More... | |
double | total |
The sum of the values to average. More... | |
double | totalSqr |
The sub of squares of the values to average. More... | |
Information maintained about averaged values.
Definition at line 280 of file profiler.h.
unsigned long int moveit::tools::Profiler::AvgInfo::parts |
Number of times a value was added to this structure.
Definition at line 289 of file profiler.h.
double moveit::tools::Profiler::AvgInfo::total |
The sum of the values to average.
Definition at line 283 of file profiler.h.
double moveit::tools::Profiler::AvgInfo::totalSqr |
The sub of squares of the values to average.
Definition at line 286 of file profiler.h.