# File lib/ruby-prof/call_tree_printer.rb, line 58
    def name(method)
      "#{method.klass_name}::#{method.method_name}"
    end