Searched refs:MaxDurationTracker (Results 1 – 5 of 5) sorted by relevance
/packages/modules/StatsD/statsd/src/metrics/duration_helper/ |
D | MaxDurationTracker.cpp | 27 MaxDurationTracker::MaxDurationTracker(const ConfigKey& key, const int64_t id, in MaxDurationTracker() function in android::os::statsd::MaxDurationTracker 40 bool MaxDurationTracker::hitGuardRail(const HashableDimensionKey& newKey, in hitGuardRail() 65 void MaxDurationTracker::noteStart(const HashableDimensionKey& key, bool condition, in noteStart() 100 void MaxDurationTracker::noteStop(const HashableDimensionKey& key, const int64_t eventTime, in noteStop() 152 bool MaxDurationTracker::hasStartedDuration() const { in hasStartedDuration() 161 bool MaxDurationTracker::hasAccumulatedDuration() const { in hasAccumulatedDuration() 167 void MaxDurationTracker::noteStopAll(const int64_t eventTime) { in noteStopAll() 177 bool MaxDurationTracker::flushCurrentBucket( in flushCurrentBucket() 235 bool MaxDurationTracker::flushIfNeeded( in flushIfNeeded() 244 void MaxDurationTracker::onSlicedConditionMayChange(const int64_t timestamp) { in onSlicedConditionMayChange() [all …]
|
D | MaxDurationTracker.h | 29 class MaxDurationTracker : public DurationTracker { 31 MaxDurationTracker(const ConfigKey& key, const int64_t id, const MetricDimensionKey& eventKey, 37 MaxDurationTracker(const MaxDurationTracker& tracker) = default;
|
/packages/modules/StatsD/statsd/tests/metrics/ |
D | MaxDurationTracker_test.cpp | 67 MaxDurationTracker tracker(kConfigKey, metricId, eventKey, wizard, -1, false, bucketStartTimeNs, in TEST() 104 MaxDurationTracker tracker(kConfigKey, metricId, eventKey, wizard, -1, false, bucketStartTimeNs, in TEST() 140 MaxDurationTracker tracker(kConfigKey, metricId, eventKey, wizard, -1, false, bucketStartTimeNs, in TEST() 180 MaxDurationTracker tracker(kConfigKey, metricId, eventKey, wizard, -1, true, bucketStartTimeNs, in TEST() 227 MaxDurationTracker tracker(kConfigKey, metricId, eventKey, wizard, 1, false, bucketStartTimeNs, in TEST() 276 MaxDurationTracker tracker(kConfigKey, metricId, eventKey, wizard, 1, false, bucketStartTimeNs, in TEST() 336 MaxDurationTracker tracker(kConfigKey, metricId, eventKey, wizard, 1, false, bucketStartTimeNs, in TEST() 422 MaxDurationTracker tracker(kConfigKey, metricId, eventKey, wizard, 1, false, bucketStartTimeNs, in TEST() 452 MaxDurationTracker tracker(kConfigKey, metricId, eventKey, wizard, 1, false, bucketStartTimeNs, in TEST() 487 MaxDurationTracker tracker(kConfigKey, metricId, eventKey, wizard, -1, false, bucketStartTimeNs, in TEST() [all …]
|
/packages/modules/StatsD/statsd/ |
D | Android.bp | 93 "src/metrics/duration_helper/MaxDurationTracker.cpp",
|
/packages/modules/StatsD/statsd/src/metrics/ |
D | DurationMetricProducer.cpp | 358 return make_unique<MaxDurationTracker>( in createDurationTracker()
|