Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/buma/r5flames


https://github.com/buma/r5flames

Last synced: 5 days ago
JSON representation

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 seconds

How 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).