Sha256: e70bd651dae1bf4882dc8cd6201fe5a7a7a77c2242d5b469360a956eaa4f3982

Contents?: true

Size: 365 Bytes

Versions: 53

Compression:

Stored size: 365 Bytes

Contents

class JRubyProf
  class AbstractPrinter
    attr_reader :thread_set
  
    def initialize(thread_set, options={})
      @thread_set = thread_set
      @options = options
    end
    
    def print_to_file(filename)
      puts "Dumping trace to #{File.expand_path(filename)}"
      File.open(filename, "w") do |f|
        print_on(f)
      end
    end
  end
end



Version data entries

53 entries across 53 versions & 5 rubygems

Version Path
redcar-dev-0.12.16dev-java plugins/redcar_debug/vendor/jruby-prof/lib/jruby-prof/abstract_printer.rb
redcar-dev-0.12.15dev-java plugins/redcar_debug/vendor/jruby-prof/lib/jruby-prof/abstract_printer.rb
redcar-dev-0.12.14dev-java plugins/redcar_debug/vendor/jruby-prof/lib/jruby-prof/abstract_printer.rb
redcar-dev-0.12.13dev-java plugins/redcar_debug/vendor/jruby-prof/lib/jruby-prof/abstract_printer.rb
redcar-dev-0.12.12dev-java plugins/redcar_debug/vendor/jruby-prof/lib/jruby-prof/abstract_printer.rb
redcar-dev-0.12.11dev-java plugins/redcar_debug/vendor/jruby-prof/lib/jruby-prof/abstract_printer.rb
redcar-dev-0.12.10dev-java plugins/redcar_debug/vendor/jruby-prof/lib/jruby-prof/abstract_printer.rb
redcar-dev-0.12.9dev-java plugins/redcar_debug/vendor/jruby-prof/lib/jruby-prof/abstract_printer.rb
redcar-dev-0.12.8dev-java plugins/redcar_debug/vendor/jruby-prof/lib/jruby-prof/abstract_printer.rb
redcar-dev-0.12.7dev-java plugins/redcar_debug/vendor/jruby-prof/lib/jruby-prof/abstract_printer.rb
redcar-dev-0.12.6dev-java plugins/redcar_debug/vendor/jruby-prof/lib/jruby-prof/abstract_printer.rb
redcar-dev-0.12.4dev-java plugins/redcar_debug/vendor/jruby-prof/lib/jruby-prof/abstract_printer.rb
redcar-dev-0.12.3dev-java plugins/redcar_debug/vendor/jruby-prof/lib/jruby-prof/abstract_printer.rb
redcar-dev-0.12.1dev-java plugins/redcar_debug/vendor/jruby-prof/lib/jruby-prof/abstract_printer.rb
redcar-dev-0.12.0dev-java plugins/redcar_debug/vendor/jruby-prof/lib/jruby-prof/abstract_printer.rb
redcar-0.11 plugins/redcar_debug/vendor/jruby-prof/lib/jruby-prof/abstract_printer.rb
redcar-0.11.0dev plugins/redcar_debug/vendor/jruby-prof/lib/jruby-prof/abstract_printer.rb
redcar-0.10 plugins/redcar_debug/vendor/jruby-prof/lib/jruby-prof/abstract_printer.rb
redcar-0.9.2 plugins/redcar_debug/vendor/jruby-prof/lib/jruby-prof/abstract_printer.rb
rdp-jruby-prof-0.1.0.1 lib/jruby-prof/abstract_printer.rb