Searched refs:totalFlushLatencies (Results 1 – 1 of 1) sorted by relevance
987 std::list<int64_t>& totalFlushLatencies = it->second->total_flush_latency_ns; in noteRestrictedConfigFlushLatency() local988 if (totalFlushLatencies.size() == kMaxRestrictedConfigFlushLatencyCount) { in noteRestrictedConfigFlushLatency()989 totalFlushLatencies.pop_front(); in noteRestrictedConfigFlushLatency()991 totalFlushLatencies.push_back(totalFlushLatencyNs); in noteRestrictedConfigFlushLatency()