HomeSort by relevance Sort by last modified time
    Searched full:threshold_ns (Results 1 - 1 of 1) sorted by null

  /frameworks/base/cmds/statsd/tests/e2e/
Anomaly_duration_sum_e2e_test.cpp 33 uint64_t threshold_ns,
68 alert->set_trigger_if_sum_gt(threshold_ns);
94 const uint64_t threshold_ns = NS_PER_SEC; local
95 auto config = CreateStatsdConfig(num_buckets, threshold_ns, DurationMetric::SUM, true);
122 EXPECT_EQ((bucketStartTimeNs + 11 + threshold_ns) / NS_PER_SEC + 1,
135 EXPECT_EQ((bucketStartTimeNs + 110 + threshold_ns - 90) / NS_PER_SEC + 1,
237 EXPECT_EQ((bucketStartTimeNs + 2 * bucketSizeNs + NS_PER_SEC + threshold_ns) / NS_PER_SEC,
271 const uint64_t threshold_ns = NS_PER_SEC; local
272 auto config = CreateStatsdConfig(num_buckets, threshold_ns, DurationMetric::SUM, true);
383 const uint64_t threshold_ns = 3 * NS_PER_SEC local
    [all...]

Completed in 88 milliseconds