Home

The devel/ruby-prof,ruby32 port

ruby32-prof-1.6.3 – fast code profiler for Ruby (cvsweb github mirror)

Description

ruby-prof is a fast code profiler for 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
  o Flat Profiles - similar to the reports generated by the standard
    Ruby profiler
  o Graph profiles - similar to GProf, these show how long a method
    runs, which methods call it and which methods it calls.
  o Call tree profiles - outputs results in the calltree format
    suitable for the KCacheGrind profiling tool.
* Threads - supports profiling multiple threads simultaneously
* Recursive calls - supports profiling recursive method calls
WWW: https://github.com/ruby-prof/ruby-prof

Maintainer

Jeremy Evans

Only for arches

aarch64 alpha amd64 arm hppa i386 mips64 mips64el powerpc powerpc64 riscv64 sparc64

Categories

devel lang/ruby

Library dependencies

Build dependencies

Run dependencies

Test dependencies

Reverse dependencies

Files

Search