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 d7376db commit 3bfa0ecCopy full SHA for 3bfa0ec
Doc/library/profiling.rst
@@ -96,7 +96,8 @@ When to use statistical sampling
96
--------------------------------
97
98
The statistical profiler (:mod:`profiling.sampling`) is recommended for most
99
-performance analysis tasks. Use it the same way you would use ``cProfile``::
+performance analysis tasks. Use it the same way you would use
100
+:mod:`profiling.tracing`::
101
102
python -m profiling.sampling run script.py
103
0 commit comments