Today I watched …

Visualizing Performance - The Developers’ Guide to Flame Graphs • Brendan Gregg • YOW! 2022
GOTO Conferences
Jun 25, 2023

A FlameGraph visualizes profiled code
where

  • X-axis: Population e.g. alphabetical sort to maximize merging
  • Y-axis: Stack depth

References


Tags: #CPU #profiling #eBPF #Visualization