[Python-checkins] peps: PEP 418: Add CLOCK_BOOTTIME to monotonic clocks

victor.stinner python-checkins at python.org
Thu Apr 12 14:01:54 CEST 2012


http://hg.python.org/peps/rev/5129c36a97f3
changeset:   4232:5129c36a97f3
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Thu Apr 12 14:01:02 2012 +0200
summary:
  PEP 418: Add CLOCK_BOOTTIME to monotonic clocks

files:
  pep-0418.txt |  1 +
  1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/pep-0418.txt b/pep-0418.txt
--- a/pep-0418.txt
+++ b/pep-0418.txt
@@ -660,6 +660,7 @@
 CLOCK_HIGHRES              1 ns        No               Yes            ?
 CLOCK_MONOTONIC            1 ns        Slewed on Linux  Yes            No
 CLOCK_MONOTONIC_RAW        1 ns        No               Yes            No
+CLOCK_BOOTTIME             1 ns        ?                Yes            Yes
 mach_absolute_time()       1 ns        No               Yes            No
 QueryPerformanceCounter()  \-          No               Yes            ?
 GetTickCount[64]()         1 ms        No               Yes            Yes

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list