Sha256: 480f1e445b94d49b5b8a0ab5a7af73f0ac6ba0095a27c8f8ffd7fd66386ef9e1

Contents?: true

Size: 172 Bytes

Versions: 38

Compression:

Stored size: 172 Bytes

Contents

# encoding: utf-8

require "ruby-prof"

at_exit {
  result = RubyProf.stop
  printer = RubyProf::FlatPrinter.new(result)
  printer.print(STDOUT)
}
RubyProf.start

Version data entries

38 entries across 38 versions & 2 rubygems

Version Path
ruby-prof-1.4.2-x64-mingw32 lib/unprof.rb
ruby-prof-1.4.2 lib/unprof.rb
ruby-prof-1.4.1-x64-mingw32 lib/unprof.rb
ruby-prof-1.4.1 lib/unprof.rb
ruby-prof-1.4.0-x64-mingw32 lib/unprof.rb
ruby-prof-1.4.0 lib/unprof.rb
ruby-prof-1.3.2 lib/unprof.rb
ruby-prof-1.3.1-x64-mingw32 lib/unprof.rb
ruby-prof-1.3.1 lib/unprof.rb
ruby-prof-1.3.0-x64-mingw32 lib/unprof.rb
ruby-prof-1.3.0 lib/unprof.rb
ruby-prof-1.2.0 lib/unprof.rb
ruby-prof-1.1.0-x64-mingw32 lib/unprof.rb
ruby-prof-1.1.0 lib/unprof.rb
honeybadger-4.5.3 vendor/bundle/ruby/2.6.0/gems/ruby-prof-0.18.0/lib/unprof.rb
ruby-prof-1.0.0 lib/unprof.rb
ruby-prof-0.18.0-x64-mingw32 lib/unprof.rb
ruby-prof-0.18.0 lib/unprof.rb