computeMaximum(of:)
Computes the maximum value of a metric and adds it to the aggregated results.
Declaration
mutating func computeMaximum(of metric: Metric)Parameters
- metric:
The metric to aggregate.
Computes the maximum value of a metric and adds it to the aggregated results.
mutating func computeMaximum(of metric: Metric)The metric to aggregate.