class RubyProf::MultiPrinter

def print_to_tree(**options)

def print_to_tree(**options)
  @tree_printer.print(path: @directory, **options)
end