Searched refs:thread_time_ns (Results 1 – 5 of 5) sorted by relevance
110 uint64_t thread_time_ns = 0; in GetThreadCPUTimeNsForTesting() local111 PostTaskAndWaitForTesting([&thread_time_ns] { in GetThreadCPUTimeNsForTesting()112 thread_time_ns = static_cast<uint64_t>(base::GetThreadCPUTimeNs().count()); in GetThreadCPUTimeNsForTesting()114 return thread_time_ns; in GetThreadCPUTimeNsForTesting()
86 time.thread_time_ns())
561 Add time.thread_time() and time.thread_time_ns()
604 .. function:: thread_time_ns() -> int
1464 The new :func:`time.thread_time` and :func:`time.thread_time_ns` functions