We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bd0197 commit 60f4b73Copy full SHA for 60f4b73
doc/fluid/howto/optimization/cpu_profiling_en.md
@@ -1,3 +1,5 @@
1
+# Tune CPU performance
2
+
3
This tutorial introduces techniques we use to profile and tune the
4
CPU performance of PaddlePaddle. We will use Python packages
5
`cProfile` and `yep`, and Google's `perftools`.
@@ -14,7 +16,7 @@ the profiling and tuning of
14
16
1. the Python code and
15
17
1. the mixture of Python and C++ code.
18
-# Profiling the Python Code
19
+## Profiling the Python Code
20
21
### Generate the Performance Profiling File
22
0 commit comments