Home
last modified time | relevance | path

Searched refs:PastBucket (Results 1 – 8 of 8) sorted by relevance

/packages/modules/StatsD/statsd/src/metrics/
DValueMetricProducer.h40 struct PastBucket { struct
237 const PastBucket<AggregatedValue>& bucket) const;
325 std::unordered_map<MetricDimensionKey, std::vector<PastBucket<AggregatedValue>>> mPastBuckets;
339 virtual PastBucket<AggregatedValue> buildPartialBucket(int64_t bucketEndTime,
355 static const size_t kBucketSize = sizeof(PastBucket<AggregatedValue>{});
DKllMetricProducer.cpp140 PastBucket<unique_ptr<KllQuantile>> KllMetricProducer::buildPartialBucket( in buildPartialBucket()
142 PastBucket<unique_ptr<KllQuantile>> bucket; in buildPartialBucket()
DKllMetricProducer.h98 PastBucket<std::unique_ptr<KllQuantile>> buildPartialBucket(
DNumericValueMetricProducer.cpp523 PastBucket<Value> NumericValueMetricProducer::buildPartialBucket(int64_t bucketEndTimeNs, in buildPartialBucket()
525 PastBucket<Value> bucket; in buildPartialBucket()
DNumericValueMetricProducer.h108 PastBucket<Value> buildPartialBucket(int64_t bucketEndTime,
DValueMetricProducer.cpp231 const PastBucket<AggregatedValue>& bucket) const { in computeValueBucketSizeLocked()
836 PastBucket<AggregatedValue> bucket = in closeCurrentBucket()
/packages/modules/StatsD/statsd/tests/metrics/
DKllMetricProducer_test.cpp65 std::vector<PastBucket<unique_ptr<KllQuantile>>>>& mPastBuckets, in assertPastBucketsSingleKey()
85 const vector<PastBucket<unique_ptr<KllQuantile>>>& buckets = mPastBuckets.begin()->second; in assertPastBucketsSingleKey()
DNumericValueMetricProducer_test.cpp64 const std::unordered_map<MetricDimensionKey, std::vector<PastBucket<Value>>>& mPastBuckets, in assertPastBucketValuesSingleKey()
89 const vector<PastBucket<Value>>& buckets = mPastBuckets.begin()->second; in assertPastBucketValuesSingleKey()