Flame Graphs

http://www.brendangregg.com/flamegraphs.html

Flame graphs are a visualization of profiled software, allowing the most frequent code-paths to be identified quickly and accurately. They can be generated using my open source programs ongithub.com/brendangregg/FlameGraph, which create interactive SVGs. See the Updates section for other implementations.

原文地址:https://www.cnblogs.com/rsapaper/p/8127691.html