
March 27, 2012
12:14 a.m.
On 27 March 2012 01:23, Scott Dial <scott+python-dev@scottdial.com> wrote:
If you want to define new clocks, then I wish you would use the same definitions that C++0x is using. That is:
system_clock = wall clock time monotonic_clock = always goes forward but can be adjusted steady_clock = always goes forward and cannot be adjusted high_resolution_clock = steady_clock || system_clock
+1. This seems like an ideal case for following prior art in designing a Python API. Paul