Searched refs:eventTimestampNs (Results 1 – 3 of 3) sorted by relevance
379 const int64_t eventTimestampNs) const { in predictAnomalyTimestampNs()401 std::max(eventTimestampNs + thresholdNs - pastNs, refractoryPeriodEndNs); in predictAnomalyTimestampNs()404 return std::max(eventTimestampNs, anomalyTimestampNs); in predictAnomalyTimestampNs()413 pastNs += (currentBucketEndNs - eventTimestampNs); in predictAnomalyTimestampNs()451 pastNs -= (currentStateBucketPastNs + (currentBucketEndNs - eventTimestampNs)); in predictAnomalyTimestampNs()455 return std::max(eventTimestampNs + thresholdNs, refractoryPeriodEndNs); in predictAnomalyTimestampNs()
634 void noteEventQueueSize(int32_t size, int64_t eventTimestampNs);
431 void StatsdStats::noteEventQueueSize(int32_t size, int64_t eventTimestampNs) { in noteEventQueueSize() argument436 mEventQueueMaxSizeObservedElapsedNanos = eventTimestampNs; in noteEventQueueSize()