[Python-checkins] peps: PEP 418: Add CLOCK_BOOTTIME precision in Python
victor.stinner
python-checkins at python.org
Sat Apr 14 01:15:06 CEST 2012
http://hg.python.org/peps/rev/816fff771b51
changeset: 4245:816fff771b51
user: Victor Stinner <victor.stinner at gmail.com>
date: Sat Apr 14 01:14:34 2012 +0200
summary:
PEP 418: Add CLOCK_BOOTTIME precision in Python
files:
pep-0418.txt | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/pep-0418.txt b/pep-0418.txt
--- a/pep-0418.txt
+++ b/pep-0418.txt
@@ -730,6 +730,7 @@
CLOCK_MONOTONIC Linux 3.2 1 ns 2 µs
CLOCK_MONOTONIC SunOS 5.11 2 ns 3 µs
CLOCK_MONOTONIC_RAW Linux 3.2 1 ns 3 µs
+CLOCK_BOOTTIME Linux 3.3 1 ns 3 µs
CLOCK_MONOTONIC FreeBSD 8.2 11 ns 7 µs
CLOCK_MONOTONIC OpenBSD 5.0 10 ms 7 µs
QueryPerformanceCounter Windows Seven 10 ns 9 µs
@@ -1045,7 +1046,7 @@
getrusage(RUSAGE_SELF) FreeBSD 8.2 \- 1 µs
CLOCK_PROCESS_CPUTIME_ID Linux 3.2 1 ns 3 µs
getrusage(RUSAGE_SELF) SunOS 5.11 \- 3 µs
-getrusage(RUSAGE_SELF) Linux 3.0 4 ms 4 ms
+getrusage(RUSAGE_SELF) Linux 3.3 \- 1 ms
getrusage(RUSAGE_SELF) OpenBSD 5.0 \- 8 ms
clock() FreeBSD 8.2 8 ms 8 ms
clock() Linux 3.2 1 µs 10 ms
--
Repository URL: http://hg.python.org/peps
More information about the Python-checkins
mailing list