Skip to content

Commit

Permalink
Update cpu_profiling.md (#7803)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yang Yang(Tony) authored Jan 24, 2018
1 parent 7ccbc70 commit 7ed48bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/howto/optimization/cpu_profiling.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ each column is as follows:
| column | meaning |
| --- | --- |
| ncalls | the number of calls into a function |
| tottime | the total execution time of the function, not including the
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 |
| percall | tottime divided by ncalls |
| cumtime | the total execution time of the function, including the execution time of other functions being called |
| percall | cumtime divided by ncalls |
Expand Down

0 comments on commit 7ed48bd

Please sign in to comment.