Skip to content

Commit 60f4b73

Browse files
authored
Update cpu_profiling_en.md
1 parent 1bd0197 commit 60f4b73

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/fluid/howto/optimization/cpu_profiling_en.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Tune CPU performance
2+
13
This tutorial introduces techniques we use to profile and tune the
24
CPU performance of PaddlePaddle. We will use Python packages
35
`cProfile` and `yep`, and Google's `perftools`.
@@ -14,7 +16,7 @@ the profiling and tuning of
1416
1. the Python code and
1517
1. the mixture of Python and C++ code.
1618

17-
# Profiling the Python Code
19+
## Profiling the Python Code
1820

1921
### Generate the Performance Profiling File
2022

0 commit comments

Comments
 (0)