Searched refs:timeDelayNs (Results 1 – 2 of 2) sorted by relevance
436 void noteBucketBoundaryDelayNs(int64_t metricId, int64_t timeDelayNs);
543 void StatsdStats::noteBucketBoundaryDelayNs(int64_t metricId, int64_t timeDelayNs) { in noteBucketBoundaryDelayNs() argument547 std::max(pullStats.maxBucketBoundaryDelayNs, timeDelayNs); in noteBucketBoundaryDelayNs()549 std::min(pullStats.minBucketBoundaryDelayNs, timeDelayNs); in noteBucketBoundaryDelayNs()