Source: ruby-prof Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Pirate Praveen Build-Depends: debhelper (>= 11~), gem2deb, rake Standards-Version: 4.1.3 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-prof.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-prof Homepage: https://github.com/ruby-prof/ruby-prof Testsuite: autopkgtest-pkg-ruby XS-Ruby-Versions: all Package: ruby-prof Architecture: any XB-Ruby-Versions: ${ruby:Versions} Depends: ruby | ruby-interpreter, libjs-jquery, fonts-lato, ${misc:Depends}, ${shlibs:Depends} Description: Fast Ruby profiler ruby-prof is a fast code profiler for Ruby. It is a C extension and therefore is many times faster than the standard Ruby profiler. It supports both flat and graph profiles. For each method, graph profiles show how long the method ran, which methods called it and which methods it called. RubyProf generate both text and html and can output it to standard out or to a file.