Home
last modified time | relevance | path

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

/aosp12/packages/modules/StatsD/statsd/src/metrics/duration_helper/
H A DOringDurationTracker.cpp175 durationIt.second.mDurationFullBucket += durationIt.second.mDuration; in flushCurrentBucket()
186 durationIt.second.mDurationFullBucket = 0; in flushCurrentBucket()
458 return it->second.mDurationFullBucket; in getCurrentStateKeyFullBucketDuration()
H A DDurationTracker.h66 int64_t mDurationFullBucket; member