Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/metrics/
DCountMetricProducer.h35 struct CountBucket { struct
85 std::unordered_map<MetricDimensionKey, std::vector<CountBucket>> mPastBuckets;
94 static const size_t kBucketSize = sizeof(CountBucket{});
DCountMetricProducer.cpp335 CountBucket info; in flushCurrentBucketLocked()