Public Attributes | List of all members
fcl::detail::Profiler::AvgInfo Struct Reference

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...
 

Detailed Description

Information maintained about averaged values.

Definition at line 177 of file detail/profiler.h.

Member Data Documentation

◆ parts

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.

◆ total

double fcl::detail::Profiler::AvgInfo::total

The sum of the values to average.

Definition at line 180 of file detail/profiler.h.

◆ totalSqr

double fcl::detail::Profiler::AvgInfo::totalSqr

The sub of squares of the values to average.

Definition at line 183 of file detail/profiler.h.


The documentation for this struct was generated from the following file:


fcl
Author(s):
autogenerated on Tue Dec 5 2023 03:40:51