Return the default integer metrics collector for the specified category and metric.
Declared in <balm_metrics.h>
static
IntegerCollector*
getIntegerCollector(
char const* category,
char const* metric);
Return the address of the default integer metrics collector for the metric identified by the specified category and metric names. The behavior is undefined unless the balm metrics manager singleton is valid.
address of the default integer metrics collector for the metric
| Name | Description |
|---|---|
| category | null-terminated category name |
| metric | null-terminated metric name |