summaryrefslogtreecommitdiff
path: root/tests/long/60.bzip2/ref
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2011-02-02 19:56:49 -0800
committerGabe Black <gblack@eecs.umich.edu>2011-02-02 19:56:49 -0800
commit54f88d84c2b76205532ef980f39be261517a8adf (patch)
treefcab9f82aebbe7026d10469fe78144a380c7d493 /tests/long/60.bzip2/ref
parenteabbdbee63798bda4f549c745e6f35989bef8b30 (diff)
downloadgem5-54f88d84c2b76205532ef980f39be261517a8adf.tar.xz
Stats: Update the x86 stats to reflect changing stupd to a store and update.
Diffstat (limited to 'tests/long/60.bzip2/ref')
-rw-r--r--tests/long/60.bzip2/ref/x86/linux/simple-atomic/config.ini6
-rwxr-xr-xtests/long/60.bzip2/ref/x86/linux/simple-atomic/simout10
-rw-r--r--tests/long/60.bzip2/ref/x86/linux/simple-atomic/stats.txt18
-rw-r--r--tests/long/60.bzip2/ref/x86/linux/simple-timing/config.ini6
-rwxr-xr-xtests/long/60.bzip2/ref/x86/linux/simple-timing/simout8
-rw-r--r--tests/long/60.bzip2/ref/x86/linux/simple-timing/stats.txt12
6 files changed, 32 insertions, 28 deletions
diff --git a/tests/long/60.bzip2/ref/x86/linux/simple-atomic/config.ini b/tests/long/60.bzip2/ref/x86/linux/simple-atomic/config.ini
index eb58c93af..56d944c30 100644
--- a/tests/long/60.bzip2/ref/x86/linux/simple-atomic/config.ini
+++ b/tests/long/60.bzip2/ref/x86/linux/simple-atomic/config.ini
@@ -1,7 +1,9 @@
[root]
type=Root
children=system
-dummy=0
+time_sync_enable=false
+time_sync_period=100000000000
+time_sync_spin_threshold=100000000
[system]
type=System
@@ -52,7 +54,7 @@ type=ExeTracer
[system.cpu.workload]
type=LiveProcess
cmd=bzip2 input.source 1
-cwd=build/X86_SE/tests/fast/long/60.bzip2/x86/linux/simple-atomic
+cwd=build/X86_SE/tests/opt/long/60.bzip2/x86/linux/simple-atomic
egid=100
env=
errout=cerr
diff --git a/tests/long/60.bzip2/ref/x86/linux/simple-atomic/simout b/tests/long/60.bzip2/ref/x86/linux/simple-atomic/simout
index 64c167284..2a66d5524 100755
--- a/tests/long/60.bzip2/ref/x86/linux/simple-atomic/simout
+++ b/tests/long/60.bzip2/ref/x86/linux/simple-atomic/simout
@@ -5,11 +5,11 @@ The Regents of The University of Michigan
All Rights Reserved
-M5 compiled May 2 2010 23:23:01
-M5 revision 674289bfe108 7074 default qtip tip updateauxvectorsstats.patch
-M5 started May 2 2010 23:23:02
+M5 compiled Jan 31 2011 14:03:49
+M5 revision aa283c8952a9 7880 default qtip stupdstats.patch tip
+M5 started Jan 31 2011 14:03:51
M5 executing on burrito
-command line: build/X86_SE/m5.fast -d build/X86_SE/tests/fast/long/60.bzip2/x86/linux/simple-atomic -re tests/run.py build/X86_SE/tests/fast/long/60.bzip2/x86/linux/simple-atomic
+command line: build/X86_SE/m5.opt -d build/X86_SE/tests/opt/long/60.bzip2/x86/linux/simple-atomic -re tests/run.py build/X86_SE/tests/opt/long/60.bzip2/x86/linux/simple-atomic
Global frequency set at 1000000000000 ticks per second
info: Entering event queue @ 0. Starting simulation...
spec_init
@@ -29,4 +29,4 @@ Uncompressing Data
Uncompressed data 1048576 bytes in length
Uncompressed data compared correctly
Tested 1MB buffer: OK!
-Exiting @ tick 2829239906500 because target called exit()
+Exiting @ tick 2846007259500 because target called exit()
diff --git a/tests/long/60.bzip2/ref/x86/linux/simple-atomic/stats.txt b/tests/long/60.bzip2/ref/x86/linux/simple-atomic/stats.txt
index e93b432fd..90a5205b5 100644
--- a/tests/long/60.bzip2/ref/x86/linux/simple-atomic/stats.txt
+++ b/tests/long/60.bzip2/ref/x86/linux/simple-atomic/stats.txt
@@ -1,17 +1,17 @@
---------- Begin Simulation Statistics ----------
-host_inst_rate 2905658 # Simulator instruction rate (inst/s)
-host_mem_usage 217444 # Number of bytes of host memory used
-host_seconds 1601.47 # Real time elapsed on the host
-host_tick_rate 1766650252 # Simulator tick rate (ticks/s)
+host_inst_rate 1732973 # Simulator instruction rate (inst/s)
+host_mem_usage 219700 # Number of bytes of host memory used
+host_seconds 2704.52 # Real time elapsed on the host
+host_tick_rate 1052314398 # Simulator tick rate (ticks/s)
sim_freq 1000000000000 # Frequency of simulated ticks
-sim_insts 4653327945 # Number of instructions simulated
-sim_seconds 2.829240 # Number of seconds simulated
-sim_ticks 2829239906500 # Number of ticks simulated
+sim_insts 4686862651 # Number of instructions simulated
+sim_seconds 2.846007 # Number of seconds simulated
+sim_ticks 2846007259500 # Number of ticks simulated
system.cpu.idle_fraction 0 # Percentage of idle cycles
system.cpu.not_idle_fraction 1 # Percentage of non-idle cycles
-system.cpu.numCycles 5658479814 # number of cpu cycles simulated
-system.cpu.num_insts 4653327945 # Number of instructions executed
+system.cpu.numCycles 5692014520 # number of cpu cycles simulated
+system.cpu.num_insts 4686862651 # Number of instructions executed
system.cpu.num_refs 1677713086 # Number of memory references
system.cpu.workload.PROG:num_syscalls 46 # Number of system calls
diff --git a/tests/long/60.bzip2/ref/x86/linux/simple-timing/config.ini b/tests/long/60.bzip2/ref/x86/linux/simple-timing/config.ini
index 3cfbdc174..c92e9f8b5 100644
--- a/tests/long/60.bzip2/ref/x86/linux/simple-timing/config.ini
+++ b/tests/long/60.bzip2/ref/x86/linux/simple-timing/config.ini
@@ -1,7 +1,9 @@
[root]
type=Root
children=system
-dummy=0
+time_sync_enable=false
+time_sync_period=100000000000
+time_sync_spin_threshold=100000000
[system]
type=System
@@ -157,7 +159,7 @@ egid=100
env=
errout=cerr
euid=100
-executable=/home/stever/m5/dist/cpu2000/binaries/x86/linux/bzip2
+executable=/dist/m5/cpu2000/binaries/x86/linux/bzip2
gid=100
input=cin
max_stack_size=67108864
diff --git a/tests/long/60.bzip2/ref/x86/linux/simple-timing/simout b/tests/long/60.bzip2/ref/x86/linux/simple-timing/simout
index 0188b7f37..ecac67c27 100755
--- a/tests/long/60.bzip2/ref/x86/linux/simple-timing/simout
+++ b/tests/long/60.bzip2/ref/x86/linux/simple-timing/simout
@@ -5,10 +5,10 @@ The Regents of The University of Michigan
All Rights Reserved
-M5 compiled Sep 20 2010 15:04:49
-M5 revision 0c4a7d867247 7686 default qtip print-identical tip
-M5 started Sep 20 2010 15:23:28
-M5 executing on phenom
+M5 compiled Jan 31 2011 14:03:49
+M5 revision aa283c8952a9 7880 default qtip stupdstats.patch tip
+M5 started Jan 31 2011 14:03:51
+M5 executing on burrito
command line: build/X86_SE/m5.opt -d build/X86_SE/tests/opt/long/60.bzip2/x86/linux/simple-timing -re tests/run.py build/X86_SE/tests/opt/long/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/60.bzip2/ref/x86/linux/simple-timing/stats.txt b/tests/long/60.bzip2/ref/x86/linux/simple-timing/stats.txt
index da5e11c9b..c70e9b64d 100644
--- a/tests/long/60.bzip2/ref/x86/linux/simple-timing/stats.txt
+++ b/tests/long/60.bzip2/ref/x86/linux/simple-timing/stats.txt
@@ -1,11 +1,11 @@
---------- Begin Simulation Statistics ----------
-host_inst_rate 1201976 # Simulator instruction rate (inst/s)
-host_mem_usage 195452 # Number of bytes of host memory used
-host_seconds 3871.40 # Real time elapsed on the host
-host_tick_rate 1530079593 # Simulator tick rate (ticks/s)
+host_inst_rate 845010 # Simulator instruction rate (inst/s)
+host_mem_usage 227416 # Number of bytes of host memory used
+host_seconds 5546.52 # Real time elapsed on the host
+host_tick_rate 1067976230 # Simulator tick rate (ticks/s)
sim_freq 1000000000000 # Frequency of simulated ticks
-sim_insts 4653327945 # Number of instructions simulated
+sim_insts 4686862651 # Number of instructions simulated
sim_seconds 5.923548 # Number of seconds simulated
sim_ticks 5923548078000 # Number of ticks simulated
system.cpu.dcache.ReadReq_accesses 1239184749 # number of ReadReq accesses(hits+misses)
@@ -200,7 +200,7 @@ system.cpu.l2cache.warmup_cycle 1324806325000 # C
system.cpu.l2cache.writebacks 1174631 # number of writebacks
system.cpu.not_idle_fraction 1 # Percentage of non-idle cycles
system.cpu.numCycles 11847096156 # number of cpu cycles simulated
-system.cpu.num_insts 4653327945 # Number of instructions executed
+system.cpu.num_insts 4686862651 # Number of instructions executed
system.cpu.num_refs 1677713086 # Number of memory references
system.cpu.workload.PROG:num_syscalls 46 # Number of system calls