class RubyProf::DotPrinter

def puts(str)

Silly little helper for printing to the @output
def puts(str)
  @output.puts(str)
end