Antoine Pitrou <[email protected]> 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 <[email protected]> <http://bugs.python.org/issue10278> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
