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/20.parser/ref/arm/linux/o3-timing/config.ini | 6 +++--- tests/long/20.parser/ref/arm/linux/o3-timing/stats.txt | 14 +++++++------- 2 files changed, 10 insertions(+), 10 deletions(-) (limited to 'tests/long/20.parser/ref/arm') diff --git a/tests/long/20.parser/ref/arm/linux/o3-timing/config.ini b/tests/long/20.parser/ref/arm/linux/o3-timing/config.ini index 6518c5843..4b915cedf 100644 --- a/tests/long/20.parser/ref/arm/linux/o3-timing/config.ini +++ b/tests/long/20.parser/ref/arm/linux/o3-timing/config.ini @@ -493,14 +493,14 @@ type=ExeTracer [system.cpu.workload] type=LiveProcess cmd=parser 2.1.dict -batch -cwd=build/ARM_SE/tests/opt/long/20.parser/arm/linux/o3-timing +cwd=build/ARM_SE/tests/fast/long/20.parser/arm/linux/o3-timing egid=100 env= errout=cerr euid=100 -executable=/chips/pd/randd/dist/cpu2000/binaries/arm/linux/parser +executable=/arm/scratch/alisai01/dist/cpu2000/binaries/arm/linux/parser gid=100 -input=/chips/pd/randd/dist/cpu2000/data/parser/mdred/input/parser.in +input=/arm/scratch/alisai01/dist/cpu2000/data/parser/mdred/input/parser.in max_stack_size=67108864 output=cout pid=100 diff --git a/tests/long/20.parser/ref/arm/linux/o3-timing/stats.txt b/tests/long/20.parser/ref/arm/linux/o3-timing/stats.txt index f51506400..a263a0962 100644 --- a/tests/long/20.parser/ref/arm/linux/o3-timing/stats.txt +++ b/tests/long/20.parser/ref/arm/linux/o3-timing/stats.txt @@ -1,9 +1,9 @@ ---------- Begin Simulation Statistics ---------- -host_inst_rate 59520 # Simulator instruction rate (inst/s) -host_mem_usage 261972 # Number of bytes of host memory used -host_seconds 9632.84 # Real time elapsed on the host -host_tick_rate 34541337 # Simulator tick rate (ticks/s) +host_inst_rate 134709 # Simulator instruction rate (inst/s) +host_mem_usage 264692 # Number of bytes of host memory used +host_seconds 4256.17 # Real time elapsed on the host +host_tick_rate 78176241 # Simulator tick rate (ticks/s) sim_freq 1000000000000 # Frequency of simulated ticks sim_insts 573342397 # Number of instructions simulated sim_seconds 0.332731 # Number of seconds simulated @@ -287,7 +287,7 @@ system.cpu.iew.memOrderViolationEvents 241250 # Nu system.cpu.iew.predictedNotTakenIncorrect 6965983 # Number of branches that were predicted not taken incorrectly system.cpu.iew.predictedTakenIncorrect 18134157 # Number of branches that were predicted taken incorrectly system.cpu.int_regfile_reads 1609052037 # number of integer regfile reads -system.cpu.int_regfile_writes 524399008 # number of integer regfile writes +system.cpu.int_regfile_writes 524399004 # number of integer regfile writes system.cpu.ipc 0.861570 # IPC: Instructions Per Cycle system.cpu.ipc_total 0.861570 # IPC: Total IPC of All Threads system.cpu.iq.ISSUE:FU_type_0::No_OpClass 0 0.00% 0.00% # Type of FU issued @@ -499,8 +499,8 @@ system.cpu.memDep0.conflictingLoads 54793834 # Nu system.cpu.memDep0.conflictingStores 61680450 # Number of conflicting stores. system.cpu.memDep0.insertedLoads 196892006 # Number of loads inserted to the mem dependence unit. system.cpu.memDep0.insertedStores 114373867 # Number of stores inserted to the mem dependence unit. -system.cpu.misc_regfile_reads 1238278236 # number of misc regfile reads -system.cpu.misc_regfile_writes 4464328 # number of misc regfile writes +system.cpu.misc_regfile_reads 1238278234 # number of misc regfile reads +system.cpu.misc_regfile_writes 4464326 # number of misc regfile writes system.cpu.numCycles 665462439 # 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