Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37477576
en ru br
Репозитории ALT

Группа :: Разработка/Ruby
Пакет: gem-ruby-prof

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Текущая версия: 0.18.0-alt1
Время сборки: 7 апреля 2020, 12:14 ( 211.0 недели назад )
Размер архива: 77.88 Kb

Домашняя страница:   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

Текущий майнтейнер: Ruby Maintainers Team

Список всех майнтейнеров, принимавших участие
в данной и/или предыдущих сборках пакета:

Список rpm-пакетов, предоставляемый данным srpm-пакетом:

  • gem-ruby-prof
  • gem-ruby-prof-debuginfo
  • gem-ruby-prof-devel
  • gem-ruby-prof-doc
  • ruby-prof
ACL:
     
    дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    текущий майнтейнер: Michael Shigorin