From d50d0152d0ea40e93c73dec1ffb6f37e79609fdd Mon Sep 17 00:00:00 2001 From: Ali Saidi Date: Tue, 12 Apr 2011 16:09:20 -0400 Subject: ARM: Fix stats for ARM_SE checkpoint restore fix. Register reads/writes done in startup() count against the stats while they don't count if done in initState(). --- tests/long/30.eon/ref/arm/linux/o3-timing/config.ini | 4 ++-- tests/long/30.eon/ref/arm/linux/o3-timing/stats.txt | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'tests/long/30.eon/ref/arm/linux') diff --git a/tests/long/30.eon/ref/arm/linux/o3-timing/config.ini b/tests/long/30.eon/ref/arm/linux/o3-timing/config.ini index 66031e1a3..a7fea3c2e 100644 --- a/tests/long/30.eon/ref/arm/linux/o3-timing/config.ini +++ b/tests/long/30.eon/ref/arm/linux/o3-timing/config.ini @@ -493,12 +493,12 @@ type=ExeTracer [system.cpu.workload] type=LiveProcess cmd=eon chair.control.cook chair.camera chair.surfaces chair.cook.ppm ppm pixels_out.cook -cwd=build/ARM_SE/tests/opt/long/30.eon/arm/linux/o3-timing +cwd=build/ARM_SE/tests/fast/long/30.eon/arm/linux/o3-timing egid=100 env= errout=cerr euid=100 -executable=/chips/pd/randd/dist/cpu2000/binaries/arm/linux/eon +executable=/arm/scratch/alisai01/dist/cpu2000/binaries/arm/linux/eon gid=100 input=cin max_stack_size=67108864 diff --git a/tests/long/30.eon/ref/arm/linux/o3-timing/stats.txt b/tests/long/30.eon/ref/arm/linux/o3-timing/stats.txt index b033858f5..1de34b9ef 100644 --- a/tests/long/30.eon/ref/arm/linux/o3-timing/stats.txt +++ b/tests/long/30.eon/ref/arm/linux/o3-timing/stats.txt @@ -1,9 +1,9 @@ ---------- Begin Simulation Statistics ---------- -host_inst_rate 74668 # Simulator instruction rate (inst/s) -host_mem_usage 264768 # Number of bytes of host memory used -host_seconds 4674.91 # Real time elapsed on the host -host_tick_rate 32457846 # Simulator tick rate (ticks/s) +host_inst_rate 203026 # Simulator instruction rate (inst/s) +host_mem_usage 267492 # Number of bytes of host memory used +host_seconds 1719.32 # Real time elapsed on the host +host_tick_rate 88254289 # Simulator tick rate (ticks/s) sim_freq 1000000000000 # Frequency of simulated ticks sim_insts 349065985 # Number of instructions simulated sim_seconds 0.151737 # Number of seconds simulated @@ -288,7 +288,7 @@ system.cpu.iew.memOrderViolationEvents 165832 # Nu system.cpu.iew.predictedNotTakenIncorrect 360118 # Number of branches that were predicted not taken incorrectly system.cpu.iew.predictedTakenIncorrect 3215056 # Number of branches that were predicted taken incorrectly system.cpu.int_regfile_reads 845155916 # number of integer regfile reads -system.cpu.int_regfile_writes 184404890 # number of integer regfile writes +system.cpu.int_regfile_writes 184404886 # number of integer regfile writes system.cpu.ipc 1.150231 # IPC: Instructions Per Cycle system.cpu.ipc_total 1.150231 # IPC: Total IPC of All Threads system.cpu.iq.ISSUE:FU_type_0::No_OpClass 0 0.00% 0.00% # Type of FU issued @@ -497,8 +497,8 @@ system.cpu.memDep0.conflictingLoads 11875967 # Nu system.cpu.memDep0.conflictingStores 25086687 # Number of conflicting stores. system.cpu.memDep0.insertedLoads 104118233 # Number of loads inserted to the mem dependence unit. system.cpu.memDep0.insertedStores 89143121 # Number of stores inserted to the mem dependence unit. -system.cpu.misc_regfile_reads 963294655 # number of misc regfile reads -system.cpu.misc_regfile_writes 34422261 # number of misc regfile writes +system.cpu.misc_regfile_reads 963294653 # number of misc regfile reads +system.cpu.misc_regfile_writes 34422259 # number of misc regfile writes system.cpu.numCycles 303474759 # number of cpu cycles simulated system.cpu.numWorkItemsCompleted 0 # number of work items this cpu completed system.cpu.numWorkItemsStarted 0 # number of work items this cpu started -- cgit v1.2.3