mirror of
https://github.com/python/cpython.git
synced 2026-01-05 23:12:38 +00:00
[3.12] gh-110383: Fix documentation profile cumtime fix (GH-112221) (#112262)
Co-authored-by: Alex Ptakhin <me@aptakhin.name> Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
parent
89c5180839
commit
5134f668b4
1 changed files with 2 additions and 2 deletions
|
|
@ -82,8 +82,8 @@ the following::
|
|||
|
||||
The first line indicates that 214 calls were monitored. Of those calls, 207
|
||||
were :dfn:`primitive`, meaning that the call was not induced via recursion. The
|
||||
next line: ``Ordered by: cumulative time``, indicates that the text string in the
|
||||
far right column was used to sort the output. The column headings include:
|
||||
next line: ``Ordered by: cumulative time`` indicates the output is sorted
|
||||
by the ``cumtime`` values. The column headings include:
|
||||
|
||||
ncalls
|
||||
for the number of calls.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue