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

Method increment

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

Source from the content-addressed store, hash-verified

214}
215
216inline void StatsdClient::increment(const std::string& key,
217 float frequency,
218 const std::vector<std::string>& tags) const noexcept {
219 count(key, 1, frequency, tags);
220}
221
222inline void StatsdClient::count(const std::string& key,
223 const int delta,

Callers 2

testReconfigureFunction · 0.45
testSendRecvFunction · 0.45

Calls

no outgoing calls

Tested by 2

testReconfigureFunction · 0.36
testSendRecvFunction · 0.36