Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/StatsD/statsd/tests/e2e/
DAnomaly_duration_sum_e2e_test.cpp39 uint64_t threshold_ns, in CreateStatsdConfig()
104 const uint64_t threshold_ns = NS_PER_SEC; in TEST_F() local
286 const uint64_t threshold_ns = NS_PER_SEC; in TEST_F() local
408 const uint64_t threshold_ns = NS_PER_SEC; in TEST_F() local
496 const uint64_t threshold_ns = 3 * NS_PER_SEC; in TEST_F() local
/aosp_15_r20/external/bcc/tools/
H A Ddbslower.py57 threshold_ns = args.threshold * 1000000 variable