Sha256: 9286d7da4181f9f4e939ae9aa35183051d1cb1f427d0249aba96261f4187c7f1

Contents?: true

Size: 524 Bytes

Versions: 2

Compression:

Stored size: 524 Bytes

Contents

***************
*** 28,39 ****
  
      def print_threads
        @result.threads.each do |thread_id, methods|
-        print_methods(thread_id ,methods)
        end
      end
  
      def convert(value)
-       (value * 1000).round
      end
  
      def file(method)
--- 32,43 ----
  
      def print_threads
        @result.threads.each do |thread_id, methods|
+ 	print_methods(thread_id ,methods)
        end
      end
  
      def convert(value)
+       (value * @value_scale).round
      end
  
      def file(method)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ruby-prof-0.6.0 lib/ruby-prof/call_tree_printer.rb.rej
ruby-prof-0.6.0-x86-mswin32-60 lib/ruby-prof/call_tree_printer.rb.rej