Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37414405
en ru br
ALT Linux repositórios
S:0.18.0-alt1

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

 Principal   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

A versão atual: 0.18.0-alt1
Data da compilação: 7 abril 2020, 12:14 ( 210.5 weeks ago )
Tamanho:: 77.88 Kb

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

Licença: BSD-2-Clause
Sumário: Fast code profiler for Ruby
Descrição:

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

Mantenedor currente: Ruby Maintainers Team

Lista dos contribuidores

Lista dos rpms provida por esta srpm:

  • gem-ruby-prof
  • gem-ruby-prof-debuginfo
  • gem-ruby-prof-devel
  • gem-ruby-prof-doc
  • ruby-prof
ACL:
     
    projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    mantenedor atual: Michael Shigorin
    mantenedor da tradução: Fernando Martini aka fmartini © 2009