Searched refs:maxElapsed (Results 1 – 1 of 1) sorted by relevance
314 int64_t maxElapsed = 0; in predictAnomalyTimestampNs() local319 if (duration > maxElapsed) { in predictAnomalyTimestampNs()320 maxElapsed = duration; in predictAnomalyTimestampNs()324 int64_t anomalyTimeNs = currentTimestamp + anomalyTracker.getAnomalyThreshold() - maxElapsed; in predictAnomalyTimestampNs()