> I merged the two functions into one function: time.steady(strict=False). I opened the issue #14309 to deprecate time.clock(): http://bugs.python.org/issue14309 time.clock() is a different clock type depending on the OS (Windows vs UNIX) and so is confusing. You should now decide between time.time() and time.steady(). time.time(): - known starting point, Epoch (1970.1.1) - may be update by the system (and so go backward or forward) => display time to the user, compare/set file modification time time.steady(): - unknown starting point - more accurate than time.time() - should be monotonic (use strict=True if you want to be sure ;-)) => benchmark, timeout Victor
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4