# File lib/ruby-prof/method_info.rb, line 85
    def children
      @children ||= begin
        call_infos.map do |call_info|
          call_info.children
        end.flatten
      end
    end