Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Doc/library/cmdline.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The following modules have a command-line interface.
* :mod:`poplib`
* :ref:`profiling.sampling <profiling-sampling>`
* :ref:`profiling.tracing <profiling-tracing-cli>`
* :mod:`pstats`
* :ref:`pstats <pstats-cli>`
* :ref:`py_compile <py_compile-cli>`
* :mod:`pyclbr`
* :mod:`pydoc`
Expand Down
12 changes: 6 additions & 6 deletions Doc/library/profile.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _profile:

****************************************
:mod:`!profile` --- Pure Python Profiler
:mod:`!profile` --- Pure Python profiler
****************************************

.. module:: profile
Expand Down Expand Up @@ -54,8 +54,8 @@ a straightforward migration path.
continue to work without modification.


:mod:`!profile` and :mod:`profiling.tracing` Module Reference
=============================================================
:mod:`!profile` and :mod:`!profiling.tracing` module reference
==============================================================

Both the :mod:`profile` and :mod:`profiling.tracing` modules provide the
following functions:
Expand Down Expand Up @@ -175,8 +175,8 @@ during the called command/function execution) no profiling results will be
printed.


Differences from :mod:`profiling.tracing`
=========================================
Differences from :mod:`!profiling.tracing`
==========================================

The :mod:`profile` module differs from :mod:`profiling.tracing` in several
ways:
Expand All @@ -199,7 +199,7 @@ extend for custom profiling behavior.

.. _deterministic-profiling:

What Is Deterministic Profiling?
What is deterministic profiling?
================================

:dfn:`Deterministic profiling` is meant to reflect the fact that all *function
Expand Down
Loading