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

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

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

DigitalInBlue/Celero

0
View on GitHub↗
861 星标·96 分支·C++·3 次浏览

Celero

C++ Benchmark Authoring Library/Framework

Features

  • Benchmarking Tools - Framework for authoring and running C++ micro-benchmarks.
  • Testing and Benchmarking - Benchmarking framework for C++.
  • Testing and Debugging - Benchmarking framework for C++.

Star 历史

digitalinblue/celero 的 Star 历史图表digitalinblue/celero 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

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

Start searching with AI

Celero 的开源替代方案

相似的开源项目,按与 Celero 的功能重合度排序。
  • libnonius/noniuslibnonius 的头像

    libnonius/nonius

    367在 GitHub 上查看↗

    A C++ micro-benchmarking framework

    C++
    在 GitHub 上查看↗367
  • martinus/nanobenchmartinus 的头像

    martinus/nanobench

    1,702在 GitHub 上查看↗

    Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20

    C++
    在 GitHub 上查看↗1,702
  • google/benchmarkgoogle 的头像

    google/benchmark

    10,240在 GitHub 上查看↗

    This project is a performance measurement framework and microbenchmarking library designed for C++ and Python. It provides a toolset for measuring the execution time of small code fragments using high-resolution timers, calculating statistical aggregates, and analyzing asymptotic complexity. The framework distinguishes itself through specialized capabilities for multithreaded performance testing, using synchronized execution to measure parallel throughput. It includes mechanisms to prevent compiler optimizations from removing benchmarked code and supports complex parameterization via Cartesia

    C++benchmark
    在 GitHub 上查看↗10,240
  • catchorg/catch2catchorg 的头像

    catchorg/Catch2

    20,198在 GitHub 上查看↗

    Catch2 is a comprehensive framework for C++ software validation, providing an environment for unit testing, integration verification, and performance analysis. It enables developers to define and execute automated test suites and micro-benchmarks directly within their applications. The framework is distinguished by its header-only distribution, which allows for integration into existing build systems without requiring complex external dependencies. It utilizes a hierarchical section-based execution model that supports behavior-driven testing, allowing for shared setup and teardown logic acros

    C++bddcppcpp14
    在 GitHub 上查看↗20,198
查看 Celero 的所有 30 个替代方案→

常见问题解答

digitalinblue/celero 是做什么的?

C++ Benchmark Authoring Library/Framework

digitalinblue/celero 的主要功能有哪些?

digitalinblue/celero 的主要功能包括:Benchmarking Tools, Testing and Benchmarking, Testing and Debugging。

digitalinblue/celero 有哪些开源替代品?

digitalinblue/celero 的开源替代品包括: martinus/nanobench — Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20. libnonius/nonius — A C++ micro-benchmarking framework. google/benchmark — This project is a performance measurement framework and microbenchmarking library designed for C++ and Python. It… cpputest/cpputest — CppUTest unit testing and mocking framework for C/C++. cobaltfusion/debugviewpp — DebugView++, collects, views, filters your application logs, and highlights information that is important to you! boostorg/test — The reference C++ unit testing framework (TDD, xUnit, C++03/11/14/17).