Home
last modified time | relevance | path

Searched refs:flushLatencyNs (Results 1 – 2 of 2) sorted by relevance

/packages/modules/StatsD/statsd/src/guardrail/
DStatsdStats.cpp965 const int64_t flushLatencyNs) { in noteRestrictedMetricFlushLatency() argument
973 if (restrictedMetricStats.flushLatencyNs.size() == kMaxRestrictedMetricFlushLatencyCount) { in noteRestrictedMetricFlushLatency()
974 restrictedMetricStats.flushLatencyNs.pop_front(); in noteRestrictedMetricFlushLatency()
976 restrictedMetricStats.flushLatencyNs.push_back(flushLatencyNs); in noteRestrictedMetricFlushLatency()
1311 for (const int64_t latencyNs : stats.second.flushLatencyNs) { in dumpStats()
1415 for (const int64_t latencyNs : stats.second.flushLatencyNs) { in dumpStats()
1795 for (const int64_t flushLatencyNs : pair.second.flushLatencyNs) { in addConfigStatsToProto() local
1798 flushLatencyNs); in addConfigStatsToProto()
DStatsdStats.h60 std::list<int64_t> flushLatencyNs; member
679 const int64_t flushLatencyNs);