mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Minor changes to match the style guide.
This commit is contained in:
parent
4124a0b343
commit
8ee679f0ce
21 changed files with 79 additions and 72 deletions
|
@ -126,11 +126,12 @@ the C function of the same name, there is no trailing newline.
|
|||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{clock}{}
|
||||
Return the current CPU time as a floating point number expressed in
|
||||
Return the current processor time as a floating point number expressed in
|
||||
seconds. The precision, and in fact the very definition of the meaning
|
||||
of ``CPU time''\index{CPU time}, depends on that of the C function
|
||||
of the same name, but in any case, this is the function to use for
|
||||
benchmarking\index{benchmarking} Python or timing algorithms.
|
||||
of ``processor time''\index{CPU time}\index{processor time}, depends on
|
||||
that of the C function of the same name, but in any case, this is the
|
||||
function to use for benchmarking\index{benchmarking} Python or timing
|
||||
algorithms.
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{ctime}{\optional{secs}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue