Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/tests/e2e/
DAnomaly_duration_sum_e2e_test.cpp39 uint64_t threshold_ns, in CreateStatsdConfig() argument
73 alert->set_trigger_if_sum_gt(threshold_ns); in CreateStatsdConfig()
104 const uint64_t threshold_ns = NS_PER_SEC; in TEST_F() local
105 auto config = CreateStatsdConfig(num_buckets, threshold_ns, DurationMetric::SUM, true); in TEST_F()
134 EXPECT_EQ((bucketStartTimeNs + 11 + threshold_ns) / NS_PER_SEC + 1, in TEST_F()
149 EXPECT_EQ((bucketStartTimeNs + 110 + threshold_ns - 90) / NS_PER_SEC + 1, in TEST_F()
252 EXPECT_EQ((bucketStartTimeNs + 2 * bucketSizeNs + NS_PER_SEC + threshold_ns) / NS_PER_SEC, in TEST_F()
286 const uint64_t threshold_ns = NS_PER_SEC; in TEST_F() local
287 auto config = CreateStatsdConfig(num_buckets, threshold_ns, DurationMetric::SUM, true); in TEST_F()
408 const uint64_t threshold_ns = NS_PER_SEC; in TEST_F() local
[all …]