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

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

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

ruby-prof/ruby-prof

0
View on GitHub↗
2,029 星标·208 分支·Ruby·7 次浏览

Ruby Prof

A ruby profiler. See https://ruby-prof.github.io for more information.

Features

  • Profiling and Benchmarking - Code profiler for MRI Ruby implementations.

Star 历史

ruby-prof/ruby-prof 的 Star 历史图表ruby-prof/ruby-prof 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Ruby Prof 的开源替代方案

相似的开源项目,按与 Ruby Prof 的功能重合度排序。
  • dgryski/go-perfbookdgryski 的头像

    dgryski/go-perfbook

    10,902在 GitHub 上查看↗

    This project is a collection of educational resources and technical guides focused on Go performance optimization. It provides instruction on improving execution speed and reducing memory usage through code and architectural refinements. The guides cover advanced strategies for low-level programming, including the use of assembly for SIMD instructions and unsafe pointers for direct memory manipulation. It also details concurrency optimization techniques such as lock sharding and cache-line padding to reduce contention and improve hardware utilization. The material encompasses broad capabilit

    optimizationperformanceperformance-analysis
    在 GitHub 上查看↗10,902
  • bytedance/g3bytedance 的头像

    bytedance/g3

    879在 GitHub 上查看↗

    Enterprise-oriented Generic Proxy Solutions

    Rustaudithttpicap
    在 GitHub 上查看↗879
  • code-mancers/rbkitcode-mancers 的头像

    code-mancers/rbkit

    354在 GitHub 上查看↗

    A new profiler for Ruby. With a GUI

    Ruby
    在 GitHub 上查看↗354
  • bheisler/criterion.rsbheisler 的头像

    bheisler/criterion.rs

    5,485在 GitHub 上查看↗

    Criterion is a statistics-driven microbenchmarking library and performance regression tool for Rust. It provides a framework for isolating and measuring small code segments, using statistical analysis to eliminate noise and ensure reliable, repeatable measurements of execution speed. The tool distinguishes itself through a performance visualization suite that generates HTML reports and graphs to track performance trends and throughput. It includes a system for comparing current execution times against stored baselines to identify and prevent performance drops. The library covers asynchronous

    Rustbenchmarkcriteriongnuplot
    在 GitHub 上查看↗5,485
查看 Ruby Prof 的所有 20 个替代方案→

常见问题解答

ruby-prof/ruby-prof 是做什么的?

A ruby profiler. See https://ruby-prof.github.io for more information.

ruby-prof/ruby-prof 的主要功能有哪些?

ruby-prof/ruby-prof 的主要功能包括:Profiling and Benchmarking。

ruby-prof/ruby-prof 有哪些开源替代品?

ruby-prof/ruby-prof 的开源替代品包括: dgryski/go-perfbook — This project is a collection of educational resources and technical guides focused on Go performance optimization. It… bytedance/g3 — Enterprise-oriented Generic Proxy Solutions. code-mancers/rbkit — A new profiler for Ruby. With a GUI. cong-or/hud — Find code blocking your Tokio workers. eBPF-powered, no instrumentation. bheisler/criterion.rs — Criterion is a statistics-driven microbenchmarking library and performance regression tool for Rust. It provides a… bencherdev/bencher — 🐰 Bencher - Continuous Benchmarking.