Skip to content

Commit d34d17b

Browse files
committed
Wire profiling docs into the documentation tree
Add the new profiling module pages to the Debugging and Profiling toctree. The order places the main profiling.rst entry point first, followed by the two profiler implementations, then pstats, and finally the deprecated profile module last.
1 parent 1c712f1 commit d34d17b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Doc/library/debug.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ intrusive debugging or patching.
1515
bdb.rst
1616
faulthandler.rst
1717
pdb.rst
18+
profiling.rst
19+
profiling-tracing.rst
20+
profiling-sampling.rst
21+
pstats.rst
1822
profile.rst
1923
timeit.rst
2024
trace.rst

0 commit comments

Comments
 (0)