1 रिपॉजिटरी
Tools for mapping hierarchical call stacks across interpreted and compiled code layers into interactive diagrams.
Distinguishing note: Distinct from Full-Stack Frameworks: focuses on performance visualization of the entire stack rather than application development frameworks.
Explore 1 awesome GitHub repository matching software engineering & architecture · Full-Stack Execution 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
Captures and correlates processor and graphics execution stacks to identify cross-processor stalls and performance-intensive shader operations.