From 6437f3f4ee5275f59a4472d95e0abac1a8b82e22 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Mon, 4 Jun 2012 10:43:11 -0700 Subject: X86: Update stats for the CPUID change. --- .../long/se/60.bzip2/ref/x86/linux/simple-atomic/config.ini | 5 ++--- tests/long/se/60.bzip2/ref/x86/linux/simple-atomic/simout | 8 +++----- tests/long/se/60.bzip2/ref/x86/linux/simple-atomic/stats.txt | 12 ++++++------ .../long/se/60.bzip2/ref/x86/linux/simple-timing/config.ini | 8 +++----- tests/long/se/60.bzip2/ref/x86/linux/simple-timing/simout | 8 +++----- tests/long/se/60.bzip2/ref/x86/linux/simple-timing/stats.txt | 12 ++++++------ 6 files changed, 23 insertions(+), 30 deletions(-) (limited to 'tests/long/se/60.bzip2/ref/x86/linux') diff --git a/tests/long/se/60.bzip2/ref/x86/linux/simple-atomic/config.ini b/tests/long/se/60.bzip2/ref/x86/linux/simple-atomic/config.ini index b16c136ab..4b0cea416 100644 --- a/tests/long/se/60.bzip2/ref/x86/linux/simple-atomic/config.ini +++ b/tests/long/se/60.bzip2/ref/x86/linux/simple-atomic/config.ini @@ -103,7 +103,7 @@ egid=100 env= errout=cerr euid=100 -executable=/scratch/nilay/GEM5/dist/m5/cpu2000/binaries/x86/linux/bzip2 +executable=/dist/m5/cpu2000/binaries/x86/linux/bzip2 gid=100 input=cin max_stack_size=67108864 @@ -115,9 +115,8 @@ system=system uid=100 [system.membus] -type=Bus +type=CoherentBus block_size=64 -bus_id=0 clock=1000 header_cycles=1 use_default_range=false diff --git a/tests/long/se/60.bzip2/ref/x86/linux/simple-atomic/simout b/tests/long/se/60.bzip2/ref/x86/linux/simple-atomic/simout index 291a38eb7..9635789c5 100755 --- a/tests/long/se/60.bzip2/ref/x86/linux/simple-atomic/simout +++ b/tests/long/se/60.bzip2/ref/x86/linux/simple-atomic/simout @@ -1,11 +1,9 @@ -Redirecting stdout to build/X86/tests/opt/long/se/60.bzip2/x86/linux/simple-atomic/simout -Redirecting stderr to build/X86/tests/opt/long/se/60.bzip2/x86/linux/simple-atomic/simerr gem5 Simulator System. http://gem5.org gem5 is copyrighted software; use the --copyright option for details. -gem5 compiled May 21 2012 19:00:49 -gem5 started May 21 2012 19:00:57 -gem5 executing on ribera.cs.wisc.edu +gem5 compiled Jun 3 2012 13:30:44 +gem5 started Jun 3 2012 13:30:59 +gem5 executing on burrito command line: build/X86/gem5.opt -d build/X86/tests/opt/long/se/60.bzip2/x86/linux/simple-atomic -re tests/run.py build/X86/tests/opt/long/se/60.bzip2/x86/linux/simple-atomic Global frequency set at 1000000000000 ticks per second info: Entering event queue @ 0. Starting simulation... diff --git a/tests/long/se/60.bzip2/ref/x86/linux/simple-atomic/stats.txt b/tests/long/se/60.bzip2/ref/x86/linux/simple-atomic/stats.txt index af3b62cfc..681bc52fe 100644 --- a/tests/long/se/60.bzip2/ref/x86/linux/simple-atomic/stats.txt +++ b/tests/long/se/60.bzip2/ref/x86/linux/simple-atomic/stats.txt @@ -4,11 +4,11 @@ sim_seconds 2.846007 # Nu sim_ticks 2846007259500 # Number of ticks simulated final_tick 2846007259500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset) sim_freq 1000000000000 # Frequency of simulated ticks -host_inst_rate 825244 # Simulator instruction rate (inst/s) -host_op_rate 1285805 # Simulator op (including micro ops) rate (op/s) -host_tick_rate 780780219 # Simulator tick rate (ticks/s) -host_mem_usage 265452 # Number of bytes of host memory used -host_seconds 3645.08 # Real time elapsed on the host +host_inst_rate 1189657 # Simulator instruction rate (inst/s) +host_op_rate 1853594 # Simulator op (including micro ops) rate (op/s) +host_tick_rate 1125559296 # Simulator tick rate (ticks/s) +host_mem_usage 239492 # Number of bytes of host memory used +host_seconds 2528.53 # Real time elapsed on the host sim_insts 3008081057 # Number of instructions simulated sim_ops 4686862651 # Number of ops (including micro ops) simulated system.physmem.bytes_read 37129731755 # Number of bytes read from this memory @@ -33,7 +33,7 @@ system.cpu.num_func_calls 0 # nu system.cpu.num_conditional_control_insts 182173305 # number of instructions that are conditional controls system.cpu.num_int_insts 4686862580 # number of integer instructions system.cpu.num_fp_insts 0 # number of float instructions -system.cpu.num_int_register_reads 14165752762 # number of times the integer registers were read +system.cpu.num_int_register_reads 14165752766 # number of times the integer registers were read system.cpu.num_int_register_writes 6716691823 # number of times the integer registers were written system.cpu.num_fp_register_reads 0 # number of times the floating registers were read system.cpu.num_fp_register_writes 0 # number of times the floating registers were written diff --git a/tests/long/se/60.bzip2/ref/x86/linux/simple-timing/config.ini b/tests/long/se/60.bzip2/ref/x86/linux/simple-timing/config.ini index 5366c30ec..5c77a44a2 100644 --- a/tests/long/se/60.bzip2/ref/x86/linux/simple-timing/config.ini +++ b/tests/long/se/60.bzip2/ref/x86/linux/simple-timing/config.ini @@ -164,9 +164,8 @@ cpu_side=system.cpu.toL2Bus.master[0] mem_side=system.membus.slave[1] [system.cpu.toL2Bus] -type=Bus +type=CoherentBus block_size=64 -bus_id=0 clock=1000 header_cycles=1 use_default_range=false @@ -185,7 +184,7 @@ egid=100 env= errout=cerr euid=100 -executable=/scratch/nilay/GEM5/dist/m5/cpu2000/binaries/x86/linux/bzip2 +executable=/dist/m5/cpu2000/binaries/x86/linux/bzip2 gid=100 input=cin max_stack_size=67108864 @@ -197,9 +196,8 @@ system=system uid=100 [system.membus] -type=Bus +type=CoherentBus block_size=64 -bus_id=0 clock=1000 header_cycles=1 use_default_range=false diff --git a/tests/long/se/60.bzip2/ref/x86/linux/simple-timing/simout b/tests/long/se/60.bzip2/ref/x86/linux/simple-timing/simout index f085076c6..efac2f0f1 100755 --- a/tests/long/se/60.bzip2/ref/x86/linux/simple-timing/simout +++ b/tests/long/se/60.bzip2/ref/x86/linux/simple-timing/simout @@ -1,11 +1,9 @@ -Redirecting stdout to build/X86/tests/opt/long/se/60.bzip2/x86/linux/simple-timing/simout -Redirecting stderr to build/X86/tests/opt/long/se/60.bzip2/x86/linux/simple-timing/simerr gem5 Simulator System. http://gem5.org gem5 is copyrighted software; use the --copyright option for details. -gem5 compiled May 21 2012 19:00:49 -gem5 started May 21 2012 19:07:40 -gem5 executing on ribera.cs.wisc.edu +gem5 compiled Jun 3 2012 13:30:44 +gem5 started Jun 3 2012 13:30:58 +gem5 executing on burrito command line: build/X86/gem5.opt -d build/X86/tests/opt/long/se/60.bzip2/x86/linux/simple-timing -re tests/run.py build/X86/tests/opt/long/se/60.bzip2/x86/linux/simple-timing Global frequency set at 1000000000000 ticks per second info: Entering event queue @ 0. Starting simulation... diff --git a/tests/long/se/60.bzip2/ref/x86/linux/simple-timing/stats.txt b/tests/long/se/60.bzip2/ref/x86/linux/simple-timing/stats.txt index 1ff8843da..2bc91e6e3 100644 --- a/tests/long/se/60.bzip2/ref/x86/linux/simple-timing/stats.txt +++ b/tests/long/se/60.bzip2/ref/x86/linux/simple-timing/stats.txt @@ -4,11 +4,11 @@ sim_seconds 5.923548 # Nu sim_ticks 5923548078000 # Number of ticks simulated final_tick 5923548078000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset) sim_freq 1000000000000 # Frequency of simulated ticks -host_inst_rate 557700 # Simulator instruction rate (inst/s) -host_op_rate 868947 # Simulator op (including micro ops) rate (op/s) -host_tick_rate 1098229805 # Simulator tick rate (ticks/s) -host_mem_usage 274380 # Number of bytes of host memory used -host_seconds 5393.72 # Real time elapsed on the host +host_inst_rate 747861 # Simulator instruction rate (inst/s) +host_op_rate 1165236 # Simulator op (including micro ops) rate (op/s) +host_tick_rate 1472697488 # Simulator tick rate (ticks/s) +host_mem_usage 248420 # Number of bytes of host memory used +host_seconds 4022.24 # Real time elapsed on the host sim_insts 3008081057 # Number of instructions simulated sim_ops 4686862651 # Number of ops (including micro ops) simulated system.physmem.bytes_read 173910080 # Number of bytes read from this memory @@ -33,7 +33,7 @@ system.cpu.num_func_calls 0 # nu system.cpu.num_conditional_control_insts 182173305 # number of instructions that are conditional controls system.cpu.num_int_insts 4686862580 # number of integer instructions system.cpu.num_fp_insts 0 # number of float instructions -system.cpu.num_int_register_reads 14165752762 # number of times the integer registers were read +system.cpu.num_int_register_reads 14165752766 # number of times the integer registers were read system.cpu.num_int_register_writes 6716691823 # number of times the integer registers were written system.cpu.num_fp_register_reads 0 # number of times the floating registers were read system.cpu.num_fp_register_writes 0 # number of times the floating registers were written -- cgit v1.2.3