Flame graphs are a way to see what code paths are most used in a stack trace. DragonFly now has a flame_graph utility.
2 Replies to “Flame graphs on DragonFly”
Comments are closed.
Flame graphs are a way to see what code paths are most used in a stack trace. DragonFly now has a flame_graph utility.
Comments are closed.
This should help identify bottlenecks within the dragonfly kernel
How do they look like? Could someone please show me an example?