Skip to content

Commit 536ff0c

Browse files
Merge branch 'main' into sort-jit-tools
2 parents 6273211 + 1adb17b commit 536ff0c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+2238
-762
lines changed

Doc/library/cmdline.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The following modules have a command-line interface.
1212
* :ref:`calendar <calendar-cli>`
1313
* :mod:`code`
1414
* :ref:`compileall <compileall-cli>`
15-
* :mod:`cProfile`: see :ref:`profile <profile-cli>`
15+
* ``cProfile``: see :ref:`profiling.tracing <profiling-tracing-cli>`
1616
* :ref:`dis <dis-cli>`
1717
* :ref:`doctest <doctest-cli>`
1818
* :mod:`!encodings.rot_13`
@@ -31,8 +31,9 @@ The following modules have a command-line interface.
3131
* :ref:`pickletools <pickletools-cli>`
3232
* :ref:`platform <platform-cli>`
3333
* :mod:`poplib`
34-
* :ref:`profile <profile-cli>`
35-
* :mod:`pstats`
34+
* :ref:`profiling.sampling <profiling-sampling>`
35+
* :ref:`profiling.tracing <profiling-tracing-cli>`
36+
* :ref:`pstats <pstats-cli>`
3637
* :ref:`py_compile <py_compile-cli>`
3738
* :mod:`pyclbr`
3839
* :mod:`pydoc`

Doc/library/debug.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
***********************
2-
Debugging and Profiling
2+
Debugging and profiling
33
***********************
44

55
These libraries help you with Python development: the debugger enables you to
@@ -15,7 +15,8 @@ intrusive debugging or patching.
1515
bdb.rst
1616
faulthandler.rst
1717
pdb.rst
18-
profile.rst
18+
profiling.rst
19+
pstats.rst
1920
timeit.rst
2021
trace.rst
2122
tracemalloc.rst

0 commit comments

Comments
 (0)