Each instance of this class represents the aggregated value of a metric. A metric record contains a MetricId object (identifying the metric), the number of times the measured event has occurred as well as the minimum, maximum, and total of the measured value. The default metricId is the invalid id value, the default count is 0, the defined k_DEFAULT_MIN constant (the representation for positive default total is 0.0, the default min is the infinity), and the default max is the defined k_DEFAULT_MAX constant (the representation for negative infinity).
Synopsis
Declared in <balm_metricrecord.h>
class MetricRecord;
Member Functions
Name |
Description |
|
Constructors |
|
|
|
|
|
|
|
|
Write a description of this record to the specified |
|
|
|
Declare that this type is trivially copyable. |
Static Data Members
Name |
Description |
Deprecated alias for |
|
Deprecated alias for |
|
Default maximum value (negative infinity). |
|
Default minimum value (positive infinity). |
Non-Member Functions
Name |
Description |
Return |
|
Return |
Created with MrDocs