Searched refs:bucketEndNs (Results 1 – 1 of 1) sorted by relevance
377 const int64_t bucketEndNs = currentBucketEndNs + futureBucketIdx * mBucketSizeNs; in predictAnomalyTimestampNs() local379 std::max(bucketEndNs - mBucketSizeNs + thresholdNs - pastNs, refractoryPeriodEndNs); in predictAnomalyTimestampNs()380 if (anomalyTimestampNs <= bucketEndNs) { in predictAnomalyTimestampNs()