Home
last modified time | relevance | path

Searched refs:multipleBucketsSkipped (Results 1 – 5 of 5) sorted by relevance

/packages/modules/StatsD/statsd/src/metrics/
DKllMetricProducer.h92 inline bool multipleBucketsSkipped(const int64_t numBucketsForward) const override { in multipleBucketsSkipped() function
DNumericValueMetricProducer.h97 inline bool multipleBucketsSkipped(const int64_t numBucketsForward) const override { in multipleBucketsSkipped() function
DValueMetricProducer.h337 virtual bool multipleBucketsSkipped(const int64_t numBucketsForward) const = 0;
DNumericValueMetricProducer.cpp508 if (useAnomalyDetection && !multipleBucketsSkipped(calcBucketsForwardCount(eventTimeNs))) { in aggregateFields()
DValueMetricProducer.cpp811 if (multipleBucketsSkipped(numBucketsForward)) { in closeCurrentBucket()