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/40.perlbmk/ref/arm/linux/o3-timing/config.ini | 4 ++-- tests/long/40.perlbmk/ref/arm/linux/o3-timing/stats.txt | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'tests/long/40.perlbmk/ref/arm/linux/o3-timing') diff --git a/tests/long/40.perlbmk/ref/arm/linux/o3-timing/config.ini b/tests/long/40.perlbmk/ref/arm/linux/o3-timing/config.ini index 67cc175e5..21ecdfc08 100644 --- a/tests/long/40.perlbmk/ref/arm/linux/o3-timing/config.ini +++ b/tests/long/40.perlbmk/ref/arm/linux/o3-timing/config.ini @@ -493,12 +493,12 @@ type=ExeTracer [system.cpu.workload] type=LiveProcess cmd=perlbmk -I. -I lib lgred.makerand.pl -cwd=build/ARM_SE/tests/opt/long/40.perlbmk/arm/linux/o3-timing +cwd=build/ARM_SE/tests/fast/long/40.perlbmk/arm/linux/o3-timing egid=100 env= errout=cerr euid=100 -executable=/chips/pd/randd/dist/cpu2000/binaries/arm/linux/perlbmk +executable=/arm/scratch/alisai01/dist/cpu2000/binaries/arm/linux/perlbmk gid=100 input=cin max_stack_size=67108864 diff --git a/tests/long/40.perlbmk/ref/arm/linux/o3-timing/stats.txt b/tests/long/40.perlbmk/ref/arm/linux/o3-timing/stats.txt index 13935d49e..6525e4aa7 100644 --- a/tests/long/40.perlbmk/ref/arm/linux/o3-timing/stats.txt +++ b/tests/long/40.perlbmk/ref/arm/linux/o3-timing/stats.txt @@ -1,9 +1,9 @@ ---------- Begin Simulation Statistics ---------- -host_inst_rate 81390 # Simulator instruction rate (inst/s) -host_mem_usage 261920 # Number of bytes of host memory used -host_seconds 23164.20 # Real time elapsed on the host -host_tick_rate 37520082 # Simulator tick rate (ticks/s) +host_inst_rate 140843 # Simulator instruction rate (inst/s) +host_mem_usage 264636 # Number of bytes of host memory used +host_seconds 13386.13 # Real time elapsed on the host +host_tick_rate 64927108 # Simulator tick rate (ticks/s) sim_freq 1000000000000 # Frequency of simulated ticks sim_insts 1885343131 # Number of instructions simulated sim_seconds 0.869123 # Number of seconds simulated @@ -288,7 +288,7 @@ system.cpu.iew.memOrderViolationEvents 2659902 # Nu system.cpu.iew.predictedNotTakenIncorrect 7823566 # Number of branches that were predicted not taken incorrectly system.cpu.iew.predictedTakenIncorrect 38670994 # Number of branches that were predicted taken incorrectly system.cpu.int_regfile_reads 5694776843 # number of integer regfile reads -system.cpu.int_regfile_writes 1751148890 # number of integer regfile writes +system.cpu.int_regfile_writes 1751148886 # number of integer regfile writes system.cpu.ipc 1.084624 # IPC: Instructions Per Cycle system.cpu.ipc_total 1.084624 # IPC: Total IPC of All Threads system.cpu.iq.ISSUE:FU_type_0::No_OpClass 0 0.00% 0.00% # Type of FU issued @@ -498,8 +498,8 @@ system.cpu.memDep0.conflictingLoads 75887530 # Nu system.cpu.memDep0.conflictingStores 97070199 # Number of conflicting stores. system.cpu.memDep0.insertedLoads 946299703 # Number of loads inserted to the mem dependence unit. system.cpu.memDep0.insertedStores 478952600 # Number of stores inserted to the mem dependence unit. -system.cpu.misc_regfile_reads 3932819873 # number of misc regfile reads -system.cpu.misc_regfile_writes 13780016 # number of misc regfile writes +system.cpu.misc_regfile_reads 3932819871 # number of misc regfile reads +system.cpu.misc_regfile_writes 13780014 # number of misc regfile writes system.cpu.numCycles 1738245230 # 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