Searched refs:timeDelayNs (Results 1 – 2 of 2) sorted by relevance
455 void noteBucketBoundaryDelayNs(int64_t metricId, int64_t timeDelayNs);
562 void StatsdStats::noteBucketBoundaryDelayNs(int64_t metricId, int64_t timeDelayNs) { in noteBucketBoundaryDelayNs() argument566 std::max(metricStats.maxBucketBoundaryDelayNs, timeDelayNs); in noteBucketBoundaryDelayNs()568 std::min(metricStats.minBucketBoundaryDelayNs, timeDelayNs); in noteBucketBoundaryDelayNs()