1 个仓库
Tools that predict the performance impact of hypothetical code changes without requiring implementation.
Distinct from Code Optimization: Distinct from general code optimization by focusing on the simulation of hypothetical changes rather than the act of optimizing.
Explore 1 awesome GitHub repository matching software engineering & architecture · Optimization Simulators. Refine with filters or upvote what's useful.
Coz 是一套用于 C++ 应用程序的性能分析工具,旨在通过因果分析和执行跟踪识别性能瓶颈。它作为一个性能分析器,跟踪操作时间和执行频率,以确定系统内的关键路径。 该工具通过因果分析引擎和优化模拟引擎脱颖而出。这些功能允许预测假设的代码改进将如何影响整体系统吞吐量和延迟,通过模拟加速效果而无需重写和重新测试软件。此外,它还包含一个 AI 驱动的分析助手,使用语言模型建议性能测量点的最佳位置并推荐具体的代码优化方案。 该系统涵盖了广泛的功能领域,包括延迟和吞吐量测量、源代码插桩以及分析数据过滤。它提供了一个基于 Web 的可视化工具,用于在浏览器中渲染因果分析数据并分析加速斜率。 该工具包包括用于构建系统集成的实用程序,以将外部项目与分析库和二进制文件链接起来。
Predicts the impact of hypothetical code improvements on system speed without needing to rewrite and retest the software.