Add reverse flamegraph view
Open
- Dominant language
- Go
- Stars
- 11.7k
- Forks
- 802
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 80
Description
I usually find a reverse flamegraph (a.k.a. icicle graph) much more useful than the current table representation. The hottest methods are often JDK or other library methods that you can't change directly. But you can find out which of your methods are calling those hot methods by going up a few frames.
My suggestion would be to completely replace the table view with a reverse flamegraph. But if other users like the table, then it could also be a toggle.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.