Home
last modified time | relevance | path

Searched refs:eventTimestampNs (Results 1 – 3 of 3) sorted by relevance

/packages/modules/StatsD/statsd/src/metrics/duration_helper/
DOringDurationTracker.cpp379 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()
/packages/modules/StatsD/statsd/src/guardrail/
DStatsdStats.h634 void noteEventQueueSize(int32_t size, int64_t eventTimestampNs);
DStatsdStats.cpp431 void StatsdStats::noteEventQueueSize(int32_t size, int64_t eventTimestampNs) { in noteEventQueueSize() argument
436 mEventQueueMaxSizeObservedElapsedNanos = eventTimestampNs; in noteEventQueueSize()