class RubyProf::CallStackPrinter

def method_href(method)

def method_href(method)
  h(method.full_name.gsub(/[><#\.\?=:]/,"_"))
end