mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
gh-136793: Update the sampling rate in the documentation (#136829)
This commit is contained in:
parent
6293d8a1a6
commit
1ba23244f3
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue