Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/metrics/duration_helper/
DOringDurationTracker.cpp377 const int64_t bucketEndNs = currentBucketEndNs + futureBucketIdx * mBucketSizeNs; in predictAnomalyTimestampNs() local
379 std::max(bucketEndNs - mBucketSizeNs + thresholdNs - pastNs, refractoryPeriodEndNs); in predictAnomalyTimestampNs()
380 if (anomalyTimestampNs <= bucketEndNs) { in predictAnomalyTimestampNs()