PEP 418: Mention an use case for truly monotonic clock

This commit is contained in:
Victor Stinner 2012-03-27 01:22:04 +02:00
parent 6bccbeeb21
commit d0b769260e
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ Use cases:
* Implement a timeout: use monotonic clock, or fallback to the clock with
the highest resolution. time.steady()
* Benchmark and profiling: time.steady()
* Truly monotonic clock: ?
* Event scheduler: time.monotonic()
time.steady() tries to use a monotonic clock, but it falls back to a
non-monotonic clock if no monotonic clock is available or if reading a