Registry / testing / celero

celero

JSON →
library2.9.1vcpkgunverified

Celero is a modern cross-platform (Windows, Linux, MacOS) Microbenchmarking library for C++ 11 and later.

vcpkg install celero
INSTALL
IMPORT
SIG · CELERO
C
celero
testingcppv2.9.1
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.

celero/Celero.h
#include <celero/Celero.h>

Define a simple benchmark with baseline and test cases

#include <celero/Celero.h> CELERO_MAIN BASELINE(baseline, Baseline, 100, 1000) { celero::DoNotOptimizeAway(0); } BENCHMARK(Test, Test, 100, 1000) { int x = 1 + 1; celero::DoNotOptimizeAway(x); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.9.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
OpenAI (training)
1
Resources

No resource links recorded.

celero — pip install celero · libregistry