Metadata


Name
stackprof
Version
0.2.27
Platform
ruby
Authors
Aman Gupta
Bindir
bin
Date
2025-01-14 00:00:00 UTC
Dependencies
rake-compiler (~> 0.9, development)
minitest (~> 5.0, development)
Description
stackprof is a fast sampling profiler for ruby code, with cpu, wallclock and object allocation samplers.
Email
aman@tmm1.net
Executables
stackprof
stackprof-flamegraph.pl
stackprof-gprof2dot.py
Extensions
ext/stackprof/extconf.rb
Files
.github/workflows/ci.yml
.gitignore
CHANGELOG.md
Gemfile
LICENSE
README.md
Rakefile
bin/stackprof
bin/stackprof-flamegraph.pl
bin/stackprof-gprof2dot.py
ext/stackprof/extconf.rb
ext/stackprof/stackprof.c
lib/stackprof.rb
lib/stackprof/autorun.rb
lib/stackprof/flamegraph/flamegraph.js
lib/stackprof/flamegraph/viewer.html
lib/stackprof/middleware.rb
lib/stackprof/report.rb
lib/stackprof/truffleruby.rb
sample.rb
stackprof.gemspec
test/fixtures/profile.dump
test/fixtures/profile.json
test/test_middleware.rb
test/test_report.rb
test/test_stackprof.rb
test/test_truffleruby.rb
vendor/FlameGraph/README
vendor/FlameGraph/flamegraph.pl
vendor/gprof2dot/gprof2dot.py
vendor/gprof2dot/hotshotmain.py
Homepage
http://github.com/tmm1/stackprof
Licenses
MIT
Metadata
{"bug_tracker_uri"=>"https://github.com/tmm1/stackprof/issues", "changelog_uri"=>"https://github.com/tmm1/stackprof/blob/v0.2.27/CHANGELOG.md", "documentation_uri"=>"https://www.rubydoc.info/gems/stackprof/0.2.27", "source_code_uri"=>"https://github.com/tmm1/stackprof/tree/v0.2.27"}
Require paths
lib
Required ruby version
>= 2.2
Required rubygems version
>= 0
Rubygems version
3.7.0.dev
Specification version
4
Summary
sampling callstack-profiler for ruby 2.2+
Original platform
ruby
New platform
ruby