Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
1 ; Generate a Broad Process Tree
2 ; This generates a Tree of the form:
3 ;
4 ; main
5 ; \_ c1
6 ; | \_ c2
7 ; | \_ c2
8 ; | \_ c2
9 ; | \_ c2
10 ; | \_ c2
11 ; |
12 ; \_ c1
13 ; | \_ c2
14 ; | \_ c2
15 ; | \_ c2
16 ; | \_ c2
17 ; | \_ c2
18 ; |
19 ; \_ ... 23 more times
21 [main]
22 children=25*c1
23 maxtime=10
25 [c1]
26 children=5*c2
27 maxtime=10
29 [c2]
30 maxtime=5