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 8d4a838 commit 587637bCopy full SHA for 587637b
1 file changed
Misc/NEWS.d/next/Library/2025-12-01-14-43-58.gh-issue-138122.nRm3ic.rst
@@ -1,5 +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
+The ``_remote_debugging`` module now implements frame caching in the
+``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