flame_graph
Generate an interactive flame graph to visualize performance profiling data, showing call hierarchy and execution time. Click frames to zoom into hot paths and identify performance bottlenecks.
Instructions
Display an interactive flame graph visualization for performance profiling. Shows call hierarchy with execution time. Click frames to zoom, analyze hot paths.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Title for the profile visualization | |
| profile | No | Profile data (uses simulated data if not provided) | |
| filename | No | Source filename or profile name |