class RubyProf::DotPrinter

def dot_id(subject)

Determines an ID to use to represent the subject in the Dot file.
def dot_id(subject)
  subject.object_id
end