Registry / utility / ruby-prof

ruby-prof

JSON →
library2.0.4rbrubygemsunverified

A fast code profiler for Ruby implemented as a C extension.

gem install ruby-prof
INSTALL
IMPORT
SIG · RUBY-PROF
R
ruby-prof
utilityrubyv2.0.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RubyProf
require 'ruby-prof'

Profile a block of Ruby code and print flat profile

require 'ruby-prof' RubyProf.start # code to profile result = RubyProf.stop printer = RubyProf::FlatPrinter.new(result) printer.print(STDOUT)
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.4latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
ruby-prof — gem install ruby-prof · libregistry