Home
last modified time | relevance | path

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

/external/lldb/tools/debugserver/source/MacOSX/
DMachProcess.h150 uint64_t ProfileInterval () { return m_profile_interval_usec; } in ProfileInterval() function
DMachProcess.cpp1451 usleep(proc->ProfileInterval()); in ProfileThread()