Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/guardrail/
DStatsdStats.cpp268 if (history > mMaxQueueHistoryNs) { in noteEventQueueOverflow()
269 mMaxQueueHistoryNs = history; in noteEventQueueOverflow()
611 mMaxQueueHistoryNs = 0; in resetInternalLocked()
847 mOverflowCount, (long long)mMaxQueueHistoryNs, (long long)mMinQueueHistoryNs); in dumpStats()
1057 (long long)mMaxQueueHistoryNs); in dumpStats()
DStatsdStats.h612 int64_t mMaxQueueHistoryNs = 0; variable