Searched refs:currentBucketEndNs (Results 1 – 1 of 1) sorted by relevance
334 const int64_t currentBucketEndNs = getCurrentBucketEndTimeNs(); in predictAnomalyTimestampNs() local352 if (anomalyTimestampNs <= currentBucketEndNs) { in predictAnomalyTimestampNs()362 pastNs += (currentBucketEndNs - eventTimestampNs); in predictAnomalyTimestampNs()377 const int64_t bucketEndNs = currentBucketEndNs + futureBucketIdx * mBucketSizeNs; in predictAnomalyTimestampNs()400 pastNs -= (currentBucketPastNs + (currentBucketEndNs - eventTimestampNs)); in predictAnomalyTimestampNs()