diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2007-01-22 23:44:44 -0800 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2007-01-22 23:44:44 -0800 |
commit | b8fc86e28f15b03ba82465b2a1dcf0725c769bad (patch) | |
tree | 0af8291de612bbbb9a5571fc47f09df784e848be /tests/quick/01.hello-2T-smt | |
parent | 08501b5a352ed82d1563a2529cdba17807dae1c5 (diff) | |
download | gem5-b8fc86e28f15b03ba82465b2a1dcf0725c769bad.tar.xz |
Update to stats because of minor to branch mispredict accounting.
--HG--
extra : convert_revision : bfb7db6bd118b623f6a38c05a962dc44456160cb
Diffstat (limited to 'tests/quick/01.hello-2T-smt')
5 files changed, 20 insertions, 16 deletions
diff --git a/tests/quick/01.hello-2T-smt/ref/alpha/linux/o3-timing/config.ini b/tests/quick/01.hello-2T-smt/ref/alpha/linux/o3-timing/config.ini index a1c77c6bf..6eef745b4 100644 --- a/tests/quick/01.hello-2T-smt/ref/alpha/linux/o3-timing/config.ini +++ b/tests/quick/01.hello-2T-smt/ref/alpha/linux/o3-timing/config.ini @@ -7,9 +7,6 @@ max_tick=0 output_file=cout progress_interval=0 -[debug] -break_cycles= - [exetrace] intel_format=false legion_lockstep=false @@ -109,6 +106,7 @@ numPhysIntRegs=256 numROBEntries=192 numRobs=1 numThreads=1 +phase=0 predType=tournament progress_interval=0 renameToDecodeDelay=1 @@ -390,6 +388,7 @@ port=system.cpu.icache.mem_side system.cpu.dcache.mem_side system.cpu.l2cache.cp [system.cpu.workload0] type=LiveProcess cmd=hello +cwd= egid=100 env= euid=100 @@ -405,6 +404,7 @@ uid=100 [system.cpu.workload1] type=LiveProcess cmd=hello +cwd= egid=100 env= euid=100 @@ -430,6 +430,7 @@ type=PhysicalMemory file= latency=1 range=0:134217727 +zero=false port=system.membus.port[0] [trace] diff --git a/tests/quick/01.hello-2T-smt/ref/alpha/linux/o3-timing/config.out b/tests/quick/01.hello-2T-smt/ref/alpha/linux/o3-timing/config.out index 186f74245..f36f666af 100644 --- a/tests/quick/01.hello-2T-smt/ref/alpha/linux/o3-timing/config.out +++ b/tests/quick/01.hello-2T-smt/ref/alpha/linux/o3-timing/config.out @@ -10,6 +10,7 @@ type=PhysicalMemory file= range=[0,134217727] latency=1 +zero=false [system] type=System @@ -30,6 +31,7 @@ executable=tests/test-progs/hello/bin/alpha/linux/hello input=cin output=cout env= +cwd= system=system uid=100 euid=100 @@ -45,6 +47,7 @@ executable=tests/test-progs/hello/bin/alpha/linux/hello input=cin output=cout env= +cwd= system=system uid=100 euid=100 @@ -184,6 +187,7 @@ FUList=system.cpu.fuPool.FUList0 system.cpu.fuPool.FUList1 system.cpu.fuPool.FUL [system.cpu] type=DerivO3CPU clock=1 +phase=0 numThreads=1 activity=0 workload=system.cpu.workload0 system.cpu.workload1 @@ -424,9 +428,6 @@ intel_format=false legion_lockstep=false trace_system=client -[debug] -break_cycles= - [statsreset] reset_cycle=0 diff --git a/tests/quick/01.hello-2T-smt/ref/alpha/linux/o3-timing/m5stats.txt b/tests/quick/01.hello-2T-smt/ref/alpha/linux/o3-timing/m5stats.txt index 365f828db..bb9e9360c 100644 --- a/tests/quick/01.hello-2T-smt/ref/alpha/linux/o3-timing/m5stats.txt +++ b/tests/quick/01.hello-2T-smt/ref/alpha/linux/o3-timing/m5stats.txt @@ -8,10 +8,10 @@ global.BPredUnit.condIncorrect 1201 # Nu global.BPredUnit.condPredicted 4031 # Number of conditional branches predicted global.BPredUnit.lookups 12370 # Number of BP lookups global.BPredUnit.usedRAS 6337 # Number of times the RAS was used to get a target. -host_inst_rate 9475 # Simulator instruction rate (inst/s) -host_mem_usage 181200 # Number of bytes of host memory used -host_seconds 1.19 # Real time elapsed on the host -host_tick_rate 1884343 # Simulator tick rate (ticks/s) +host_inst_rate 11366 # Simulator instruction rate (inst/s) +host_mem_usage 178064 # Number of bytes of host memory used +host_seconds 0.99 # Real time elapsed on the host +host_tick_rate 2259917 # Simulator tick rate (ticks/s) memdepunit.memDep.conflictingLoads 27 # Number of conflicting loads. memdepunit.memDep.conflictingLoads 20 # Number of conflicting loads. memdepunit.memDep.conflictingStores 97 # Number of conflicting stores. @@ -470,8 +470,8 @@ system.cpu.iew.lsq.thread.1.rescheduledLoads 1 system.cpu.iew.lsq.thread.1.squashedLoads 1843 # Number of loads squashed system.cpu.iew.lsq.thread.1.squashedStores 935 # Number of stores squashed system.cpu.iew.memOrderViolationEvents 63 # Number of memory order violations -system.cpu.iew.predictedNotTakenIncorrect 802 # Number of branches that were predicted not taken incorrectly -system.cpu.iew.predictedTakenIncorrect 228 # Number of branches that were predicted taken incorrectly +system.cpu.iew.predictedNotTakenIncorrect 798 # Number of branches that were predicted not taken incorrectly +system.cpu.iew.predictedTakenIncorrect 232 # Number of branches that were predicted taken incorrectly system.cpu.ipc_0 0.002514 # IPC: Instructions Per Cycle system.cpu.ipc_1 0.002513 # IPC: Instructions Per Cycle system.cpu.ipc_total 0.005027 # IPC: Total IPC of All Threads diff --git a/tests/quick/01.hello-2T-smt/ref/alpha/linux/o3-timing/stderr b/tests/quick/01.hello-2T-smt/ref/alpha/linux/o3-timing/stderr index 87866a2a5..c36de0b79 100644 --- a/tests/quick/01.hello-2T-smt/ref/alpha/linux/o3-timing/stderr +++ b/tests/quick/01.hello-2T-smt/ref/alpha/linux/o3-timing/stderr @@ -1 +1,3 @@ +0: system.remote_gdb.listener: listening for remote gdb on port 7000 +0: system.remote_gdb.listener: listening for remote gdb on port 7001 warn: Entering event queue @ 0. Starting simulation... diff --git a/tests/quick/01.hello-2T-smt/ref/alpha/linux/o3-timing/stdout b/tests/quick/01.hello-2T-smt/ref/alpha/linux/o3-timing/stdout index 0ea937e95..f07a960f8 100644 --- a/tests/quick/01.hello-2T-smt/ref/alpha/linux/o3-timing/stdout +++ b/tests/quick/01.hello-2T-smt/ref/alpha/linux/o3-timing/stdout @@ -7,8 +7,8 @@ The Regents of The University of Michigan All Rights Reserved -M5 compiled Nov 12 2006 23:25:38 -M5 started Sun Nov 12 23:26:01 2006 -M5 executing on zizzer.eecs.umich.edu -command line: build/ALPHA_SE/m5.opt -d build/ALPHA_SE/tests/opt/quick/01.hello-2T-smt/alpha/linux/o3-timing tests/run.py quick/01.hello-2T-smt/alpha/linux/o3-timing +M5 compiled Jan 22 2007 23:06:52 +M5 started Mon Jan 22 23:07:23 2007 +M5 executing on ewok +command line: build/ALPHA_SE/m5.fast -d build/ALPHA_SE/tests/fast/quick/01.hello-2T-smt/alpha/linux/o3-timing tests/run.py quick/01.hello-2T-smt/alpha/linux/o3-timing Exiting @ tick 2237162 because target called exit() |