Skip to content

Commit 3bfa0ec

Browse files
pablogsalhugovk
andauthored
Update Doc/library/profiling.rst
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent d7376db commit 3bfa0ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/library/profiling.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ When to use statistical sampling
9696
--------------------------------
9797

9898
The statistical profiler (:mod:`profiling.sampling`) is recommended for most
99-
performance analysis tasks. Use it the same way you would use ``cProfile``::
99+
performance analysis tasks. Use it the same way you would use
100+
:mod:`profiling.tracing`::
100101

101102
python -m profiling.sampling run script.py
102103

0 commit comments

Comments
 (0)