Struct Profiler::AvgInfo

Nested Relationships

This struct is a nested type of Class Profiler.

Struct Documentation

struct AvgInfo

Information maintained about averaged values.

Public Members

double total

The sum of the values to average.

double totalSqr

The sub of squares of the values to average.

unsigned long int parts

Number of times a value was added to this structure.