Searched refs:slow_threshold_ms (Results 1 – 3 of 3) sorted by relevance
41 uint64_t slow_threshold_ms() const { return numerics_.at("slow_threshold_ms"); } in slow_threshold_ms() function
473 options.slow_threshold_ms()); in __anon7262e4f70202()709 slow_threshold_ns_ = options_.slow_threshold_ms() * kNsPerMs; in Run()
73 EXPECT_EQ(2000ULL, options.slow_threshold_ms()); in TEST()250 TEST(OptionsTest, slow_threshold_ms) { in TEST() argument255 EXPECT_EQ(4580ULL, options.slow_threshold_ms()); in TEST()639 EXPECT_EQ(2000ULL, options.slow_threshold_ms()); in TEST()