Home
last modified time | relevance | path

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

/external/perfetto/src/base/
Dthread_task_runner.cc110 uint64_t thread_time_ns = 0; in GetThreadCPUTimeNsForTesting() local
111 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()
/external/python/cpython3/Lib/test/
Dtest_time.py86 time.thread_time_ns())
/external/python/cpython3/Misc/NEWS.d/
D3.7.0a3.rst561 Add time.thread_time() and time.thread_time_ns()
/external/python/cpython3/Doc/library/
Dtime.rst604 .. function:: thread_time_ns() -> int
/external/python/cpython3/Doc/whatsnew/
D3.7.rst1464 The new :func:`time.thread_time` and :func:`time.thread_time_ns` functions