class RubyProf::CallTree

def called

The number of times the parent method called the target method
def called
  self.measurement.called
end