Flame graphs are a visualization of hierarchical data, created to visualize stack traces of profiled software so that the most frequent code-paths to be identified quickly and accurately.

WWW: https://www.brendangregg.com/flamegraphs.html
