Home
last modified time | relevance | path

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

/packages/services/Car/cpp/computepipe/runner/client_interface/
DDebuggerImpl.cpp40 constexpr std::chrono::milliseconds kProfilingDataReadTimeout = 50ms; variable
149 if (!mWait.wait_for(lk, kProfilingDataReadTimeout, [this]() { in getPipeProfilingInfo()