Home
last modified time | relevance | path

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

/aosp12/system/core/debuggerd/
H A Ddebuggerd_benchmark.cpp46 static std::chrono::duration<double> GetMaximumPause(std::atomic<ThreadState>& state) { in GetMaximumPause() function
102 auto thread = std::thread([&]() { max_pause = GetMaximumPause(thread_state); }); in BM_maximum_pause_impl()