summaryrefslogtreecommitdiff
path: root/tests/long/10.mcf/ref/sparc/linux/simple-atomic
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2007-08-26 20:27:53 -0700
committerGabe Black <gblack@eecs.umich.edu>2007-08-26 20:27:53 -0700
commita51e2fd8bd581d45f8a87874c9a6680f99d11e24 (patch)
tree8de4626b115b234de0962cc04d32e15b6eb0fa3a /tests/long/10.mcf/ref/sparc/linux/simple-atomic
parente7e2d5ce9072808d94d5fe399e6c4262d92b7923 (diff)
downloadgem5-a51e2fd8bd581d45f8a87874c9a6680f99d11e24.tar.xz
Stats: Update the stats.
--HG-- extra : convert_revision : 888b6e3bcd432a9318d4b8741a8b274c6f37f1a8
Diffstat (limited to 'tests/long/10.mcf/ref/sparc/linux/simple-atomic')
-rw-r--r--tests/long/10.mcf/ref/sparc/linux/simple-atomic/config.ini16
-rw-r--r--tests/long/10.mcf/ref/sparc/linux/simple-atomic/m5stats.txt20
-rw-r--r--tests/long/10.mcf/ref/sparc/linux/simple-atomic/stdout8
3 files changed, 29 insertions, 15 deletions
diff --git a/tests/long/10.mcf/ref/sparc/linux/simple-atomic/config.ini b/tests/long/10.mcf/ref/sparc/linux/simple-atomic/config.ini
index 9cdc13914..b261bdc1f 100644
--- a/tests/long/10.mcf/ref/sparc/linux/simple-atomic/config.ini
+++ b/tests/long/10.mcf/ref/sparc/linux/simple-atomic/config.ini
@@ -11,12 +11,14 @@ physmem=system.physmem
[system.cpu]
type=AtomicSimpleCPU
-children=workload
+children=dtb itb tracer workload
clock=500
cpu_id=0
defer_registration=false
+dtb=system.cpu.dtb
function_trace=false
function_trace_start=0
+itb=system.cpu.itb
max_insts_all_threads=0
max_insts_any_thread=0
max_loads_all_threads=0
@@ -25,11 +27,23 @@ phase=0
progress_interval=0
simulate_stalls=false
system=system
+tracer=system.cpu.tracer
width=1
workload=system.cpu.workload
dcache_port=system.membus.port[2]
icache_port=system.membus.port[1]
+[system.cpu.dtb]
+type=SparcDTB
+size=64
+
+[system.cpu.itb]
+type=SparcITB
+size=64
+
+[system.cpu.tracer]
+type=ExeTracer
+
[system.cpu.workload]
type=LiveProcess
cmd=mcf mcf.in
diff --git a/tests/long/10.mcf/ref/sparc/linux/simple-atomic/m5stats.txt b/tests/long/10.mcf/ref/sparc/linux/simple-atomic/m5stats.txt
index ed8482fb4..88a38e809 100644
--- a/tests/long/10.mcf/ref/sparc/linux/simple-atomic/m5stats.txt
+++ b/tests/long/10.mcf/ref/sparc/linux/simple-atomic/m5stats.txt
@@ -1,18 +1,18 @@
---------- Begin Simulation Statistics ----------
-host_inst_rate 1151751 # Simulator instruction rate (inst/s)
-host_mem_usage 150484 # Number of bytes of host memory used
-host_seconds 211.71 # Real time elapsed on the host
-host_tick_rate 575874246 # Simulator tick rate (ticks/s)
+host_inst_rate 1759086 # Simulator instruction rate (inst/s)
+host_mem_usage 176892 # Number of bytes of host memory used
+host_seconds 138.61 # Real time elapsed on the host
+host_tick_rate 881692154 # Simulator tick rate (ticks/s)
sim_freq 1000000000000 # Frequency of simulated ticks
-sim_insts 243840172 # Number of instructions simulated
-sim_seconds 0.121920 # Number of seconds simulated
-sim_ticks 121920085500 # Number of ticks simulated
+sim_insts 243829010 # Number of instructions simulated
+sim_seconds 0.122213 # Number of seconds simulated
+sim_ticks 122212687000 # 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 243840172 # number of cpu cycles simulated
-system.cpu.num_insts 243840172 # Number of instructions executed
-system.cpu.num_refs 105125191 # Number of memory references
+system.cpu.numCycles 244425375 # number of cpu cycles simulated
+system.cpu.num_insts 243829010 # Number of instructions executed
+system.cpu.num_refs 105710359 # Number of memory references
system.cpu.workload.PROG:num_syscalls 428 # Number of system calls
---------- End Simulation Statistics ----------
diff --git a/tests/long/10.mcf/ref/sparc/linux/simple-atomic/stdout b/tests/long/10.mcf/ref/sparc/linux/simple-atomic/stdout
index 448df62f5..0f3bf1970 100644
--- a/tests/long/10.mcf/ref/sparc/linux/simple-atomic/stdout
+++ b/tests/long/10.mcf/ref/sparc/linux/simple-atomic/stdout
@@ -21,9 +21,9 @@ The Regents of The University of Michigan
All Rights Reserved
-M5 compiled Jun 21 2007 21:15:48
-M5 started Fri Jun 22 01:58:18 2007
-M5 executing on zizzer.eecs.umich.edu
+M5 compiled Aug 14 2007 22:48:17
+M5 started Tue Aug 14 23:27:01 2007
+M5 executing on nacho
command line: build/SPARC_SE/m5.fast -d build/SPARC_SE/tests/fast/long/10.mcf/sparc/linux/simple-atomic tests/run.py long/10.mcf/sparc/linux/simple-atomic
Global frequency set at 1000000000000 ticks per second
-Exiting @ tick 121920085500 because target called exit()
+Exiting @ tick 122212687000 because target called exit()