MCPcopy Index your code
hub / github.com/python/cpython / renderFlamegraph

Function renderFlamegraph

Lib/profiling/sampling/_flamegraph_assets/flamegraph.js:604–609  ·  view source on GitHub ↗
(chart, data)

Source from the content-addressed store, hash-verified

602}
603
604function renderFlamegraph(chart, data) {
605 d3.select("#chart").datum(data).call(chart);
606 window.flamegraphChart = chart;
607 window.flamegraphData = data;
608 populateStats(data);
609}
610
611// ============================================================================
612// Search

Callers 2

updateFlamegraphViewFunction · 0.85
initFlamegraphFunction · 0.85

Calls 3

populateStatsFunction · 0.85
callMethod · 0.45
selectMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…