Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/buma/r5flames
https://github.com/buma/r5flames
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/buma/r5flames
- Owner: buma
- Created: 2016-06-29T07:42:33.000Z (over 8 years ago)
- Default Branch: gh-pages
- Last Pushed: 2016-06-29T10:15:45.000Z (over 8 years ago)
- Last Synced: 2024-11-07T22:50:24.495Z (about 2 months ago)
- Language: HTML
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# r5flames
[View before](https://buma.github.io/r5flames/r5_before.html) ~20 seconds
This is with short-circuited angle calculations:[View after](https://buma.github.io/r5flames/r5_after.html)
[angles](https://buma.github.io/r5flames/flame_with_angles.html) ~8 secondsHow to [interpret it](http://www.brendangregg.com/blog/2014-06-12/java-flame-graphs.html)
Mouse over elements to see details.
The y-axis is stack depth, and the x-axis spans the sample population. Each rectangle is a stack frame. Color is not important, it's randomized to differentiate frames. The ordering from left to right is also unimportant.
You look for the widest frames, from bottom up, and forks in the "flames", which indicate different code paths taken.
the percentage is inclusive of all child frames above it).