Home
last modified time | relevance | path

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

/aosp12/packages/modules/StatsD/statsd/src/anomaly/
H A DAnomalyTracker.h95 inline int64_t getAnomalyThreshold() const { in getAnomalyThreshold() function
/aosp12/packages/modules/StatsD/statsd/src/metrics/duration_helper/
H A DMaxDurationTracker.cpp308 int64_t anomalyTimeNs = currentTimestamp + anomalyTracker.getAnomalyThreshold() - maxElapsed; in predictAnomalyTimestampNs()
H A DOringDurationTracker.cpp361 const int64_t thresholdNs = anomalyTracker.getAnomalyThreshold(); in predictAnomalyTimestampNs()