MCPcopy Index your code
hub / github.com/statsd/statsd / timing

Method timing

examples/StatsdClient.java:117–119  ·  view source on GitHub ↗
(String key, int value)

Source from the content-addressed store, hash-verified

115
116
117 public boolean timing(String key, int value) {
118 return timing(key, value, 1.0);
119 }
120
121 public boolean timing(String key, int value, double sampleRate) {
122 return send(sampleRate, String.format(Locale.ENGLISH, "%s:%d|ms", key, value));

Callers

nothing calls this directly

Calls 2

sendMethod · 0.95
formatMethod · 0.80

Tested by

no test coverage detected