Home
last modified time | relevance | path

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

/aosp12/packages/modules/StatsD/statsd/src/metrics/duration_helper/
H A DMaxDurationTracker.cpp308 int64_t anomalyTimeNs = currentTimestamp + anomalyTracker.getAnomalyThreshold() - maxElapsed; in predictAnomalyTimestampNs() local
310 return std::max(anomalyTimeNs, refractoryEndNs); in predictAnomalyTimestampNs()