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 ffd5a27 commit 6f635e6Copy full SHA for 6f635e6
Doc/library/profiling-tracing.rst
@@ -80,7 +80,9 @@ Command-line interface
80
.. program:: profiling.tracing
81
82
The :mod:`profiling.tracing` module can be invoked as a script to profile
83
-another script or module::
+another script or module:
84
+
85
+.. code-block:: shell-session
86
87
python -m profiling.tracing [-o output_file] [-s sort_order] (-m module | myscript.py)
88
0 commit comments