summaryrefslogtreecommitdiffstats
path: root/testing/mozbase/mozprocess/tests/process_normal_broad_python.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/mozbase/mozprocess/tests/process_normal_broad_python.ini')
-rw-r--r--testing/mozbase/mozprocess/tests/process_normal_broad_python.ini30
1 files changed, 30 insertions, 0 deletions
diff --git a/testing/mozbase/mozprocess/tests/process_normal_broad_python.ini b/testing/mozbase/mozprocess/tests/process_normal_broad_python.ini
new file mode 100644
index 000000000..28109cb31
--- /dev/null
+++ b/testing/mozbase/mozprocess/tests/process_normal_broad_python.ini
@@ -0,0 +1,30 @@
+; Generate a Broad Process Tree
+; This generates a Tree of the form:
+;
+; main
+; \_ c1
+; | \_ c2
+; | \_ c2
+; | \_ c2
+; | \_ c2
+; | \_ c2
+; |
+; \_ c1
+; | \_ c2
+; | \_ c2
+; | \_ c2
+; | \_ c2
+; | \_ c2
+; |
+; \_ ... 23 more times
+
+[main]
+children=25*c1
+maxtime=10
+
+[c1]
+children=5*c2
+maxtime=10
+
+[c2]
+maxtime=5