Skip to content

Commit fe6699d

Browse files
committed
PEP 799: Small clarifications about new sampling profiler
1 parent 8d87d02 commit fe6699d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

peps/pep-0799.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ of these modules implies that ``profile`` is canonical, when in fact it is large
3636

3737
With Python 3.15, a new sampling profiler was introduced under ``profile.sample``. Known as
3838
**tachyon**, this tool uses statistical sampling to infer performance characteristics, which
39-
introduces much lower overhead and works better with the modern Python interpreter. It also supports
40-
multiple threads, async functions, and attaching to running processes. Despite these strengths,
39+
introduces 0 overhead profiling and works better with the modern Python interpreter. It also supports
40+
multiple threads, async functions, free threaded builds and attaching to running processes. Despite these strengths,
4141
the placement of tachyon under ``profile.sample`` is misleading and obscures its importance.
4242

4343
Currently, the organization of profiling tools lacks a consistent, discoverable structure.

0 commit comments

Comments
 (0)