class RubyProf::MethodInfo

def called

The number of times this method was called
def called
  self.measurement.called
end