StatsD.timing

Emits a timing metric in milliseconds. A StatsD daemon will produce a histogram of these timings with a rollup duration equal to its flush interval.

It will also maintain a counter with a sample rate equal to the given frequency.

struct StatsD
nothrow
void
timing
(
scope immutable string key
,
uint ms
,
float frequency = 1.0
)

Meta