MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / timing

Method timing

deps/cpp-statsd-client/include/cpp-statsd-client/StatsdClient.hpp:237–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235}
236
237inline void StatsdClient::timing(const std::string& key,
238 const unsigned int ms,
239 float frequency,
240 const std::vector<std::string>& tags) const noexcept {
241 send(key, ms, detail::METRIC_TYPE_TIMING, frequency, tags);
242}
243
244inline void StatsdClient::set(const std::string& key,
245 const unsigned int sum,

Callers 1

testSendRecvFunction · 0.45

Calls

no outgoing calls

Tested by 1

testSendRecvFunction · 0.36