Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/tests/metrics/
DOringDurationTracker_test.cpp69 tracker.noteStart(kEventKey1, true, eventStartTimeNs, ConditionKey()); in TEST()
71 tracker.noteStart(kEventKey1, true, eventStartTimeNs + 10, ConditionKey()); // overlapping wl in TEST()
99 tracker.noteStart(kEventKey1, true, eventStartTimeNs, ConditionKey()); in TEST()
100 tracker.noteStart(kEventKey1, true, eventStartTimeNs + 10, ConditionKey()); // overlapping wl in TEST()
130 tracker.noteStart(kEventKey1, true, eventStartTimeNs, ConditionKey()); in TEST()
131 tracker.noteStart(kEventKey2, true, eventStartTimeNs + 10, ConditionKey()); // overlapping wl in TEST()
159 tracker.noteStart(kEventKey1, true, eventStartTimeNs, ConditionKey()); in TEST()
162 tracker.noteStart(kEventKey1, true, eventStartTimeNs + 2 * bucketSizeNs, ConditionKey()); in TEST()
203 tracker.noteStart(kEventKey1, true, eventStartTimeNs, key1); in TEST()
242 tracker.noteStart(kEventKey1, true, eventStartTimeNs, key1); in TEST()
[all …]
DMaxDurationTracker_test.cpp70 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()
107 tracker.noteStart(key2, true, bucketStartTimeNs + 20, ConditionKey()); in TEST()
139 tracker.noteStart(DEFAULT_DIMENSION_KEY, true, bucketStartTimeNs + 1, ConditionKey()); in TEST()
142 tracker.noteStart(DEFAULT_DIMENSION_KEY, true, bucketStartTimeNs + bucketSizeNs + 1, in TEST()
178 tracker.noteStart(DEFAULT_DIMENSION_KEY, true, bucketStartTimeNs + 1, ConditionKey()); in TEST()
179 tracker.noteStart(DEFAULT_DIMENSION_KEY, true, bucketStartTimeNs + 10, ConditionKey()); in TEST()
223 tracker.noteStart(key1, false, eventStartTimeNs, conditionKey1); in TEST()
[all …]
/packages/modules/StatsD/statsd/src/metrics/
DDurationMetricProducer.cpp654 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()
/packages/modules/StatsD/statsd/src/metrics/duration_helper/
DOringDurationTracker.h38 void noteStart(const HashableDimensionKey& key, bool condition, const int64_t eventTime,
DMaxDurationTracker.h39 void noteStart(const HashableDimensionKey& key, bool condition, const int64_t eventTime,
DDurationTracker.h100 virtual void noteStart(const HashableDimensionKey& key, bool condition, const int64_t eventTime,
DMaxDurationTracker.cpp59 void MaxDurationTracker::noteStart(const HashableDimensionKey& key, bool condition, in noteStart() function in android::os::statsd::MaxDurationTracker
DOringDurationTracker.cpp59 void OringDurationTracker::noteStart(const HashableDimensionKey& key, bool condition, in noteStart() function in android::os::statsd::OringDurationTracker