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