Benchmarks.py (3304:c5917aeb8e2f) Benchmarks.py (3372:ccbe8a56f5b7)
1# Copyright (c) 2006 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

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

92 'ValMemLat': [SysConfig('micro_memlat8.rcS', '512MB')],
93 'ValTlbLat': [SysConfig('micro_tlblat.rcS', '512MB')],
94 'ValSysLat': [SysConfig('micro_syscall.rcS', '512MB')],
95 'ValCtxLat': [SysConfig('micro_ctx.rcS', '512MB')],
96 'ValStream': [SysConfig('micro_stream.rcS', '512MB')],
97 'ValStreamScale': [SysConfig('micro_streamscale.rcS', '512MB')],
98 'ValStreamCopy': [SysConfig('micro_streamcopy.rcS', '512MB')],
99
1# Copyright (c) 2006 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

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

92 'ValMemLat': [SysConfig('micro_memlat8.rcS', '512MB')],
93 'ValTlbLat': [SysConfig('micro_tlblat.rcS', '512MB')],
94 'ValSysLat': [SysConfig('micro_syscall.rcS', '512MB')],
95 'ValCtxLat': [SysConfig('micro_ctx.rcS', '512MB')],
96 'ValStream': [SysConfig('micro_stream.rcS', '512MB')],
97 'ValStreamScale': [SysConfig('micro_streamscale.rcS', '512MB')],
98 'ValStreamCopy': [SysConfig('micro_streamcopy.rcS', '512MB')],
99
100 'MutexTest': [SysConfig('mutex-test.rcS', '128MB')],
101
100 'bnAn': [SysConfig('/z/saidi/work/m5.newmem.head/configs/boot/bn-app.rcS',
101 '128MB', '/z/saidi/work/bottleneck/bnimg.img')]
102}
103
104benchs = Benchmarks.keys()
105benchs.sort()
106DefinedBenchmarks = ", ".join(benchs)
102 'bnAn': [SysConfig('/z/saidi/work/m5.newmem.head/configs/boot/bn-app.rcS',
103 '128MB', '/z/saidi/work/bottleneck/bnimg.img')]
104}
105
106benchs = Benchmarks.keys()
107benchs.sort()
108DefinedBenchmarks = ", ".join(benchs)