blob: 807dd1735360f3af358c277326172aee101331ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"name": "rtc-benchmarksuite",
"version": "1.0.0",
"description": "A header-only C++ benchmarking library with cross-platform hardware performance counter integration, providing precise measurements of cycles, instructions, branches, cache behavior, and throughput with minimal overhead.",
"homepage": "https://github.com/realtimechris/benchmarksuite",
"license": "MIT",
"supports": "(windows & x64 & !xbox) | (linux & x64) | (osx & x64)",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}
|