Searched refs:flushLatencyNs (Results 1 – 2 of 2) sorted by relevance
965 const int64_t flushLatencyNs) { in noteRestrictedMetricFlushLatency() argument973 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() local1798 flushLatencyNs); in addConfigStatsToProto()
60 std::list<int64_t> flushLatencyNs; member679 const int64_t flushLatencyNs);