class RubyProf::MethodInfo

def wait_time

The time this method waited for other fibers/threads to execute
def wait_time
  self.measurement.wait_time
end