Searched refs:process_time (Results 1 – 20 of 20) sorted by relevance
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
D | extdependency.py | 172 startTime = time.process_time() 177 endTime = time.process_time()
|
D | genvk.py | 38 startTime = time.process_time() 44 endTime = time.process_time()
|
/third_party/vulkan-loader/scripts/ |
D | loader_genvk.py | 25 startTime = time.process_time() 30 endTime = time.process_time()
|
/third_party/openGLES/xml/ |
D | genheaders.py | 33 startTime = time.process_time() 36 endTime = time.process_time()
|
D | genglvnd.py | 67 startTime = time.process_time() 70 endTime = time.process_time()
|
/third_party/pulseaudio/src/utils/ |
D | pacat.c | 108 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/ |
D | genheaders.py | 34 startTime = time.process_time() 37 endTime = time.process_time()
|
/third_party/python/Lib/ |
D | timeit.py | 297 timer = time.process_time
|
D | profile.py | 154 self.timer = self.get_time = time.process_time
|
/third_party/vulkan-headers/registry/ |
D | genvk.py | 43 startTime = time.process_time() 49 endTime = time.process_time()
|
/third_party/python/Lib/test/ |
D | test_time.py | 82 check_ns(time.process_time(), 480 start = time.process_time() 482 stop = time.process_time()
|
/third_party/python/Doc/library/ |
D | timeit.rst | 229 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.
|
D | time.rst | 229 * ``'process_time'``: :func:`time.process_time` 326 .. function:: process_time() -> float 346 Similar to :func:`process_time` but return time as nanoseconds.
|
D | profile.rst | 625 on a 1.8Ghz Intel Core i5 running macOS, and using Python's time.process_time() as
|
/third_party/python/Misc/NEWS.d/ |
D | 3.10.0a7.rst | 747 :func:`time.perf_counter`, :func:`time.process_time`, or
|
D | 3.9.0a1.rst | 2043 Fix the rusage implementation of time.process_time() to correctly report the
|
/third_party/python/Doc/whatsnew/ |
D | 3.3.rst | 2063 * :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,
|
D | 3.8.rst | 1764 :func:`time.process_time` instead, depending
|
/third_party/vk-gl-cts/external/vulkan-docs/src/ |
D | ChangeLog.txt | 5356 * Use `time.process_time()`, introduced in Python 3.3, in the scripts
|
/third_party/python/Misc/ |
D | HISTORY | 7827 time.process_time() instead. 7830 time.perf_counter() and time.process_time() functions, and rename
|