Reset the count, total, minimum, and maximum values of the metric being collected to their default states.

Synopsis

Declared in <balm_collector.h>

void
reset();

Description

After this operation, the count and total values will be 0, the minimum value will be MetricRecord::k_DEFAULT_MIN, and the maximum value will be MetricRecord::k_DEFAULT_MAX.

Created with MrDocs