/aosp12/packages/modules/StatsD/statsd/tests/metrics/ |
H A D | MaxDurationTracker_test.cpp | 70 tracker.noteStart(key1, true, bucketStartTimeNs, ConditionKey()); in TEST() 72 tracker.noteStart(key1, true, bucketStartTimeNs + 3, ConditionKey()); in TEST() 77 tracker.noteStart(key2, true, bucketStartTimeNs + 20, ConditionKey()); in TEST() 104 tracker.noteStart(key1, true, bucketStartTimeNs + 1, ConditionKey()); in TEST() 223 tracker.noteStart(key1, false, eventStartTimeNs, conditionKey1); in TEST() 271 tracker.noteStart(key1, true, eventStartTimeNs, conditionKey1); in TEST() 330 tracker.noteStart(key1, false, eventStartTimeNs, conditionKey1); in TEST() 412 tracker.noteStart(key1, true, eventStartTimeNs1, conditionKey1); in TEST() 413 tracker.noteStart(key2, true, eventStartTimeNs2, conditionKey2); in TEST() 440 tracker.noteStart(key1, true, eventStartTimeNs, ConditionKey()); in TEST() [all …]
|
H A D | OringDurationTracker_test.cpp | 69 tracker.noteStart(kEventKey1, true, eventStartTimeNs, ConditionKey()); in TEST() 99 tracker.noteStart(kEventKey1, true, eventStartTimeNs, ConditionKey()); in TEST() 130 tracker.noteStart(kEventKey1, true, eventStartTimeNs, ConditionKey()); in TEST() 159 tracker.noteStart(kEventKey1, true, eventStartTimeNs, ConditionKey()); in TEST() 203 tracker.noteStart(kEventKey1, true, eventStartTimeNs, key1); in TEST() 242 tracker.noteStart(kEventKey1, true, eventStartTimeNs, key1); in TEST() 279 tracker.noteStart(kEventKey1, true, eventStartTimeNs, key1); in TEST() 280 tracker.noteStart(kEventKey1, true, eventStartTimeNs + 2, key1); in TEST() 329 tracker.noteStart(kEventKey1, true, event1StartTimeNs, ConditionKey()); in TEST() 348 tracker.noteStart(kEventKey1, true, event2StartTimeNs, ConditionKey()); in TEST() [all …]
|
/aosp12/packages/modules/StatsD/statsd/src/metrics/duration_helper/ |
H A D | MaxDurationTracker.h | 39 void noteStart(const HashableDimensionKey& key, bool condition, const int64_t eventTime,
|
H A D | OringDurationTracker.h | 38 void noteStart(const HashableDimensionKey& key, bool condition, const int64_t eventTime,
|
H A D | DurationTracker.h | 100 virtual void noteStart(const HashableDimensionKey& key, bool condition, const int64_t eventTime,
|
H A D | MaxDurationTracker.cpp | 59 void MaxDurationTracker::noteStart(const HashableDimensionKey& key, bool condition, in noteStart() function in android::os::statsd::MaxDurationTracker
|
H A D | OringDurationTracker.cpp | 59 void OringDurationTracker::noteStart(const HashableDimensionKey& key, bool condition, in noteStart() function in android::os::statsd::OringDurationTracker
|
/aosp12/packages/modules/StatsD/statsd/src/metrics/ |
H A D | DurationMetricProducer.cpp | 654 it->second->noteStart(whatKey, condition, eventTimeNs, conditionKeys); in handleStartEvent() 659 it->second->noteStart(DEFAULT_DIMENSION_KEY, condition, eventTimeNs, conditionKeys); in handleStartEvent() 663 it->second->noteStart(dimensionKey, condition, eventTimeNs, conditionKeys); in handleStartEvent()
|