Home
last modified time | relevance | path

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

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