Skip to content

Commit 7ed48bd

Browse files
author
Yang Yang(Tony)
authored
Update cpu_profiling.md (#7803)
1 parent 7ccbc70 commit 7ed48bd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/howto/optimization/cpu_profiling.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ each column is as follows:
6060
| column | meaning |
6161
| --- | --- |
6262
| 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 |
63+
| tottime | the total execution time of the function, not including the execution time of other functions called by the function |
6564
| percall | tottime divided by ncalls |
6665
| cumtime | the total execution time of the function, including the execution time of other functions being called |
6766
| percall | cumtime divided by ncalls |

0 commit comments

Comments
 (0)