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

Group :: Development/Ruby
RPM: gem-ruby-prof

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.18.0-alt1
Build date: 7 april 2020, 12:14 ( 210.5 weeks ago )
Size: 77.88 Kb

Home page:   https://github.com/ruby-prof/ruby-prof

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

Current maintainer: Ruby Maintainers Team

List of contributors

List of rpms provided by this srpm:

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