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 65528db commit 2d97700Copy full SHA for 2d97700
1 file changed
Misc/NEWS.d/next/Library/2026-03-10-19-50-59.gh-issue-138122.CsoBEo.rst
@@ -0,0 +1,4 @@
1
+The ``profiling.sampling`` module now supports differential flamegraph
2
+visualization via ``--diff-flamegraph`` to compare two profiling runs.
3
+Functions are colored red (regressions), blue (improvements), gray (neutral),
4
+or purple (new). Elided stacks show code paths that disappeared between runs.
0 commit comments