Update cpu_profiling.md (#7803)

emailweixu-patch-1
Yang Yang(Tony) 7 years ago committed by GitHub
parent 7ccbc706bf
commit 7ed48bd0c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 |

Loading…
Cancel
Save