-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsimulator.ini
More file actions
236 lines (226 loc) · 6.28 KB
/
simulator.ini
File metadata and controls
236 lines (226 loc) · 6.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
# simulator.ini
[worklist]
avrora: white-hole
batik: black-hole
; TODO ; eclipse: parkstreet
; TODO fop: black-hole
; TODO ; h2: red-giant
; TODO ; jython: pulsar
luindex: black-hole
lusearch: black-hole
; TODO ; pmd: white-hole
specjbb: black-hole
; sunflow: white-hole,black-hole,red-giant
tomcat: parkstreet
xalan: red-giant
_201_compress: white-hole
_202_jess: white-hole
_205_raytrace: red-giant
_209_db: black-hole
_213_javac: red-giant
_222_mpegaudio: black-hole
; TODO _227_mtrt: black-hole
; TODO _228_jack: red-giant
;; BENCHMARK | CREATE | DELETE |
;; seq-seqdel | seq | seq |
;; seq-enddel | seq | at end |
;; rand-seqdel | rand | seq |
;; rand-enddel | rand | at end |
; seq-seqdel: white-hole
; seq-enddel: white-hole
; rand-seqdel: white-hole
; rand-enddel: white-hole
; seq-use: white-hole
; seq-dontuse: white-hole
; static-use: white-hole
; static-dontuse: white-hole
; stable_example: black-hole
; heaponly: white-hole
; simplelist: white-hole
; DONE stackonly: white-hole
cyclelist: white-hole
[benchmarks]
; bmark -> benchmark suite
; Allows running per suite.
_201_compress: specjvm
_202_jess: specjvm
_205_raytrace: specjvm
_209_db: specjvm
_213_javac: specjvm
_222_mpegaudio: specjvm
_227_mtrt: specjvm
_228_jack: specjvm
avrora: dacapo
batik: dacapo
eclipse: dacapo
fop: dacapo
h2: dacapo
jython: dacapo
luindex: dacapo
lusearch: dacapo
pmd: dacapo
specjbb: dacapo
sunflow: dacapo
tomcat: dacapo
tradebeans: dacapo
tradesoap: dacapo
xalan: dacapo
seq-seqdel: minibench
seq-enddel: minibench
rand-seqdel: minibench
rand-enddel: minibench
stackonly: minibench
seq-use: minibench
seq-dontuse: minibench
static-use: minibench
static-dontuse: minibench
stable_example: minibench
heaponly: minibench
simplelist: minibench
[minibench]
seq-seqdel: simplelist-seq-seqdel.trace.bz2
seq-enddel: simplelist-seq-enddel.trace.bz2
rand-seqdel: simplelist-rand-seqdel.trace.bz2
rand-enddel: simplelist-rand-enddel.trace.bz2
stackonly: stackonly.trace.bz2
seq-use: simplelist-seq-use.trace.bz2
seq-dontuse: simplelist-seq-dontuse.trace.bz2
static-use: staticvar-use.trace.bz2
static-dontuse: staticvar-dontuse.trace.bz2
stable_example: stable_example.trace.bz2
heaponly: heaponly.trace.bz2
simplelist: simplelist.trace.bz2
cyclelist: cyclelist.trace.bz2
[minibench_names]
seq-seqdel: simplelist-seq-seqdel.names
seq-enddel: simplelist-seq-enddel.names
rand-seqdel: simplelist-rand-seqdel.names
rand-enddel: simplelist-rand-enddel.names
stackonly: stackonly.names
seq-use: simplelist-seq-use.names
seq-dontuse: simplelist-seq-dontuse.names
static-use: staticvar-use.names
static-dontuse: staticvar-dontuse.names
stable_example: stable_example.names
heaponly: heaponly.names
simplelist: simplelist.names
cyclelist: cyclelist.names
[dacapo]
; Includes Specjbb
avrora: avrora.trace.gz
batik: batik.trace.gz
eclipse: eclipse.trace.bz2
fop: fop.trace.gz
h2: h2.trace.gz
jython: jython.trace.gz
luindex: luindex.trace.gz
lusearch: lusearch.trace.gz
pmd: pmd.trace.gz
specjbb: specjbb.trace.gz
sunflow: sunflow.trace.gz
tomcat: tomcat.trace.gz
tradebeans: tradebeans.trace.gz
tradesoap: tradesoap.trace.gz
xalan: xalan.trace.gz
[dacapo_names]
avrora: avrora.names
batik: batik.names
eclipse: eclipse.names
fop: fop.names
h2: h2.names
jython: jython.names
luindex: luindex.names
lusearch: lusearch.names
pmd: pmd.names
specjbb: specjbb.names
sunflow: sunflow.names
tomcat: tomcat.names
tradebeans: tradebeans.names
tradesoap: tradesoap.names
xalan: xalan.names
[specjvm]
_201_compress: _201_compress/_201_compress.trace.bz2
_202_jess: _202_jess/_202_jess.trace.bz2
_205_raytrace: _205_raytrace/_205_raytrace.trace.bz2
_209_db: _209_db/_209_db.trace.bz2
_213_javac: _213_javac/_213_javac.trace.bz2
_222_mpegaudio: _222_mpegaudio/_222_mpegaudio.trace.bz2
_227_mtrt: _227_mtrt/_227_mtrt.trace.bz2
_228_jack: _228_jack/_228_jack.trace.bz2
[specjvm_names]
_201_compress: _201_compress/_201_compress.names
_202_jess: _202_jess/_202_jess.names
_205_raytrace: _205_raytrace/_205_raytrace.names
_209_db: _209_db/_209_db.names
_213_javac: _213_javac/_213_javac.names
_222_mpegaudio: _222_mpegaudio/_222_mpegaudio.names
_227_mtrt: _227_mtrt/_227_mtrt.names
_228_jack: _228_jack/_228_jack.names
[maxlivesize]
; TODO Look at the simulator run and place the values here.
_201_compress: 1073741824
_202_jess: 1073741824
_205_raytrace: 1073741824
_209_db: 1073741824
_213_javac: 1073741824
_222_mpegaudio: 1073741824
_227_mtrt: 1073741824
_228_jack: 1073741824
avrora: 1073741824
batik: 1073741824
eclipse: 1073741824
fop: 1073741824
h2: 1073741824
jython: 1073741824
luindex: 1073741824
lusearch: 1073741824
pmd: 1073741824
specjbb: 1073741824
sunflow: 1073741824
tomcat: 1073741824
tradebeans: 1073741824
tradesoap: 1073741824
xalan: 1073741824
seq-seqdel: 1073741824
seq-enddel: 1073741824
rand-seqdel: 1073741824
rand-enddel: 1073741824
stackonly: 1073741824
seq-use: 1073741824
seq-dontuse: 1073741824
static-use: 1073741824
static-dontuse: 1073741824
stable_example: 1073741824
heaponly: 1073741824
simplelist: 1073741824
[main_function]
; specjvm
_201_compress: SpecApplication.runBenchmark
_202_jess: SpecApplication.runBenchmark
_205_raytrace: SpecApplication.runBenchmark
_209_db: SpecApplication.runBenchmark
_213_javac: SpecApplication.runBenchmark
_222_mpegaudio: SpecApplication.runBenchmark
_227_mtrt: SpecApplication.runBenchmark
_228_jack: SpecApplication.runBenchmark
; dacapo
avrora: org/dacapo/harness/TestHarness.runBenchmark
batik: org/dacapo/harness/TestHarness.runBenchmark
eclipse: org/dacapo/harness/TestHarness.runBenchmark
fop: org/dacapo/harness/TestHarness.runBenchmark
h2: org/dacapo/harness/TestHarness.runBenchmark
jython: org/dacapo/harness/TestHarness.runBenchmark
luindex: org/dacapo/harness/TestHarness.runBenchmark
lusearch: org/dacapo/harness/TestHarness.runBenchmark
pmd: org/dacapo/harness/TestHarness.runBenchmark
sunflow: org/dacapo/harness/TestHarness.runBenchmark
tomcat: org/dacapo/harness/TestHarness.runBenchmark
tradebeans: org/dacapo/harness/TestHarness.runBenchmark
tradesoap: org/dacapo/harness/TestHarness.runBenchmark
xalan: org/dacapo/harness/TestHarness.runBenchmark
; specjbb
specjbb: spec/jbb/JBBmain.main
heaponly: net/veroy/minibench/heaponly/HeapOnly.main
simplelist: net/veroy/minibench/heaponly/SimpleList.main
stackonly: net/veroy/minibench/stackonly/StackOnly.main
cyclelist: net/veroy/minibench/heaponly/CycleList.main