summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorpxinwr <peixing.xin@windriver.com>2019-04-15 09:06:21 (GMT)
committerVictor Stinner <vstinner@redhat.com>2019-04-15 09:06:21 (GMT)
commitf1464f4d2ecf9b809ff768c523c5eea1abd31c55 (patch)
tree5955ee8faf8a1e4f8bea308219740465ac082920 /Doc/library
parent236d0b75c41449a266201c683b4b0d6acdee02df (diff)
downloadcpython-f1464f4d2ecf9b809ff768c523c5eea1abd31c55.zip
cpython-f1464f4d2ecf9b809ff768c523c5eea1abd31c55.tar.gz
cpython-f1464f4d2ecf9b809ff768c523c5eea1abd31c55.tar.bz2
bpo-31904: Port the time module on VxWorks (GH-12305)
time.clock() is not available on VxWorks.
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/time.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/time.rst b/Doc/library/time.rst
index baf92c1..170f8dc 100644
--- a/Doc/library/time.rst
+++ b/Doc/library/time.rst
@@ -153,6 +153,8 @@ Functions
:c:func:`QueryPerformanceCounter`. The resolution is typically better than one
microsecond.
+ .. availability:: Windows, Unix. Not available on VxWorks.
+
.. deprecated:: 3.3
The behaviour of this function depends on the platform: use
:func:`perf_counter` or :func:`process_time` instead, depending on your