Home
last modified time | relevance | path

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

/system/core/debuggerd/
Ddebuggerd_benchmark.cpp100 std::chrono::duration<double> max_pause; in BM_maximum_pause_impl() local
102 auto thread = std::thread([&]() { max_pause = GetMaximumPause(thread_state); }); in BM_maximum_pause_impl()
113 state.SetIterationTime(max_pause.count()); in BM_maximum_pause_impl()