diff options
author | Ali Saidi <saidi@eecs.umich.edu> | 2011-11-30 18:57:11 -0500 |
---|---|---|
committer | Ali Saidi <saidi@eecs.umich.edu> | 2011-11-30 18:57:11 -0500 |
commit | e436d187e75c2861ed32a31d850021543c9c20fd (patch) | |
tree | 378f8d7084834ca5411ad4f0832398a404c2639f /tests/long/00.gzip/ref | |
parent | 87b66c9ae3a27021135979f491e650f7be6d20a7 (diff) | |
download | gem5-e436d187e75c2861ed32a31d850021543c9c20fd.tar.xz |
SPARC: update SE stats for FP fix
--HG--
extra : rebase_source : 954a009a9f8eef6cae6050ee99f264e0fb456f85
Diffstat (limited to 'tests/long/00.gzip/ref')
9 files changed, 29 insertions, 33 deletions
diff --git a/tests/long/00.gzip/ref/sparc/linux/o3-timing/config.ini b/tests/long/00.gzip/ref/sparc/linux/o3-timing/config.ini index 80ace0dc5..f1874f64f 100644 --- a/tests/long/00.gzip/ref/sparc/linux/o3-timing/config.ini +++ b/tests/long/00.gzip/ref/sparc/linux/o3-timing/config.ini @@ -495,7 +495,7 @@ type=ExeTracer [system.cpu.workload] type=LiveProcess cmd=gzip input.log 1 -cwd=build/SPARC_SE/tests/opt/long/00.gzip/sparc/linux/o3-timing +cwd=build/SPARC_SE/tests/fast/long/00.gzip/sparc/linux/o3-timing egid=100 env= errout=cerr diff --git a/tests/long/00.gzip/ref/sparc/linux/o3-timing/simout b/tests/long/00.gzip/ref/sparc/linux/o3-timing/simout index cea2acb5a..df0fa130a 100755 --- a/tests/long/00.gzip/ref/sparc/linux/o3-timing/simout +++ b/tests/long/00.gzip/ref/sparc/linux/o3-timing/simout @@ -1,12 +1,10 @@ -Redirecting stdout to build/SPARC_SE/tests/opt/long/00.gzip/sparc/linux/o3-timing/simout -Redirecting stderr to build/SPARC_SE/tests/opt/long/00.gzip/sparc/linux/o3-timing/simerr gem5 Simulator System. http://gem5.org gem5 is copyrighted software; use the --copyright option for details. -gem5 compiled Aug 20 2011 13:07:22 -gem5 started Aug 20 2011 13:07:33 +gem5 compiled Nov 30 2011 17:14:16 +gem5 started Nov 30 2011 17:16:48 gem5 executing on zizzer -command line: build/SPARC_SE/gem5.opt -d build/SPARC_SE/tests/opt/long/00.gzip/sparc/linux/o3-timing -re tests/run.py build/SPARC_SE/tests/opt/long/00.gzip/sparc/linux/o3-timing +command line: build/SPARC_SE/gem5.fast -d build/SPARC_SE/tests/fast/long/00.gzip/sparc/linux/o3-timing -re tests/run.py build/SPARC_SE/tests/fast/long/00.gzip/sparc/linux/o3-timing Global frequency set at 1000000000000 ticks per second info: Entering event queue @ 0. Starting simulation... spec_init diff --git a/tests/long/00.gzip/ref/sparc/linux/o3-timing/stats.txt b/tests/long/00.gzip/ref/sparc/linux/o3-timing/stats.txt index 58e0bfc8f..8c5bfcb3c 100644 --- a/tests/long/00.gzip/ref/sparc/linux/o3-timing/stats.txt +++ b/tests/long/00.gzip/ref/sparc/linux/o3-timing/stats.txt @@ -3,10 +3,10 @@ sim_seconds 0.408816 # Number of seconds simulated sim_ticks 408816360000 # Number of ticks simulated sim_freq 1000000000000 # Frequency of simulated ticks -host_inst_rate 166907 # Simulator instruction rate (inst/s) -host_tick_rate 48544601 # Simulator tick rate (ticks/s) -host_mem_usage 212296 # Number of bytes of host memory used -host_seconds 8421.46 # Real time elapsed on the host +host_inst_rate 252046 # Simulator instruction rate (inst/s) +host_tick_rate 73306837 # Simulator tick rate (ticks/s) +host_mem_usage 206388 # Number of bytes of host memory used +host_seconds 5576.78 # Real time elapsed on the host sim_insts 1405604152 # Number of instructions simulated system.cpu.workload.num_syscalls 49 # Number of system calls system.cpu.numCycles 817632721 # number of cpu cycles simulated @@ -273,7 +273,7 @@ system.cpu.int_regfile_writes 1303867666 # nu system.cpu.fp_regfile_reads 16986540 # number of floating regfile reads system.cpu.fp_regfile_writes 10452290 # number of floating regfile writes system.cpu.misc_regfile_reads 605383822 # number of misc regfile reads -system.cpu.misc_regfile_writes 2258933 # number of misc regfile writes +system.cpu.misc_regfile_writes 2190883 # number of misc regfile writes system.cpu.icache.replacements 166 # number of replacements system.cpu.icache.tagsinuse 1031.400456 # Cycle average of tags in use system.cpu.icache.total_refs 170772098 # Total number of references to valid blocks. diff --git a/tests/long/00.gzip/ref/sparc/linux/simple-atomic/config.ini b/tests/long/00.gzip/ref/sparc/linux/simple-atomic/config.ini index 215751210..864c2771b 100644 --- a/tests/long/00.gzip/ref/sparc/linux/simple-atomic/config.ini +++ b/tests/long/00.gzip/ref/sparc/linux/simple-atomic/config.ini @@ -9,6 +9,7 @@ time_sync_spin_threshold=100000000 type=System children=cpu membus physmem mem_mode=atomic +memories=system.physmem physmem=system.physmem work_begin_ckpt_count=0 work_begin_cpu_id_exit=-1 @@ -61,7 +62,7 @@ type=ExeTracer [system.cpu.workload] type=LiveProcess cmd=gzip input.log 1 -cwd=build/SPARC_SE/tests/opt/long/00.gzip/sparc/linux/simple-atomic +cwd=build/SPARC_SE/tests/fast/long/00.gzip/sparc/linux/simple-atomic egid=100 env= errout=cerr diff --git a/tests/long/00.gzip/ref/sparc/linux/simple-atomic/simout b/tests/long/00.gzip/ref/sparc/linux/simple-atomic/simout index 98d918157..3eb09159b 100755 --- a/tests/long/00.gzip/ref/sparc/linux/simple-atomic/simout +++ b/tests/long/00.gzip/ref/sparc/linux/simple-atomic/simout @@ -1,12 +1,10 @@ -Redirecting stdout to build/SPARC_SE/tests/opt/long/00.gzip/sparc/linux/simple-atomic/simout -Redirecting stderr to build/SPARC_SE/tests/opt/long/00.gzip/sparc/linux/simple-atomic/simerr gem5 Simulator System. http://gem5.org gem5 is copyrighted software; use the --copyright option for details. -gem5 compiled Jun 12 2011 07:14:44 -gem5 started Jun 12 2011 07:15:22 +gem5 compiled Nov 30 2011 17:14:16 +gem5 started Nov 30 2011 17:16:48 gem5 executing on zizzer -command line: build/SPARC_SE/gem5.opt -d build/SPARC_SE/tests/opt/long/00.gzip/sparc/linux/simple-atomic -re tests/run.py build/SPARC_SE/tests/opt/long/00.gzip/sparc/linux/simple-atomic +command line: build/SPARC_SE/gem5.fast -d build/SPARC_SE/tests/fast/long/00.gzip/sparc/linux/simple-atomic -re tests/run.py build/SPARC_SE/tests/fast/long/00.gzip/sparc/linux/simple-atomic Global frequency set at 1000000000000 ticks per second info: Entering event queue @ 0. Starting simulation... spec_init diff --git a/tests/long/00.gzip/ref/sparc/linux/simple-atomic/stats.txt b/tests/long/00.gzip/ref/sparc/linux/simple-atomic/stats.txt index 920d55128..ae12e23e4 100644 --- a/tests/long/00.gzip/ref/sparc/linux/simple-atomic/stats.txt +++ b/tests/long/00.gzip/ref/sparc/linux/simple-atomic/stats.txt @@ -3,10 +3,10 @@ sim_seconds 0.744764 # Number of seconds simulated sim_ticks 744764119000 # Number of ticks simulated sim_freq 1000000000000 # Frequency of simulated ticks -host_inst_rate 2563815 # Simulator instruction rate (inst/s) -host_tick_rate 1281911834 # Simulator tick rate (ticks/s) -host_mem_usage 220472 # Number of bytes of host memory used -host_seconds 580.98 # Real time elapsed on the host +host_inst_rate 4241689 # Simulator instruction rate (inst/s) +host_tick_rate 2120851440 # Simulator tick rate (ticks/s) +host_mem_usage 196528 # Number of bytes of host memory used +host_seconds 351.16 # Real time elapsed on the host sim_insts 1489523295 # Number of instructions simulated system.cpu.workload.num_syscalls 49 # Number of system calls system.cpu.numCycles 1489528239 # number of cpu cycles simulated @@ -20,7 +20,7 @@ system.cpu.num_conditional_control_insts 78161763 # nu system.cpu.num_int_insts 1319481298 # number of integer instructions system.cpu.num_fp_insts 8454127 # number of float instructions system.cpu.num_int_register_reads 2499743582 # number of times the integer registers were read -system.cpu.num_int_register_writes 1234411208 # number of times the integer registers were written +system.cpu.num_int_register_writes 1234343158 # number of times the integer registers were written system.cpu.num_fp_register_reads 16769332 # number of times the floating registers were read system.cpu.num_fp_register_writes 10359244 # number of times the floating registers were written system.cpu.num_mem_refs 569365767 # number of memory refs diff --git a/tests/long/00.gzip/ref/sparc/linux/simple-timing/config.ini b/tests/long/00.gzip/ref/sparc/linux/simple-timing/config.ini index f78fdda37..6dbddf888 100644 --- a/tests/long/00.gzip/ref/sparc/linux/simple-timing/config.ini +++ b/tests/long/00.gzip/ref/sparc/linux/simple-timing/config.ini @@ -9,6 +9,7 @@ time_sync_spin_threshold=100000000 type=System children=cpu membus physmem mem_mode=atomic +memories=system.physmem physmem=system.physmem work_begin_ckpt_count=0 work_begin_cpu_id_exit=-1 @@ -164,7 +165,7 @@ type=ExeTracer [system.cpu.workload] type=LiveProcess cmd=gzip input.log 1 -cwd=build/SPARC_SE/tests/opt/long/00.gzip/sparc/linux/simple-timing +cwd=build/SPARC_SE/tests/fast/long/00.gzip/sparc/linux/simple-timing egid=100 env= errout=cerr diff --git a/tests/long/00.gzip/ref/sparc/linux/simple-timing/simout b/tests/long/00.gzip/ref/sparc/linux/simple-timing/simout index e85428b5b..4a77ef60d 100755 --- a/tests/long/00.gzip/ref/sparc/linux/simple-timing/simout +++ b/tests/long/00.gzip/ref/sparc/linux/simple-timing/simout @@ -1,12 +1,10 @@ -Redirecting stdout to build/SPARC_SE/tests/opt/long/00.gzip/sparc/linux/simple-timing/simout -Redirecting stderr to build/SPARC_SE/tests/opt/long/00.gzip/sparc/linux/simple-timing/simerr gem5 Simulator System. http://gem5.org gem5 is copyrighted software; use the --copyright option for details. -gem5 compiled Jun 12 2011 07:14:44 -gem5 started Jun 12 2011 07:19:37 +gem5 compiled Nov 30 2011 17:14:16 +gem5 started Nov 30 2011 17:16:48 gem5 executing on zizzer -command line: build/SPARC_SE/gem5.opt -d build/SPARC_SE/tests/opt/long/00.gzip/sparc/linux/simple-timing -re tests/run.py build/SPARC_SE/tests/opt/long/00.gzip/sparc/linux/simple-timing +command line: build/SPARC_SE/gem5.fast -d build/SPARC_SE/tests/fast/long/00.gzip/sparc/linux/simple-timing -re tests/run.py build/SPARC_SE/tests/fast/long/00.gzip/sparc/linux/simple-timing Global frequency set at 1000000000000 ticks per second info: Entering event queue @ 0. Starting simulation... spec_init diff --git a/tests/long/00.gzip/ref/sparc/linux/simple-timing/stats.txt b/tests/long/00.gzip/ref/sparc/linux/simple-timing/stats.txt index 1c38bff95..d75fccee8 100644 --- a/tests/long/00.gzip/ref/sparc/linux/simple-timing/stats.txt +++ b/tests/long/00.gzip/ref/sparc/linux/simple-timing/stats.txt @@ -3,10 +3,10 @@ sim_seconds 2.064259 # Number of seconds simulated sim_ticks 2064258667000 # Number of ticks simulated sim_freq 1000000000000 # Frequency of simulated ticks -host_inst_rate 1125008 # Simulator instruction rate (inst/s) -host_tick_rate 1559093873 # Simulator tick rate (ticks/s) -host_mem_usage 229120 # Number of bytes of host memory used -host_seconds 1324.01 # Real time elapsed on the host +host_inst_rate 2284016 # Simulator instruction rate (inst/s) +host_tick_rate 3165307188 # Simulator tick rate (ticks/s) +host_mem_usage 205232 # Number of bytes of host memory used +host_seconds 652.15 # Real time elapsed on the host sim_insts 1489523295 # Number of instructions simulated system.cpu.workload.num_syscalls 49 # Number of system calls system.cpu.numCycles 4128517334 # number of cpu cycles simulated @@ -20,7 +20,7 @@ system.cpu.num_conditional_control_insts 78161763 # nu system.cpu.num_int_insts 1319481298 # number of integer instructions system.cpu.num_fp_insts 8454127 # number of float instructions system.cpu.num_int_register_reads 2499743582 # number of times the integer registers were read -system.cpu.num_int_register_writes 1234411207 # number of times the integer registers were written +system.cpu.num_int_register_writes 1234343157 # number of times the integer registers were written system.cpu.num_fp_register_reads 16769332 # number of times the floating registers were read system.cpu.num_fp_register_writes 10359244 # number of times the floating registers were written system.cpu.num_mem_refs 569365767 # number of memory refs |