Home
last modified time | relevance | path

Searched defs:user_time (Results 1 – 2 of 2) sorted by relevance

/llvm-project/third-party/benchmark/src/
H A Dtimers.cc76 double MakeTime(FILETIME const& kernel_time, FILETIME const& user_time) { in MakeTime()
123 FILETIME user_time; in ProcessCPUUsage() local
158 FILETIME user_time; in ThreadCPUUsage() local
/llvm-project/lldb/unittests/Host/linux/
H A DHostTest.cpp82 ProcessInstanceInfo::timespec user_time = Info.GetUserTime(); in TEST_F() local