Пакет libbenchmark: Информация

    Бинарный пакет: libbenchmark
    Версия: 1.5.5-alt2
    Архитектура: x86_64
    Собран:  11 июля 2021 г. 23:40 в задании #278141
    Исходный пакет: libbenchmark
    Категория: Разработка/C++
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/google/benchmark

    Лицензия: Apache-2.0
    О пакете: A library to benchmark code snippets
    Описание: 
    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.

    Сопровождающий: George V. Kouryachy

    Список участников:
    George V. Kouryachy
    Vitaly Lipatov
    Ilya Kurdyukov

    Последнее изменение


    11 июля 2021 г. George V. Kouryachy 1.5.5-alt2
    - Separate static library
    - Introduce tests
    9 июля 2021 г. Vitaly Lipatov 1.5.5-alt1
    - new version 1.5.5 (with rpmrb script)
    10 июня 2021 г. Ilya Kurdyukov 1.5.2-alt2
    - added patch for Elbrus
    - corrected license