Searched refs:currentBucketEndNs (Results 1 – 1 of 1) sorted by relevance
335 const int64_t currentBucketEndNs = getCurrentBucketEndTimeNs(); in predictAnomalyTimestampNs() local353 if (anomalyTimestampNs <= currentBucketEndNs) { in predictAnomalyTimestampNs()363 pastNs += (currentBucketEndNs - eventTimestampNs); in predictAnomalyTimestampNs()378 const int64_t bucketEndNs = currentBucketEndNs + futureBucketIdx * mBucketSizeNs; in predictAnomalyTimestampNs()401 pastNs -= (currentBucketPastNs + (currentBucketEndNs - eventTimestampNs)); in predictAnomalyTimestampNs()