Y
Hacker News
new
|
ask
|
show
|
jobs
by
sroerick
154 days ago
I've never used flamegraphs but would like to know about them. Can you explain more? Or where should I start?
3 comments
atdt
154 days ago
Flame graphs have an official web site, maintained by Brendan Gregg, who invented them:
https://www.brendangregg.com/flamegraphs.html
. It's a useful starting point.
link
dummydummy1234
154 days ago
I would also try hotspot, it is a interactive viewer for perf graphs.
link
jsymolon
154 days ago
I use them all the time on Perl code.
https://metacpan.org/pod/Devel::NYTProf
link