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-0.9.1 plugins/redcar_debug/vendor/jruby-prof/lib/jruby-prof/abstract_printer.rb
redcar-0.9.0 plugins/redcar_debug/vendor/jruby-prof/lib/jruby-prof/abstract_printer.rb
redcar-0.8.1 plugins/redcar_debug/vendor/jruby-prof/lib/jruby-prof/abstract_printer.rb
redcar-0.8 plugins/redcar_debug/vendor/jruby-prof/lib/jruby-prof/abstract_printer.rb
tw-studios-jruby-prof-0.1.1 lib/jruby-prof/abstract_printer.rb
redcar-0.7 plugins/redcar_debug/vendor/jruby-prof/lib/jruby-prof/abstract_printer.rb
redcar-0.6.1 plugins/redcar_debug/vendor/jruby-prof/lib/jruby-prof/abstract_printer.rb
redcar-0.6 plugins/redcar_debug/vendor/jruby-prof/lib/jruby-prof/abstract_printer.rb
redcar-0.6.1dev plugins/redcar_debug/vendor/jruby-prof/lib/jruby-prof/abstract_printer.rb
redcar-0.5.1 plugins/redcar_debug/vendor/jruby-prof/lib/jruby-prof/abstract_printer.rb
redcar-0.5 plugins/redcar_debug/vendor/jruby-prof/lib/jruby-prof/abstract_printer.rb
redcar-0.5.6dev plugins/redcar_debug/vendor/jruby-prof/lib/jruby-prof/abstract_printer.rb
redcar-0.5.5dev plugins/redcar_debug/vendor/jruby-prof/lib/jruby-prof/abstract_printer.rb
redcar-0.5.4dev plugins/redcar_debug/vendor/jruby-prof/lib/jruby-prof/abstract_printer.rb
redcar-0.5.3dev plugins/redcar_debug/vendor/jruby-prof/lib/jruby-prof/abstract_printer.rb
redcar-0.5.2dev plugins/redcar_debug/vendor/jruby-prof/lib/jruby-prof/abstract_printer.rb
redcar-0.5.1dev plugins/redcar_debug/vendor/jruby-prof/lib/jruby-prof/abstract_printer.rb
redcar-0.4.1 plugins/redcar_debug/vendor/jruby-prof/lib/jruby-prof/abstract_printer.rb
redcar-0.4 plugins/redcar_debug/vendor/jruby-prof/lib/jruby-prof/abstract_printer.rb
redcar-0.3.10.1dev plugins/redcar_debug/vendor/jruby-prof/lib/jruby-prof/abstract_printer.rb