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

Method timing

src/modules/keydb_modstatsd/modmain.cpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 }
61
62 void timing(const std::string& key, const unsigned int ms, const bool prefixOnly = true) {
63 m_stats->timing(key, ms);
64 if (!prefixOnly) m_stats_noprefix->timing(key, ms);
65 }
66};
67
68/* constants */

Callers 1

event_cron_handlerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected