Home
last modified time | relevance | path

Searched refs:process_time (Results 1 – 20 of 20) sorted by relevance

/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
Dextdependency.py172 startTime = time.process_time()
177 endTime = time.process_time()
Dgenvk.py38 startTime = time.process_time()
44 endTime = time.process_time()
/third_party/vulkan-loader/scripts/
Dloader_genvk.py25 startTime = time.process_time()
30 endTime = time.process_time()
/third_party/openGLES/xml/
Dgenheaders.py33 startTime = time.process_time()
36 endTime = time.process_time()
Dgenglvnd.py67 startTime = time.process_time()
70 endTime = time.process_time()
/third_party/pulseaudio/src/utils/
Dpacat.c108 static size_t latency = 0, process_time = 0; variable
483 } else if (process_time > 0) in context_state_callback()
484 buffer_attr.minreq = (uint32_t) process_time; in context_state_callback()
939 if (((process_time = (size_t) atoi(optarg))) <= 0) { in main()
/third_party/EGL/api/
Dgenheaders.py34 startTime = time.process_time()
37 endTime = time.process_time()
/third_party/python/Lib/
Dtimeit.py297 timer = time.process_time
Dprofile.py154 self.timer = self.get_time = time.process_time
/third_party/vulkan-headers/registry/
Dgenvk.py43 startTime = time.process_time()
49 endTime = time.process_time()
/third_party/python/Lib/test/
Dtest_time.py82 check_ns(time.process_time(),
480 start = time.process_time()
482 stop = time.process_time()
/third_party/python/Doc/library/
Dtimeit.rst229 measure process time, not wallclock time, using :func:`time.process_time`
261 most cases. You can use :func:`time.process_time` to measure CPU time.
Dtime.rst229 * ``'process_time'``: :func:`time.process_time`
326 .. function:: process_time() -> float
346 Similar to :func:`process_time` but return time as nanoseconds.
Dprofile.rst625 on a 1.8Ghz Intel Core i5 running macOS, and using Python's time.process_time() as
/third_party/python/Misc/NEWS.d/
D3.10.0a7.rst747 :func:`time.perf_counter`, :func:`time.process_time`, or
D3.9.0a1.rst2043 Fix the rusage implementation of time.process_time() to correctly report the
/third_party/python/Doc/whatsnew/
D3.3.rst2063 * :func:`~time.process_time`: Sum of the system and user CPU time of the
2240 :func:`time.perf_counter` or :func:`time.process_time` function instead,
D3.8.rst1764 :func:`time.process_time` instead, depending
/third_party/vk-gl-cts/external/vulkan-docs/src/
DChangeLog.txt5356 * Use `time.process_time()`, introduced in Python 3.3, in the scripts
/third_party/python/Misc/
DHISTORY7827 time.process_time() instead.
7830 time.perf_counter() and time.process_time() functions, and rename