Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/metrics/duration_helper/
DMaxDurationTracker.cpp314 int64_t maxElapsed = 0; in predictAnomalyTimestampNs() local
319 if (duration > maxElapsed) { in predictAnomalyTimestampNs()
320 maxElapsed = duration; in predictAnomalyTimestampNs()
324 int64_t anomalyTimeNs = currentTimestamp + anomalyTracker.getAnomalyThreshold() - maxElapsed; in predictAnomalyTimestampNs()