10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32937d6 commit 55decb7Copy full SHA for 55decb7
Doc/library/profile.rst
@@ -82,7 +82,7 @@ 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 name``, indicates that the text string in the
+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:
87
88
ncalls
0 commit comments