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 0f5de9e commit 0cd3c2dCopy full SHA for 0cd3c2d
1 file changed
Lib/profiling/sampling/_flamegraph_assets/flamegraph.js
@@ -640,6 +640,7 @@ function renderFlamegraph(chart, data) {
640
d3.select("#chart").datum(data).call(chart);
641
window.flamegraphChart = chart;
642
window.flamegraphData = data;
643
+ zoomedNodeValue = null;
644
populateStats(data);
645
}
646
0 commit comments