testing/mozbase/mozprocess/tests/process_normal_broad_python.ini

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

     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

mercurial