Home
last modified time | relevance | path

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

/llvm-project/lldb/unittests/Host/linux/
H A DHostTest.cpp82 ProcessInstanceInfo::timespec user_time = Info.GetUserTime(); in TEST_F()
89 ProcessInstanceInfo::timespec next_user_time = Info.GetUserTime(); in TEST_F()
/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h198 struct timespec GetUserTime() const { return m_user_time; } in GetUserTime() function