We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89c5180 commit 5134f66Copy full SHA for 5134f66
Doc/library/profile.rst
@@ -82,8 +82,8 @@ the following::
82
83
The first line indicates that 214 calls were monitored. Of those calls, 207
84
were :dfn:`primitive`, meaning that the call was not induced via recursion. The
85
-next line: ``Ordered by: cumulative time``, indicates that the text string in the
86
-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:
87
88
ncalls
89
for the number of calls.
0 commit comments