1 Repo
Tools for mapping complex execution paths through hierarchical diagrams to identify performance bottlenecks.
Distinct from Model Performance Visualizations: Distinct from Model Performance Visualizations: focuses on execution path analysis rather than model evaluation metrics like confusion matrices.
Explore 1 awesome GitHub repository matching artificial intelligence & ml · Execution Path Visualizers. Refine with filters or upvote what's useful.
FlameGraph is a performance profiling and visualization toolkit designed to identify bottlenecks in software execution. It functions as a processing engine that transforms raw stack trace samples into interactive, hierarchical diagrams. By representing aggregated execution frequency as nested rectangles, the tool allows developers to visualize hot code paths and analyze system behavior across both kernel and user-space environments. The project distinguishes itself through its ability to perform differential profile analysis, which highlights performance regressions or improvements by compari
Maps complex execution paths through hierarchical diagrams to identify bottlenecks and improve software stack performance.