C++ Benchmark tool library

发布时间 2023-10-07 23:20:30作者: sinferwu

 

C++ Benchmark tool library
存在哪些c++ Benchmark库呢,通过google搜索和github搜索, 列出如下Benchmark library

名称 简介 源码地址
google/benchmark A microbenchmark support library https://github.com/google/benchmark
Celero C++ Benchmark Authoring Library/Framework https://github.com/DigitalInBlue/Celero
hayai C++ benchmarking framework https://github.com/nickbruun/hayai
nonius A C++ micro-benchmarking framework https://github.com/libnonius/nonius
sltbench C++ benchmark tool. Practical, stable and fast performance testing framework. https://github.com/ivafanas/sltbench
CppBenchmark Performance benchmark framework for C++ with nanoseconds measure precision https://github.com/chronoxor/CppBenchmark
Benchmark tool library使用

 

Benchmark tool library for c++ code_summer_sunrise的博客-CSDN博客