Timer

A timer collects observations within a time window (usually things like request durations) and provides aggregated information about the data sample, for example, min, max and various quantiles. It is similar to a Recorder but specialized for values that represent durations.

Metrics.swift:422
final class Timer

This is the user-facing Timer API.

Its behavior depends on the TimerHandler implementation.