Package libbenchmark: Information
Source package: libbenchmark
Version: 1.5.5-alt2
Build time: Jul 5, 2022, 08:31 PM
Category: Development/C++
Report package bugHome page: https://github.com/google/benchmark
License: Apache-2.0
Summary: A library to benchmark code snippets
Description:
A library to benchmark code snippets, similar to unit tests. Define a function that executes the code to measure, register it as a benchmark function using the `BENCHMARK` macro, and ensure an appropriate `main` function is available. To run the benchmark, compile and link against the `benchmark` library (libbenchmark.a/.so). If you followed the build steps above, this library will be under the build directory you created.
List of RPM packages built from this SRPM:
libbenchmark (e2kv6, e2kv5, e2kv4, e2k)
libbenchmark-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
libbenchmark-devel (e2kv6, e2kv5, e2kv4, e2k)
libbenchmark-devel-static (e2kv6, e2kv5, e2kv4, e2k)
libbenchmark (e2kv6, e2kv5, e2kv4, e2k)
libbenchmark-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
libbenchmark-devel (e2kv6, e2kv5, e2kv4, e2k)
libbenchmark-devel-static (e2kv6, e2kv5, e2kv4, e2k)
Maintainer: George V. Kouryachy
Last changed
July 11, 2021 George V. Kouryachy 1.5.5-alt2
- Separate static library - Introduce tests
July 9, 2021 Vitaly Lipatov 1.5.5-alt1
- new version 1.5.5 (with rpmrb script)
June 10, 2021 Ilya Kurdyukov 1.5.2-alt2
- added patch for Elbrus - corrected license