]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
add realtime as 5th item to os.times() return value
authorGuido van Rossum <guido@python.org>
Wed, 13 Sep 1995 17:36:35 +0000 (17:36 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 13 Sep 1995 17:36:35 +0000 (17:36 +0000)
Doc/lib/libposix.tex
Doc/libposix.tex

index 71798a4780d87ed53abca17e9b002dc228122c9e..643cfda56cb246ca131ba562107f9203a0007a76 100644 (file)
@@ -300,9 +300,11 @@ value is the exit status of the process as returned by Standard C
 \end{funcdesc}
 
 \begin{funcdesc}{times}{}
-Return a 4-tuple of floating point numbers indicating accumulated CPU
+Return a 5-tuple of floating point numbers indicating accumulated (CPU
+or other)
 times, in seconds.  The items are: user time, system time, children's
-user time, and children's system time, in that order.  See the \UNIX{}
+user time, children's system time, and elapsed real time since a fixed
+point in the past, in that order.  See the \UNIX{}
 manual page {\it times}(2).  (Not on MS-DOS.)
 \end{funcdesc}
 
index 71798a4780d87ed53abca17e9b002dc228122c9e..643cfda56cb246ca131ba562107f9203a0007a76 100644 (file)
@@ -300,9 +300,11 @@ value is the exit status of the process as returned by Standard C
 \end{funcdesc}
 
 \begin{funcdesc}{times}{}
-Return a 4-tuple of floating point numbers indicating accumulated CPU
+Return a 5-tuple of floating point numbers indicating accumulated (CPU
+or other)
 times, in seconds.  The items are: user time, system time, children's
-user time, and children's system time, in that order.  See the \UNIX{}
+user time, children's system time, and elapsed real time since a fixed
+point in the past, in that order.  See the \UNIX{}
 manual page {\it times}(2).  (Not on MS-DOS.)
 \end{funcdesc}