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 0440856 commit 65d60e9Copy full SHA for 65d60e9
1 file changed
Misc/NEWS.d/next/Library/2025-07-06-18-38-10.gh-issue-135953.Z29DCz.rst
@@ -0,0 +1,9 @@
1
+Implement a new high-frequency runtime profiler that leverages the existing
2
+:mod:`_remote_debugging` module to collect detailed execution statistics
3
+from running Python processes. This tool is exposed in the
4
+:mod:`profile.sample` module and enables non-intrusive observation of
5
+production applications by attaching to already-running processes without
6
+requiring any code modifications, restarts, or special startup flags. The
7
+observer can perform extremely high-frequency sampling of stack traces and
8
+interpreter state, providing detailed runtime execution analysis of live
9
+applications.
0 commit comments