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 7ccbc70 commit 7ed48bdCopy full SHA for 7ed48bd
doc/howto/optimization/cpu_profiling.md
@@ -60,8 +60,7 @@ each column is as follows:
60
| column | meaning |
61
| --- | --- |
62
| ncalls | the number of calls into a function |
63
-| tottime | the total execution time of the function, not including the
64
- execution time of other functions called by the function |
+| tottime | the total execution time of the function, not including the execution time of other functions called by the function |
65
| percall | tottime divided by ncalls |
66
| cumtime | the total execution time of the function, including the execution time of other functions being called |
67
| percall | cumtime divided by ncalls |
0 commit comments