class RubyProf::MultiPrinter

def print_to_stack(options)

def print_to_stack(options)
  File.open(stack_report, "wb") do |file|
    @stack_printer.print(file, options.merge(:graph => "#{@file_name}.graph.html"))
  end
end