Benchmarks.py (8528:1f95c9a0bb2f) Benchmarks.py (8643:2f18d1ab589f)
1# Copyright (c) 2006-2007 The Regents of The University of Michigan
2# All rights reserved.
3#
4# Redistribution and use in source and binary forms, with or without
5# modification, are permitted provided that the following conditions are
6# met: redistributions of source code must retain the above copyright
7# notice, this list of conditions and the following disclaimer;
8# redistributions in binary form must reproduce the above copyright

--- 97 unchanged lines hidden (view full) ---

106 'ValTlbLat': [SysConfig('micro_tlblat.rcS', '512MB')],
107 'ValSysLat': [SysConfig('micro_syscall.rcS', '512MB')],
108 'ValCtxLat': [SysConfig('micro_ctx.rcS', '512MB')],
109 'ValStream': [SysConfig('micro_stream.rcS', '512MB')],
110 'ValStreamScale': [SysConfig('micro_streamscale.rcS', '512MB')],
111 'ValStreamCopy': [SysConfig('micro_streamcopy.rcS', '512MB')],
112
113 'MutexTest': [SysConfig('mutex-test.rcS', '128MB')],
1# Copyright (c) 2006-2007 The Regents of The University of Michigan
2# All rights reserved.
3#
4# Redistribution and use in source and binary forms, with or without
5# modification, are permitted provided that the following conditions are
6# met: redistributions of source code must retain the above copyright
7# notice, this list of conditions and the following disclaimer;
8# redistributions in binary form must reproduce the above copyright

--- 97 unchanged lines hidden (view full) ---

106 'ValTlbLat': [SysConfig('micro_tlblat.rcS', '512MB')],
107 'ValSysLat': [SysConfig('micro_syscall.rcS', '512MB')],
108 'ValCtxLat': [SysConfig('micro_ctx.rcS', '512MB')],
109 'ValStream': [SysConfig('micro_stream.rcS', '512MB')],
110 'ValStreamScale': [SysConfig('micro_streamscale.rcS', '512MB')],
111 'ValStreamCopy': [SysConfig('micro_streamcopy.rcS', '512MB')],
112
113 'MutexTest': [SysConfig('mutex-test.rcS', '128MB')],
114 'ArmAndroid': [SysConfig('null.rcS', '256MB', 'android-mbr.img')],
114 'ArmAndroid': [SysConfig('null.rcS', '256MB',
115 'ARMv7a-Gingerbread-Android.SMP.mouse.nolock.clean.img)')],
116 'bbench': [SysConfig('bbench.rcS', '256MB',
117 'ARMv7a-Gingerbread-Android.SMP.mouse.nolock.img')]
115}
116
117benchs = Benchmarks.keys()
118benchs.sort()
119DefinedBenchmarks = ", ".join(benchs)
118}
119
120benchs = Benchmarks.keys()
121benchs.sort()
122DefinedBenchmarks = ", ".join(benchs)