Create an integer metric object having the same value as original.

Synopsis

Declared in <balm_integermetric.h>

IntegerMetric(IntegerMetric const& original);

Description

Create an integer metric object that will record values for the same metric (i.e., using the same IntegerCollector object) as the specified original integer metric. If the original metric is inactive (i.e., isActive() == false), then this metric will similarly be inactive.

Parameters

Name

Description

original

integer metric to copy

Created with MrDocs