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. |
unsigned long int fcl::tools::Profiler::AvgInfo::parts |