Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/metrics/duration_helper/
DOringDurationTracker.cpp344 const int64_t refractoryPeriodEndNs = in predictAnomalyTimestampNs() local
350 std::max(eventTimestampNs + thresholdNs - pastNs, refractoryPeriodEndNs); in predictAnomalyTimestampNs()
379 std::max(bucketEndNs - mBucketSizeNs + thresholdNs - pastNs, refractoryPeriodEndNs); in predictAnomalyTimestampNs()
404 return std::max(eventTimestampNs + thresholdNs, refractoryPeriodEndNs); in predictAnomalyTimestampNs()