Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/metrics/duration_helper/
DOringDurationTracker.cpp350 int64_t anomalyTimestampNs = in predictAnomalyTimestampNs() local
353 if (anomalyTimestampNs <= currentBucketEndNs) { in predictAnomalyTimestampNs()
354 return std::max(eventTimestampNs, anomalyTimestampNs); in predictAnomalyTimestampNs()
379 int64_t anomalyTimestampNs = in predictAnomalyTimestampNs() local
381 if (anomalyTimestampNs <= bucketEndNs) { in predictAnomalyTimestampNs()
382 return anomalyTimestampNs; in predictAnomalyTimestampNs()