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

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

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

iboB/picobench

0
View on GitHub↗
234 星标·25 分支·C++·MIT·3 次浏览

Picobench

A micro microbenchmarking library for C++11 in a single header file

Features

  • Benchmarking and Profiling - Microbenchmarking library.
  • Benchmarking Tools - Small microbenchmarking library for C++11.
  • Testing and Benchmarking - Small micro-benchmarking library.

Star 历史

ibob/picobench 的 Star 历史图表ibob/picobench 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

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

Start searching with AI

Picobench 的开源替代方案

相似的开源项目,按与 Picobench 的功能重合度排序。
  • 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
  • jonasmr/microprofilejonasmr 的头像

    jonasmr/microprofile

    1,584在 GitHub 上查看↗

    microprofile is an embeddable profiler

    C
    在 GitHub 上查看↗1,584
  • digitalinblue/celeroDigitalInBlue 的头像

    DigitalInBlue/Celero

    861在 GitHub 上查看↗

    C++ Benchmark Authoring Library/Framework

    C++benchmarkbenchmark-testsc-plus-plus
    在 GitHub 上查看↗861
  • libnonius/noniuslibnonius 的头像

    libnonius/nonius

    367在 GitHub 上查看↗

    A C++ micro-benchmarking framework

    C++
    在 GitHub 上查看↗367
查看 Picobench 的所有 30 个替代方案→

常见问题解答

ibob/picobench 是做什么的?

A micro microbenchmarking library for C++11 in a single header file

ibob/picobench 的主要功能有哪些?

ibob/picobench 的主要功能包括:Benchmarking and Profiling, Benchmarking Tools, Testing and Benchmarking。

ibob/picobench 有哪些开源替代品?

ibob/picobench 的开源替代品包括: jonasmr/microprofile — microprofile is an embeddable profiler. martinus/nanobench — Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20. digitalinblue/celero — C++ Benchmark Authoring Library/Framework. google/benchmark — This project is a performance measurement framework and microbenchmarking library designed for C++ and Python. It… libnonius/nonius — A C++ micro-benchmarking framework. p-ranav/criterion — Microbenchmarking for Modern C++.