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
84 std::unordered_map<MetricDimensionKey, std::vector<CountBucket>> mPastBuckets;
93 static const size_t kBucketSize = sizeof(CountBucket{});
DCountMetricProducer.cpp321 CountBucket info; in flushCurrentBucketLocked()