Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/guardrail/
DStatsdStats.cpp987 std::list<int64_t>& totalFlushLatencies = it->second->total_flush_latency_ns; in noteRestrictedConfigFlushLatency() local
988 if (totalFlushLatencies.size() == kMaxRestrictedConfigFlushLatencyCount) { in noteRestrictedConfigFlushLatency()
989 totalFlushLatencies.pop_front(); in noteRestrictedConfigFlushLatency()
991 totalFlushLatencies.push_back(totalFlushLatencyNs); in noteRestrictedConfigFlushLatency()