class RubyProf::CallTree

def self_time

The self time (of the parent) resulting from the parent method calling the target method
def self_time
  self.measurement.self_time
end