class RubyProf::CallTreePrinter

def print(path: ".", **)

def print(path: ".", **)
  @path = path
  determine_event_specification_and_value_scale
  print_threads
end