Searched refs:thresholdDurationNs (Results 1 – 3 of 3) sorted by relevance
/aosp12/packages/modules/StatsD/statsd/tests/metrics/ |
H A D | MaxDurationTracker_test.cpp | 431 int64_t thresholdDurationNs = 2000; in TEST() local 434 threshold.set_gt_int(thresholdDurationNs); in TEST() 441 tracker.noteStop(key1, eventStartTimeNs + thresholdDurationNs, false); in TEST() 447 tracker.noteStop(key1, event2StartTimeNs + thresholdDurationNs + 1, false); in TEST() 451 EXPECT_EQ(thresholdDurationNs + 1, buckets[eventKey][0].mDuration); in TEST()
|
H A D | OringDurationTracker_test.cpp | 582 int64_t thresholdDurationNs = 2000; in TEST() local 585 threshold.set_gt_int(thresholdDurationNs); in TEST() 593 tracker.noteStop(kEventKey1, eventStartTimeNs + thresholdDurationNs, false); in TEST() 599 tracker.noteStop(kEventKey1, event2StartTimeNs + thresholdDurationNs + 1, false); in TEST() 603 EXPECT_EQ(thresholdDurationNs + 1, buckets[eventKey][0].mDuration); in TEST()
|
/aosp12/packages/modules/StatsD/statsd/tests/e2e/ |
H A D | DurationMetric_e2e_test.cpp | 1482 int64_t thresholdDurationNs = 30 * 1000 * 1000 * 1000LL; // 30 seconds in TEST() local 1484 threshold.set_gt_int(thresholdDurationNs); in TEST()
|