class RubyProf::MethodInfo

def children_time

The time this method's children took to execute
def children_time
  self.total_time - self.self_time - self.wait_time
end