Package gem-ruby-prof: Information

    Source package: gem-ruby-prof
    Version: 0.18.0-alt1
    Build time:  Jun 18, 2020, 09:25 AM in the task #247371
    Category: Development/Ruby
    Report package bug
    License: BSD-2-Clause
    Summary: Fast code profiler for Ruby
    Description: 
    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

    List of rpms provided by this 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)



      1. rpm-build-ruby

    Last changed


    March 31, 2020 Pavel Skrylev 0.18.0-alt1
    - ^ 0.17.0 -> 0.18.0
    - ! spec tags
    April 16, 2019 Pavel Skrylev 0.17.0-alt2
    - Use Ruby Policy 2.0
    July 11, 2018 Andrey Cherepanov 0.17.0-alt1.3
    - Rebuild with new Ruby autorequirements.