mirror of
https://github.com/python/cpython.git
synced 2026-04-27 14:20:49 +00:00
doc: minor fix for library/profile (GH-767)
(cherry picked from commit bd3d8ba3b2)
This commit is contained in:
parent
cb4beb6b89
commit
d7df9e61c8
1 changed files with 3 additions and 3 deletions
|
|
@ -85,11 +85,11 @@ next line: ``Ordered by: standard name``, indicates that the text string in the
|
|||
far right column was used to sort the output. The column headings include:
|
||||
|
||||
ncalls
|
||||
for the number of calls,
|
||||
for the number of calls.
|
||||
|
||||
tottime
|
||||
for the total time spent in the given function (and excluding time made in
|
||||
calls to sub-functions)
|
||||
for the total time spent in the given function (and excluding time made in
|
||||
calls to sub-functions)
|
||||
|
||||
percall
|
||||
is the quotient of ``tottime`` divided by ``ncalls``
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue