Home
last modified time | relevance | path

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

/system/testing/gtest_extras/
DOptions.h42 uint64_t slow_threshold_ms() const { return numerics_.at("slow_threshold_ms"); } in slow_threshold_ms() function
DIsolate.cpp508 options.slow_threshold_ms()); in __anon17ca577a0202()
751 slow_threshold_ns_ = options_.slow_threshold_ms() * kNsPerMs; in Run()
/system/testing/gtest_extras/tests/
DOptionsTest.cpp91 EXPECT_EQ(2000ULL, options.slow_threshold_ms()); in TEST_F()
208 TEST_F(OptionsTest, slow_threshold_ms) { in TEST_F() argument
212 EXPECT_EQ(4580ULL, options.slow_threshold_ms()); in TEST_F()
681 EXPECT_EQ(2000ULL, options.slow_threshold_ms()); in TEST_F()