Home
last modified time | relevance | path

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

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