flame graph
RU: flame graph
A stack-trace visualization invented by Brendan Gregg in which sampled call stacks are merged and drawn as stacked rectangles: the x-axis represents the proportion of total samples (not time passing), and the y-axis shows stack depth. The widest frames at the top identify the hottest code paths, enabling rapid CPU bottleneck identification.