Benchmarks.py (2995:34553e4fd1ac) Benchmarks.py (3089:0ea2eb13c4de)
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

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

93Benchmarks['ValMemLat'] = [Machine('micro_memlat8.rcS', '512MB')]
94Benchmarks['ValTlbLat'] = [Machine('micro_tlblat.rcS', '512MB')]
95Benchmarks['ValSysLat'] = [Machine('micro_syscall.rcS', '512MB')]
96Benchmarks['ValCtxLat'] = [Machine('micro_ctx.rcS', '512MB')]
97Benchmarks['ValStream'] = [Machine('micro_stream.rcS', '512MB')]
98Benchmarks['ValStreamScale'] = [Machine('micro_streamscale.rcS', '512MB')]
99Benchmarks['ValStreamCopy'] = [Machine('micro_streamcopy.rcS', '512MB')]
100
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

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

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