Registry / testing / rtc-benchmarksuite

rtc-benchmarksuite

JSON →
library1.0.4vcpkgunverified

A header-only C++ benchmarking library with cross-platform hardware performance counter integration.

vcpkg install rtc-benchmarksuite
INSTALL
IMPORT
SIG · RTC-BENCHMARKSUITE
R
rtc-benchmarksuite
testingcppv1.0.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.

rtc/benchmark.h
#include <rtc/benchmark.h>

Benchmark a simple loop with hardware counters

#include <rtc/benchmark.h> int main() { rtc::Benchmark bench; bench.run("test", []() { volatile int x = 0; for (int i = 0; i < 1000; ++i) x += i; }); return 0; }
Debug
Known issues
gotchaHeader-only library; no linking required but may need platform-specific compiler flags for hardware counters.
fix
Ensure compiler supports required intrinsics (e.g., __rdtsc on x86).
affects: *
Upgrade
Version history
1.0.4latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Bingbot
1
Resources

No resource links recorded.

rtc-benchmarksuite — pip install rtc-benchmarksuite · libregistry