CppBenchmark
C++ performance analyzer
A performance benchmarking framework for C++ to measure and analyze code execution time and efficiency
Performance benchmark framework for C++ with nanoseconds measure precision
285 stars
15 watching
47 forks
Language: C++
last commit: 11 months ago
Linked from 1 awesome list
benchmark-frameworkbenchmarksmicrobenchmarksperformance
Related projects:
Repository | Description | Stars |
---|---|---|
p-ranav/criterion | A microbenchmarking library for measuring performance of C++ code | 212 |
janwilmans/compiletimer | Measures and compares compile times of C++ constructs in various scenarios | 6 |
petabridge/nbench | A performance benchmarking and testing framework for .NET applications. | 534 |
llnl/caliper | A performance analysis and instrumentation library for HPC programs | 354 |
r-kan/semile | A profiling framework for software development that provides detailed information on program execution and offers lightweight and customizable analysis. | 92 |
mattreecebentley/plf_nanotimer | A simple C++ timer class for precision cross-platform benchmarking | 135 |
digitalinblue/celero | A C++ benchmarking library for measuring code performance and comparing results across different configurations. | 828 |
cxworld/capframex | An application for analyzing frame times in video games | 866 |
abeimler/ecs_benchmark | A collection of benchmarks comparing the performance and scalability of popular Entity-Component-System frameworks in C++ | 227 |
cedricguillemet/libprofiler | A tool to measure time taken by specific code portions | 81 |
bkoelman/csharpguidelinesanalyzer | A tool that analyzes C# code against predefined coding guidelines and reports diagnostics | 145 |
chronoxor/cppserver | An ultra fast and low latency asynchronous socket server & client C++ library with support for multiple protocols. | 1,446 |
ldionne/metabench | A simple framework for compile-time microbenchmarks in C++ using the CMake build system. | 183 |
chris00/ocaml-benchmark | A tool for measuring and comparing the run-time of OCaml functions | 27 |
thekvs/cpp-serializers | Compares performance of various data serialization libraries in C++ | 731 |