Source: ruby-benchmark-memory Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Utkarsh Gupta 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.