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 177 of file detail/profiler.h.
| unsigned long int fcl::detail::Profiler::AvgInfo::parts |
Number of times a value was added to this structure.
Definition at line 186 of file detail/profiler.h.
| double fcl::detail::Profiler::AvgInfo::total |
The sum of the values to average.
Definition at line 180 of file detail/profiler.h.
| double fcl::detail::Profiler::AvgInfo::totalSqr |
The sub of squares of the values to average.
Definition at line 183 of file detail/profiler.h.