mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add ruby-stackprof.
* gnu/packages/ruby.scm (ruby-stackprof): New variable.
This commit is contained in:
parent
f7bd9d235e
commit
4f8c551cf3
1 changed files with 22 additions and 0 deletions
|
@ -7556,6 +7556,28 @@ navigation capabilities to @code{pry}, using @code{byebug}.")
|
||||||
(home-page "https://github.com/deivid-rodriguez/pry-byebug")
|
(home-page "https://github.com/deivid-rodriguez/pry-byebug")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public ruby-stackprof
|
||||||
|
(package
|
||||||
|
(name "ruby-stackprof")
|
||||||
|
(version "0.2.16")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (rubygems-uri "stackprof" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"147rb66p3n062vc433afqhkd99iazvkrqnghxgh871r62yhha93f"))))
|
||||||
|
(build-system ruby-build-system)
|
||||||
|
(native-inputs
|
||||||
|
`(("ruby-mocha" ,ruby-mocha)
|
||||||
|
("ruby-rake-compiler" ,ruby-rake-compiler)))
|
||||||
|
(synopsis "Sampling profiler for Ruby code")
|
||||||
|
(description
|
||||||
|
"@code{stackprof} is a fast sampling profiler for Ruby code, with cpu,
|
||||||
|
wallclock and object allocation samplers.")
|
||||||
|
(home-page "http://github.com/tmm1/stackprof")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public ruby-binding-of-caller
|
(define-public ruby-binding-of-caller
|
||||||
(package
|
(package
|
||||||
(name "ruby-binding-of-caller")
|
(name "ruby-binding-of-caller")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue