Skip to content
Merged
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/profiling.sampling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ Together, these determine how many samples will be collected during a profiling
session.

The :option:`--sampling-rate` option (:option:`-r`) sets how frequently samples
are collected. The default is 1 kHz (10,000 samples per second)::
are collected. The default is 1 kHz (1,000 samples per second)::

python -m profiling.sampling run -r 20khz script.py

Expand Down
Loading