Sha256: 7647d9b45ff927de99ac157ca59391c8bdcb2bd3d76ced59ae316f91bb0a87d6

Contents?: true

Size: 217 Bytes

Versions: 13

Compression:

Stored size: 217 Bytes

Contents

require 'rubygems'
require 'ruby-prof'
require 'lib/humanize'
RubyProf.start

require 'bench'
result = RubyProf.stop

# Print a flat profile to text
printer = RubyProf::FlatPrinter.new(result)
printer.print(STDOUT, 0)

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
humanize-1.8.1 prof.rb
humanize-1.8.0 prof.rb
humanize-1.7.0 prof.rb
humanize-1.6.1 prof.rb
humanize-1.6.0 prof.rb
humanize-1.5.0 prof.rb
humanize-1.4.0 prof.rb
humanize-1.3.0 prof.rb
humanize-1.2.4 prof.rb
humanize-1.2.3 prof.rb
humanize-1.2.2 prof.rb
humanize-1.2.1 prof.rb
humanize-1.1.0 prof.rb