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