[issue10278] add time.wallclock() method

STINNER Victor report at bugs.python.org
Tue Nov 29 00:44:30 CET 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

wallclock-2.patch: implement wallclock() using the new clock_getime(CLOCK_MONOTONIC) function (or other, depending on the OS).

I removed description on how the function is implemented from the doc.

----------
Added file: http://bugs.python.org/file23799/wallclock-2.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10278>
_______________________________________


More information about the Python-bugs-list mailing list