File tree 1 file changed +9
-7
lines changed
slides/debugging-system-wide-profiling
1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -415,7 +415,7 @@ \subsection{perf}
415
415
\end {frame}
416
416
417
417
\begin {frame}[fragile]
418
- \frametitle {Visualizing data with flamegraphs (1/2) }
418
+ \frametitle {Visualizing data with flamegraphs}
419
419
\begin {itemize}
420
420
\item Get the flamegraph scripts:
421
421
\begin {block}{}
@@ -453,17 +453,19 @@ \subsection{perf}
453
453
\end {frame}
454
454
455
455
\begin {frame}[fragile]
456
- \frametitle {Visualizing data with flamegraphs (2/2) }
456
+ \frametitle {Flamegraph example: CPU flamegraph }
457
457
\center
458
458
\includegraphics [width=1.0 \textwidth ]{slides/debugging-system-wide-profiling/flamegraph.png}\\
459
459
\begin {itemize}
460
+ \item The plates on top represent the functions sampled by perf during
461
+ the recording
460
462
\item The plates width represents how often a function has been
461
- sampled
462
- \item The "spikes" height represents the call stacks depth
463
- \item Flamegraphs are interactive: clicking a plate will put focus on the
463
+ sampled by perf
464
+ \item The plates below represent the call stacks for the sampled functions
465
+ \item Flamegraphs are interactive: clicking on a plate will zoom on the
464
466
corresponding callstack
465
- \item Colors can be tuned at flamegraph generation, for example to have
466
- a clear split between kernel and userspace functions
467
+ \item Colors can be tuned at flamegraph generation (eg: to get a clear
468
+ split between kernel and userspace)
467
469
\end {itemize}
468
470
\end {frame}
469
471
You can’t perform that action at this time.
0 commit comments