Searched refs:timeDelayNs (Results 1 – 2 of 2) sorted by relevance
622 void noteBucketBoundaryDelayNs(int64_t metricId, int64_t timeDelayNs);
860 void StatsdStats::noteBucketBoundaryDelayNs(int64_t metricId, int64_t timeDelayNs) { in noteBucketBoundaryDelayNs() argument864 std::max(metricStats.maxBucketBoundaryDelayNs, timeDelayNs); in noteBucketBoundaryDelayNs()866 std::min(metricStats.minBucketBoundaryDelayNs, timeDelayNs); in noteBucketBoundaryDelayNs()