class RubyProf::MethodInfo

def self_time

The time this method took to execute
def self_time
  self.measurement.self_time
end