class RubyProf::CallTreePrinter

def file_path_for_thread(thread)

def file_path_for_thread(thread)
  File.join(path, file_name_for_thread(thread))
end