class RubyProf::CallTreePrinter

def file(method)

def file(method)
  method.source_file ? File.expand_path(method.source_file) : ''
end