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 8d87d02 commit fe6699dCopy full SHA for fe6699d
1 file changed
peps/pep-0799.rst
@@ -36,8 +36,8 @@ of these modules implies that ``profile`` is canonical, when in fact it is large
36
37
With Python 3.15, a new sampling profiler was introduced under ``profile.sample``. Known as
38
**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,
+introduces 0 overhead profiling and works better with the modern Python interpreter. It also supports
+multiple threads, async functions, free threaded builds and attaching to running processes. Despite these strengths,
41
the placement of tachyon under ``profile.sample`` is misleading and obscures its importance.
42
43
Currently, the organization of profiling tools lacks a consistent, discoverable structure.
0 commit comments