Slide 5
Slide 5 text
FLAME GRAPHS EXPLAINED
• each box represents a function (a merged stack frame)
• y-axis (vertical) shows stack depth
• top function led directly to the profiling event
• everything beneath it is ancestry (explains why)
• x-axis (horizontal) shows the sample sorted alphabetically
• box width shows the total time it was on-CPU