Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/metrics/duration_helper/
DOringDurationTracker.cpp408 const int64_t bucketEndNs = currentBucketEndNs + futureBucketIdx * mBucketSizeNs; in predictAnomalyTimestampNs() local
410 std::max(bucketEndNs - mBucketSizeNs + thresholdNs - pastNs, refractoryPeriodEndNs); in predictAnomalyTimestampNs()
411 if (anomalyTimestampNs <= bucketEndNs) { in predictAnomalyTimestampNs()