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

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

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

1 个仓库

Awesome GitHub RepositoriesExecution Heatmaps

Visual overlays of execution frequency and duration directly onto source code.

Distinct from Source Code Mapping: Focuses on performance heatmaps for source code rather than linking logs or debug info to source.

Explore 1 awesome GitHub repository matching development tools & productivity · Execution Heatmaps. Refine with filters or upvote what's useful.

Awesome Execution Heatmaps GitHub Repositories

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

    nvdv/vprof

    3,979在 GitHub 上查看↗

    vprof 是一个专为 Python 设计的可视化性能分析工具,用于识别执行瓶颈并监控内存消耗。它作为一个 CPU 和内存分析器,将性能数据转换为交互式可视化图表,以分析处理器时间和调用栈。 该项目通过一套视觉诊断工具脱颖而出,包括用于可视化调用栈的火焰图,以及将执行频率和持续时间直接映射到源代码上的热力图。它还包含一个远程性能监视器,能够从运行中的服务器捕获特定函数的指标,并将数据流式传输到独立的分析工具中。 该工具涵盖广泛的功能领域,包括基于采样的 CPU 分析、通过垃圾回收器跟踪实现的行级内存监控,以及用于离线分析的性能数据持久化。这些工具可用于审计源代码效率并识别内存泄漏。

    Overlays execution frequency and duration data directly onto source code for visual performance analysis.

    Pythoncpu-flame-graphd3developer-tools
    在 GitHub 上查看↗3,979
  1. Home
  2. Development Tools & Productivity
  3. Source Code Mapping
  4. Execution Heatmaps