Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/tests/metrics/
DMaxDurationTracker_test.cpp447 int64_t thresholdDurationNs = 2000; in TEST() local
450 threshold.set_gt_int(thresholdDurationNs); in TEST()
458 tracker.noteStop(key1, eventStartTimeNs + thresholdDurationNs, false); in TEST()
465 tracker.noteStop(key1, event2StartTimeNs + thresholdDurationNs + 1, false); in TEST()
469 EXPECT_EQ(thresholdDurationNs + 1, buckets[eventKey][0].mDuration); in TEST()
DOringDurationTracker_test.cpp606 int64_t thresholdDurationNs = 2000; in TEST() local
609 threshold.set_gt_int(thresholdDurationNs); in TEST()
618 tracker.noteStop(kEventKey1, eventStartTimeNs + thresholdDurationNs, false); in TEST()
625 tracker.noteStop(kEventKey1, event2StartTimeNs + thresholdDurationNs + 1, false); in TEST()
629 EXPECT_EQ(thresholdDurationNs + 1, buckets[eventKey][0].mDuration); in TEST()
/packages/modules/StatsD/statsd/tests/e2e/
DDurationMetric_e2e_test.cpp1486 int64_t thresholdDurationNs = 30 * 1000 * 1000 * 1000LL; // 30 seconds in TEST() local
1488 threshold.set_gt_int(thresholdDurationNs); in TEST()