From: Slavaqq <1911009+Slavaqq@users.noreply.github.com> Date: Sat, 19 Jul 2025 15:00:46 +0000 (+0200) Subject: gh-136793: Update the sampling rate in the documentation (#136829) X-Git-Tag: v3.15.0a1~932 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1ba23244f3306aa8d19eb4b98cfee6ad4cf514c9;p=thirdparty%2FPython%2Fcpython.git gh-136793: Update the sampling rate in the documentation (#136829) --- diff --git a/Doc/whatsnew/3.15.rst b/Doc/whatsnew/3.15.rst index fe3d45b83a51..ea369a369834 100644 --- a/Doc/whatsnew/3.15.rst +++ b/Doc/whatsnew/3.15.rst @@ -82,7 +82,7 @@ running Python processes without requiring code modification or process restart. Unlike deterministic profilers (:mod:`cProfile` and :mod:`profile`) that instrument every function call, the sampling profiler periodically captures stack traces from running processes. This approach provides virtually zero overhead while achieving -sampling rates of **up to 200,000 Hz**, making it the fastest sampling profiler +sampling rates of **up to 1,000,000 Hz**, making it the fastest sampling profiler available for Python (at the time of its contribution) and ideal for debugging performance issues in production environments.