GeistHaus
log in · sign up

GitHub - spiermar/d3-flame-graph: A D3.js plugin that produces flame graphs from hierarchical data.

github.com

A D3.js plugin that produces flame graphs from hierarchical data. - spiermar/d3-flame-graph

5 pages link to this URL
SQL Plan Execution FlameGraphs with Loop and Row Counts - Tanel Poder Blog

Back in 2018 I wrote about how to apply Brendan Gregg’s FlameGraphs for visualizing SQL plan execution time 1, using the plan node-level context and timing data that some database engines provide. This approach is not designed to replace the traditional plan display methods that are packed with lots of additional metrics and details. Nevertheless, in case of large execution plans, SQL plan flamegraphs give you a quick overview of both the plan structure, tables and operations involved and where (in which plan subtrees) most of the plan execution time is spent. - Linux, Oracle, SQL performance tuning and troubleshooting training & writing.

Flame Graphs

Homepage for Flame Graphs: a visualization for stack traces.

92 inbound links en Flame Graphsflamegraphsperformance visualization