awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesFull-Stack Execution Visualizers

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.

Awesome Full-Stack Execution Visualizers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • brendangregg/flamegraphAvatar von brendangregg

    brendangregg/FlameGraph

    19,307Auf GitHub ansehen↗

    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.

    Perl
    Auf GitHub ansehen↗19,307
  1. Home
  2. Software Engineering & Architecture
  3. Full-Stack Execution Visualizers

Unter-Tags erkunden

  • Graphics Execution ProfilersTools for capturing and correlating processor and graphics execution stacks to identify performance-intensive shader operations. **Distinct from Full-Stack Execution Visualizers:** Distinct from Full-Stack Execution Visualizers: focuses specifically on GPU and shader-level performance correlation rather than general CPU stack visualization.