[issue10278] add time.wallclock() method
Antoine Pitrou
report at bugs.python.org
Tue Oct 25 11:51:39 CEST 2011
Antoine Pitrou <pitrou at free.fr> added the comment:
CLOCK_MONOTONIC, CLOCK_PROCESS_CPUTIME_ID and CLOCK_THREAD_CPUTIME_ID are optional according to POSIX, which only mandates CLOCK_REALTIME. You should mention it in the docs.
You might also want to export clock_getres():
http://pubs.opengroup.org/onlinepubs/9699919799/functions/clock_getres.html
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10278>
_______________________________________
More information about the Python-bugs-list
mailing list