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 adb0429 commit 315ac74Copy full SHA for 315ac74
1 file changed
Misc/NEWS.d/next/Library/2025-12-01-14-43-58.gh-issue-138122.nRm3ic.rst
@@ -0,0 +1,5 @@
1
+The :mod:`_remote_debugging` module now implements frame caching in the
2
+:class:`RemoteUnwinder` class to reduce memory reads when profiling remote
3
+processes. When ``cache_frames=True``, unchanged portions of the call stack
4
+are reused from previous samples, significantly improving profiling
5
+performance for deep call stacks.
0 commit comments