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
|
Source: ruby-benchmark-memory
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Utkarsh Gupta <guptautkarsh2102@gmail.com>
Build-Depends: debhelper-compat (= 12),
gem2deb (>= 2.1~),
pry,
ruby-memory-profiler (>= 1.0~),
ruby-rspec
Standards-Version: 4.6.2
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
Rules-Requires-Root: no
Package: ruby-benchmark-memory
Architecture: all
Depends: ${misc:Depends},
${ruby: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.
|