Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/guardrail/
DStatsdStats.h622 void noteBucketBoundaryDelayNs(int64_t metricId, int64_t timeDelayNs);
DStatsdStats.cpp860 void StatsdStats::noteBucketBoundaryDelayNs(int64_t metricId, int64_t timeDelayNs) { in noteBucketBoundaryDelayNs() argument
864 std::max(metricStats.maxBucketBoundaryDelayNs, timeDelayNs); in noteBucketBoundaryDelayNs()
866 std::min(metricStats.minBucketBoundaryDelayNs, timeDelayNs); in noteBucketBoundaryDelayNs()