Create a metric record having the specified metricId, and default values for the total, count, min, and max attributes.
Synopsis
Declared in <balm_metricrecord.h>
MetricRecord(MetricId const& metricId);
Description
The default count is 0, the default total is 0.0, the default min is the defined k_DEFAULT_MIN constant (the representation for positive infinity), and the default max is the defined k_DEFAULT_MAX constant (the representation for negative infinity).
Parameters
Name |
Description |
metricId |
identity of the metric |
Created with MrDocs