Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/metrics/duration_helper/
DDurationTracker.h69 int64_t mDurationFullBucket; member
71 DurationValues() : mDuration(0), mDurationFullBucket(0){}; in DurationValues()
DOringDurationTracker.cpp177 durationIt.second.mDurationFullBucket += durationIt.second.mDuration; in flushCurrentBucket()
478 return it->second.mDurationFullBucket; in getCurrentStateKeyFullBucketDuration()