Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37414009
en ru br
ALT Linux repos
S:1.7.1-alt1.1

Group :: Development/C++
RPM: libbenchmark

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.7.1-alt1.1
Build date: 3 may 2023, 08:24 ( 50.4 weeks ago )
Size: 158.17 Kb

Home 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.

Current maintainer: Vitaly Lipatov

List of contributors

List of rpms provided by this srpm:

  • libbenchmark
  • libbenchmark-debuginfo
  • libbenchmark-devel
  • libbenchmark-devel-static
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin