summaryrefslogtreecommitdiff
path: root/configs/common/Benchmarks.py
diff options
context:
space:
mode:
authorAnthony Gutierrez <atgutier@umich.edu>2012-06-11 11:07:42 -0400
committerAnthony Gutierrez <atgutier@umich.edu>2012-06-11 11:07:42 -0400
commitce9ac3834293ee2d695d10147f8fb2b8f7865973 (patch)
treea8699e182b3c8744e4c71583203d980ca4206255 /configs/common/Benchmarks.py
parent9764cde7f2961116ac83f020f9c1598b00587ae0 (diff)
downloadgem5-ce9ac3834293ee2d695d10147f8fb2b8f7865973.tar.xz
configs: add run scripts for ics/gb versions of android and bbench
1) Modifies Benchmarks.py to add support for Android ICS and BBench on Android ICS. 2) An rcS script is added for BBench on ICS. 3) Separates benchmark entries and rcS scripts for GB/ICS 4) Removes the debugging output from the existing BBench run script. These print statements were used for debugging and they seemed to confuse users into believing they should see some terminal output.
Diffstat (limited to 'configs/common/Benchmarks.py')
-rw-r--r--configs/common/Benchmarks.py12
1 files changed, 8 insertions, 4 deletions
diff --git a/configs/common/Benchmarks.py b/configs/common/Benchmarks.py
index bf8b84f17..41d5435f9 100644
--- a/configs/common/Benchmarks.py
+++ b/configs/common/Benchmarks.py
@@ -111,10 +111,14 @@ Benchmarks = {
'ValStreamCopy': [SysConfig('micro_streamcopy.rcS', '512MB')],
'MutexTest': [SysConfig('mutex-test.rcS', '128MB')],
- 'ArmAndroid': [SysConfig('null.rcS', '256MB',
- 'ARMv7a-Gingerbread-Android.SMP.mouse.nolock.clean.img')],
- 'bbench': [SysConfig('bbench.rcS', '256MB',
- 'ARMv7a-Gingerbread-Android.SMP.mouse.nolock.img')]
+ 'ArmAndroid-GB': [SysConfig('null.rcS', '256MB',
+ 'ARMv7a-Gingerbread-Android.SMP.mouse.nolock.clean.img')],
+ 'bbench-gb': [SysConfig('bbench-gb.rcS', '256MB',
+ 'ARMv7a-Gingerbread-Android.SMP.mouse.nolock.img')],
+ 'ArmAndroid-ICS': [SysConfig('null.rcS', '256MB',
+ 'ARMv7a-ICS-Android.SMP.nolock.clean.img')],
+ 'bbench-ics': [SysConfig('bbench-ics.rcS', '256MB',
+ 'ARMv7a-ICS-Android.SMP.nolock.img')]
}
benchs = Benchmarks.keys()