1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: ruby-benchmark-memory
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Utkarsh Gupta <guptautkarsh2102@gmail.com>
Build-Depends: debhelper-compat (= 12),
gem2deb,
ruby-rspec,
pry,
ruby-memory-profiler (>= 0.9)
Standards-Version: 4.4.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-benchmark-memory.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-benchmark-memory
Homepage: https://github.com/michaelherold/benchmark-memory
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no
Package: ruby-benchmark-memory
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
ruby-memory-profiler (>= 0.9),
${misc:Depends},
${shlibs:Depends}
Description: Benchmark-style memory profiling for Ruby 2.1+
benchmark-memory is a tool that helps to benchmark the memory usage of
different pieces of code. It leverages the power of memory_profiler to give a
metric of the total amount of memory allocated and retained by a block, as
well as the number of objects and strings allocated and retained.
|