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 0cb8377 commit 8725373Copy full SHA for 8725373
doc/developers/performance.rst
@@ -155,7 +155,7 @@ magic command::
155
1 0.000 0.000 0.000 0.000 nmf.py:337(__init__)
156
1 0.000 0.000 1.681 1.681 nmf.py:461(fit)
157
158
-The ``tottime`` columns is the most interesting: it gives to total time spent
+The ``tottime`` column is the most interesting: it gives to total time spent
159
executing the code of a given function ignoring the time spent in executing the
160
sub-functions. The real total time (local code + sub-function calls) is given by
161
the ``cumtime`` column.
0 commit comments