Skip to content

Commit 1ba2324

Browse files
authored
gh-136793: Update the sampling rate in the documentation (#136829)
1 parent 6293d8a commit 1ba2324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ running Python processes without requiring code modification or process restart.
8282
Unlike deterministic profilers (:mod:`cProfile` and :mod:`profile`) that instrument
8383
every function call, the sampling profiler periodically captures stack traces from
8484
running processes. This approach provides virtually zero overhead while achieving
85-
sampling rates of **up to 200,000 Hz**, making it the fastest sampling profiler
85+
sampling rates of **up to 1,000,000 Hz**, making it the fastest sampling profiler
8686
available for Python (at the time of its contribution) and ideal for debugging
8787
performance issues in production environments.
8888

0 commit comments

Comments
 (0)