summaryrefslogtreecommitdiffstats
path: root/Doc/library/time.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-03-29 07:18:14 (GMT)
committerGeorg Brandl <georg@python.org>2012-03-29 07:18:14 (GMT)
commit909f5bc849cbfcc3a9c7e198c7856eb718f90dd5 (patch)
tree415d8bf3ca60d103725a8d5e87626abe3203653e /Doc/library/time.rst
parent324b58bf1824beae8f3d6891da525a7c98b72f80 (diff)
downloadcpython-909f5bc849cbfcc3a9c7e198c7856eb718f90dd5.zip
cpython-909f5bc849cbfcc3a9c7e198c7856eb718f90dd5.tar.gz
cpython-909f5bc849cbfcc3a9c7e198c7856eb718f90dd5.tar.bz2
Fix newlines.
Diffstat (limited to 'Doc/library/time.rst')
-rw-r--r--Doc/library/time.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/library/time.rst b/Doc/library/time.rst
index 332b30b..581b68a 100644
--- a/Doc/library/time.rst
+++ b/Doc/library/time.rst
@@ -143,12 +143,14 @@ The module defines the following functions and data items:
.. versionadded:: 3.3
+
.. function:: clock_gettime(clk_id)
Return the time of the specified clock *clk_id*.
.. versionadded:: 3.3
+
.. data:: CLOCK_REALTIME
System-wide real-time clock. Setting this clock requires appropriate
@@ -156,6 +158,7 @@ The module defines the following functions and data items:
.. versionadded:: 3.3
+
.. data:: CLOCK_MONOTONIC
Clock that cannot be set and represents monotonic time since some
@@ -163,6 +166,7 @@ The module defines the following functions and data items:
.. versionadded:: 3.3
+
.. data:: CLOCK_MONOTONIC_RAW
Similar to :data:`CLOCK_MONOTONIC`, but provides access to a raw
@@ -172,18 +176,21 @@ The module defines the following functions and data items:
.. versionadded:: 3.3
+
.. data:: CLOCK_PROCESS_CPUTIME_ID
High-resolution per-process timer from the CPU.
.. versionadded:: 3.3
+
.. data:: CLOCK_THREAD_CPUTIME_ID
Thread-specific CPU-time clock.
.. versionadded:: 3.3
+
.. function:: ctime([secs])
Convert a time expressed in seconds since the epoch to a string representing