summaryrefslogtreecommitdiff
path: root/tests/quick/00.hello/ref/x86/linux/simple-atomic
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/quick/00.hello/ref/x86/linux/simple-atomic
parenteabbdbee63798bda4f549c745e6f35989bef8b30 (diff)
downloadgem5-54f88d84c2b76205532ef980f39be261517a8adf.tar.xz
Stats: Update the x86 stats to reflect changing stupd to a store and update.
Diffstat (limited to 'tests/quick/00.hello/ref/x86/linux/simple-atomic')
-rw-r--r--tests/quick/00.hello/ref/x86/linux/simple-atomic/config.ini4
-rwxr-xr-xtests/quick/00.hello/ref/x86/linux/simple-atomic/simout10
-rw-r--r--tests/quick/00.hello/ref/x86/linux/simple-atomic/stats.txt16
3 files changed, 16 insertions, 14 deletions
diff --git a/tests/quick/00.hello/ref/x86/linux/simple-atomic/config.ini b/tests/quick/00.hello/ref/x86/linux/simple-atomic/config.ini
index 99edb8037..f4bc2655d 100644
--- a/tests/quick/00.hello/ref/x86/linux/simple-atomic/config.ini
+++ b/tests/quick/00.hello/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
diff --git a/tests/quick/00.hello/ref/x86/linux/simple-atomic/simout b/tests/quick/00.hello/ref/x86/linux/simple-atomic/simout
index 8d015897b..0a2d88a32 100755
--- a/tests/quick/00.hello/ref/x86/linux/simple-atomic/simout
+++ b/tests/quick/00.hello/ref/x86/linux/simple-atomic/simout
@@ -5,12 +5,12 @@ 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/quick/00.hello/x86/linux/simple-atomic -re tests/run.py build/X86_SE/tests/fast/quick/00.hello/x86/linux/simple-atomic
+command line: build/X86_SE/m5.opt -d build/X86_SE/tests/opt/quick/00.hello/x86/linux/simple-atomic -re tests/run.py build/X86_SE/tests/opt/quick/00.hello/x86/linux/simple-atomic
Global frequency set at 1000000000000 ticks per second
info: Entering event queue @ 0. Starting simulation...
Hello world!
-Exiting @ tick 5526500 because target called exit()
+Exiting @ tick 5651000 because target called exit()
diff --git a/tests/quick/00.hello/ref/x86/linux/simple-atomic/stats.txt b/tests/quick/00.hello/ref/x86/linux/simple-atomic/stats.txt
index 296e494c2..7219cd6a7 100644
--- a/tests/quick/00.hello/ref/x86/linux/simple-atomic/stats.txt
+++ b/tests/quick/00.hello/ref/x86/linux/simple-atomic/stats.txt
@@ -1,17 +1,17 @@
---------- Begin Simulation Statistics ----------
-host_inst_rate 940026 # Simulator instruction rate (inst/s)
-host_mem_usage 213000 # Number of bytes of host memory used
-host_seconds 0.01 # Real time elapsed on the host
-host_tick_rate 529916579 # Simulator tick rate (ticks/s)
+host_inst_rate 137874 # Simulator instruction rate (inst/s)
+host_mem_usage 215488 # Number of bytes of host memory used
+host_seconds 0.07 # Real time elapsed on the host
+host_tick_rate 79078853 # Simulator tick rate (ticks/s)
sim_freq 1000000000000 # Frequency of simulated ticks
-sim_insts 9561 # Number of instructions simulated
+sim_insts 9810 # Number of instructions simulated
sim_seconds 0.000006 # Number of seconds simulated
-sim_ticks 5526500 # Number of ticks simulated
+sim_ticks 5651000 # 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 11054 # number of cpu cycles simulated
-system.cpu.num_insts 9561 # Number of instructions executed
+system.cpu.numCycles 11303 # number of cpu cycles simulated
+system.cpu.num_insts 9810 # Number of instructions executed
system.cpu.num_refs 1990 # Number of memory references
system.cpu.workload.PROG:num_syscalls 11 # Number of system calls