class RubyProf::CallTree

def wait_time

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