Increment the event count by the specified count, add the specified total to the accumulated total, if specified min is less than the minimum value, set min to be the minimum value, and if specified max is greater than the maximum value, set max to be the maximum value.
Declared in <balm_collector.h>
void
accumulateCountTotalMinMax(
int count,
double total,
double min,
double max);