I love his brazilian accent... 🥰
Flame Graphs vs. Tree Maps vs. Sunburst (2017)
https://www.brendangregg.com/blog/2017-02-06/flamegraphs-vs-treemaps-vs-sunburst.html
#HackerNews #FlameGraphs #TreeMaps #Sunburst #DataVisualization #TechTrends
How to use #flamegraphs for #performance #profiling
https://runbooks.gitlab.com/tutorials/how_to_use_flamegraphs_for_perf_profiling/
Off-CPU Analysis - by Brendan Gregg:
https://www.brendangregg.com/offcpuanalysis.html
- On-CPU: where threads are spending time running on-CPU
- Off-CPU: where time is spent waiting while blocked on I/O, locks, timers, paging/swapping, etc.
Brendan Gregg does some great talks. Just watched this one on #eBPF and #flamegraphs: https://www.youtube.com/watch?v=HKQR7wVapgk
Could understand about half but very interesting nonetheless