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.cpp349 int64_t anomalyTimestampNs = in predictAnomalyTimestampNs() local
352 if (anomalyTimestampNs <= currentBucketEndNs) { in predictAnomalyTimestampNs()
353 return std::max(eventTimestampNs, anomalyTimestampNs); in predictAnomalyTimestampNs()
378 int64_t anomalyTimestampNs = in predictAnomalyTimestampNs() local
380 if (anomalyTimestampNs <= bucketEndNs) { in predictAnomalyTimestampNs()
381 return anomalyTimestampNs; in predictAnomalyTimestampNs()