Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/metrics/duration_helper/
DOringDurationTracker.cpp165 for (auto& durationIt : mStateKeyDurationMap) { in flushCurrentBucket() local
166 if (durationIt.second.mDuration > 0) { in flushCurrentBucket()
170 current_info.mDuration = durationIt.second.mDuration; in flushCurrentBucket()
171 (*output)[MetricDimensionKey(mEventKey.getDimensionKeyInWhat(), durationIt.first)] in flushCurrentBucket()
174 durationIt.second.mDurationFullBucket += durationIt.second.mDuration; in flushCurrentBucket()
181 MetricDimensionKey(mEventKey.getDimensionKeyInWhat(), durationIt.first), in flushCurrentBucket()
183 durationIt.second.mDurationFullBucket = 0; in flushCurrentBucket()
185 durationIt.second.mDuration = 0; in flushCurrentBucket()