PEP 418: Add more links
This commit is contained in:
parent
f2a9cd477f
commit
167f0c34cc
11
pep-0418.txt
11
pep-0418.txt
|
@ -285,6 +285,17 @@ computing the maximum with the clock value and the previous value?
|
||||||
Links
|
Links
|
||||||
=====
|
=====
|
||||||
|
|
||||||
|
* `Issue #12822: NewGIL should use CLOCK_MONOTONIC if possible.
|
||||||
|
<http://bugs.python.org/issue12822>`_
|
||||||
|
* `Issue #14222: Use time.steady() to implement timeout
|
||||||
|
<http://bugs.python.org/issue14222>`_
|
||||||
|
* `Issue #14397: Use GetTickCount/GetTickCount64 instead of QueryPerformanceCounter for monotonic clock
|
||||||
|
<http://bugs.python.org/issue14397>`_
|
||||||
|
* `python-monotonic-time
|
||||||
|
<http://code.google.com/p/python-monotonic-time/>`_
|
||||||
|
(`github <https://github.com/gavinbeatty/python-monotonic-time>`_)
|
||||||
|
* `Qt library: QElapsedTimer
|
||||||
|
<http://qt-project.org/doc/qt-4.8/qelapsedtimer.html>`_
|
||||||
* `Windows: Game Timing and Multicore Processors
|
* `Windows: Game Timing and Multicore Processors
|
||||||
<http://msdn.microsoft.com/en-us/library/ee417693.aspx>`_
|
<http://msdn.microsoft.com/en-us/library/ee417693.aspx>`_
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue