File Manager

Path: /opt/chef/embedded/lib/ruby/gems/2.7.0/gems/ruby-prof-1.2.0/lib/

Viewing File: unprof.rb

# encoding: utf-8

require "ruby-prof"

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