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 6293d8a commit 1ba2324Copy full SHA for 1ba2324
Doc/whatsnew/3.15.rst
@@ -82,7 +82,7 @@ running Python processes without requiring code modification or process restart.
82
Unlike deterministic profilers (:mod:`cProfile` and :mod:`profile`) that instrument
83
every function call, the sampling profiler periodically captures stack traces from
84
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
+sampling rates of **up to 1,000,000 Hz**, making it the fastest sampling profiler
86
available for Python (at the time of its contribution) and ideal for debugging
87
performance issues in production environments.
88
0 commit comments