michael@0: ; Generate a Broad Process Tree michael@0: ; This generates a Tree of the form: michael@0: ; michael@0: ; main michael@0: ; \_ c1 michael@0: ; | \_ c2 michael@0: ; | \_ c2 michael@0: ; | \_ c2 michael@0: ; | \_ c2 michael@0: ; | \_ c2 michael@0: ; | michael@0: ; \_ c1 michael@0: ; | \_ c2 michael@0: ; | \_ c2 michael@0: ; | \_ c2 michael@0: ; | \_ c2 michael@0: ; | \_ c2 michael@0: ; | michael@0: ; \_ ... 23 more times michael@0: michael@0: [main] michael@0: children=25*c1 michael@0: maxtime=10 michael@0: michael@0: [c1] michael@0: children=5*c2 michael@0: maxtime=10 michael@0: michael@0: [c2] michael@0: maxtime=5