Re: [Python-Dev] cpython: Issue #14428: Use the new time.perf_counter() and time.process_time() functions

April 30, 2012
10:52 a.m.
On 29.04.2012 03:04, victor.stinner wrote:
[...]
Does it make sense to keep the options this way? IMO the distinction should be to use either perf_counter() or process_time(), and the options could implement this (-t -> perf_counter, -c -> process_time). Georg

May 2012
8:35 a.m.
New subject: cpython: Issue #14428: Use the new time.perf_counter() and time.process_time() functions
You might need to use exactly the same clock to compare performance of Python 3.2 and 3.3. Adding an option to use time.process_time() is a good idea. Is anyone interested to implement it? Victor

May 2012
8:35 a.m.
New subject: cpython: Issue #14428: Use the new time.perf_counter() and time.process_time() functions
You might need to use exactly the same clock to compare performance of Python 3.2 and 3.3. Adding an option to use time.process_time() is a good idea. Is anyone interested to implement it? Victor
4703
Age (days ago)
4704
Last active (days ago)
2 comments
2 participants
participants (2)
-
Georg Brandl
-
Victor Stinner