Пакет gem-ruby-prof: Информация

    Исходный пакет: gem-ruby-prof
    Версия: 0.18.0-alt1
    Собран:  18 июня 2020 г. 9:25 в задании #247371
    Категория: Разработка/Ruby
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/ruby-prof/ruby-prof

    Лицензия: BSD-2-Clause
    О пакете: Fast code profiler for Ruby
    Описание: 
    ruby-prof is a fast code profiler for MRI Ruby. Its features include:
    
    * Speed - it is a C extension and therefore many times faster than the standard
      Ruby profiler.
    * Modes - Ruby prof can measure a number of different parameters, including call
      times, memory usage and object allocations.
    * Reports - can generate text and cross-referenced html reports
     - Flat Profiles - similar to the reports generated by the standard Ruby
       profiler
     - Graph profiles - similar to GProf, these show how long a method runs, which
       methods call it and which methods it calls.
     - Call tree profiles - outputs results in the calltree format suitable for
       the KCacheGrind profiling tool.
     - Many more - see reports section of this README.
    * Threads - supports profiling multiple threads simultaneously

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    gem-ruby-prof (x86_64, ppc64le, i586, aarch64)
    gem-ruby-prof-debuginfo (x86_64, ppc64le, i586, aarch64)
    gem-ruby-prof-devel (noarch)
    gem-ruby-prof-doc (noarch)
    ruby-prof (noarch)

    Сопровождающий: Ruby Maintainers Team


      1. rpm-build-ruby

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


    31 марта 2020 г. Pavel Skrylev 0.18.0-alt1
    - ^ 0.17.0 -> 0.18.0
    - ! spec tags
    16 апреля 2019 г. Pavel Skrylev 0.17.0-alt2
    - Use Ruby Policy 2.0
    11 июля 2018 г. Andrey Cherepanov 0.17.0-alt1.3
    - Rebuild with new Ruby autorequirements.