Same as the preceding overload, using a std::vector result.

Synopsis

Declared in <balm_collectorrepository.h>

void
collectAndReset(
    std::vector<MetricRecord>* records,
    Category const* category);

Parameters

Name

Description

records

receives the collected metric records

category

category whose collectors are collected and reset

Created with MrDocs