Home
last modified time | relevance | path

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

/aosp12/system/testing/gtest_extras/
H A DIsolate.h96 uint64_t slow_threshold_ns_; variable
H A DIsolate.cpp404 } else if (!test->slow() && NanoTime() > test->start_ns() + slow_threshold_ns_) { in CheckTestsTimeout()
751 slow_threshold_ns_ = options_.slow_threshold_ms() * kNsPerMs; in Run()