awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesExecution Path Visualizers

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.

Awesome Execution Path Visualizers GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • brendangregg/flamegraphbrendangregg 的头像

    brendangregg/FlameGraph

    19,307在 GitHub 上查看↗

    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.

    Perl
    在 GitHub 上查看↗19,307
  1. Home
  2. Artificial Intelligence & ML
  3. Model Performance Visualizations
  4. Execution Path Visualizers