Skip to content

Commit 6a7cba4

Browse files
authored
Update cpu_profiling_en.md
1 parent 3f3ecae commit 6a7cba4

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

doc/fluid/howto/optimization/cpu_profiling_en.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,6 @@ port, we will see the output like the following:
5757
where each line corresponds to Python function, and the meaning of
5858
each column is as follows:
5959

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 execution time of other functions called by the function |
64-
| percall | tottime divided by ncalls |
65-
| cumtime | the total execution time of the function, including the execution time of other functions being called |
66-
| percall | cumtime divided by ncalls |
67-
| filename:lineno(function) | where the function is defined |
68-
6960
<table>
7061
<thead>
7162
<tr>

0 commit comments

Comments
 (0)