Registry / testing / ctbench

ctbench

JSON →
library1.3.4vcpkgunverified

Compiler-assisted variable size benchmarking for the study of C++ metaprogram compile times.

vcpkg install ctbench
INSTALL
IMPORT
SIG · CTBENCH
C
ctbench
testingcppv1.3.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ctbench/ctbench.hpp
#include <ctbench/ctbench.hpp>

Minimal usage of ctbench

#include <ctbench/ctbench.hpp> #include <iostream> int main() { // Example: benchmark a simple metaprogram ctbench::benchmark<100>([]() { return 42; }); std::cout << "Benchmark complete" << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.4latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

ctbench — pip install ctbench · libregistry