Home
last modified time | relevance | path

Searched refs:CountBucket (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/StatsD/statsd/src/metrics/
H A DCountMetricProducer.h36 struct CountBucket { struct
116 std::unordered_map<MetricDimensionKey, std::vector<CountBucket>> mPastBuckets;
125 static const size_t kBucketSize = sizeof(CountBucket{});
H A DCountMetricProducer.cpp404 CountBucket info; in flushCurrentBucketLocked()