You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
debugging: slides: properly introduce flamegraphs and hotspot
Flamegraphs, while being a very valuable tool to get a graphical view of
some profiling data, are only lightly covered, very early, and somehow
in the middle of other concepts.
Rework flamegraphs introduction to really introduce how to generate and
read them:
- move the flamegraph content in the system-wide profiling part, after
having introduced the general perf commands, needed to generate
flamegraph data
- explain how to fetch the scripts and how to use them
- add instructions about how to read a flamegraph, and a custom CPU
flamegraph to illustrate it
- add hotspot as an alternative/extension
The only downside is that, now that flamegraphs are introduced later, we
reach the heaptrack part without having introduced flamegraphs, but it
may be fine to just announce that "we will cover flamegraphs more in
details later"
Fix#267
Signed-off-by: Alexis Lothoré <[email protected]>
0 commit comments