summaryrefslogtreecommitdiff
path: root/tests/quick/00.hello/ref/x86/linux
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2008-10-12 15:31:37 -0700
committerGabe Black <gblack@eecs.umich.edu>2008-10-12 15:31:37 -0700
commit8384ff7d6c4460a966aec3b65a0af13e71bd76a2 (patch)
treed0dfd0408fa8c7903ba9cd37f03a60a8028ce046 /tests/quick/00.hello/ref/x86/linux
parenta76c4b8ca101c0c89659a536da6271d4116850de (diff)
downloadgem5-8384ff7d6c4460a966aec3b65a0af13e71bd76a2.tar.xz
X86: Update the stats for cpuid's new implementation
Diffstat (limited to 'tests/quick/00.hello/ref/x86/linux')
-rw-r--r--tests/quick/00.hello/ref/x86/linux/simple-atomic/m5stats.txt16
-rwxr-xr-xtests/quick/00.hello/ref/x86/linux/simple-atomic/stdout12
2 files changed, 14 insertions, 14 deletions
diff --git a/tests/quick/00.hello/ref/x86/linux/simple-atomic/m5stats.txt b/tests/quick/00.hello/ref/x86/linux/simple-atomic/m5stats.txt
index 296fe27ac..bacf33c33 100644
--- a/tests/quick/00.hello/ref/x86/linux/simple-atomic/m5stats.txt
+++ b/tests/quick/00.hello/ref/x86/linux/simple-atomic/m5stats.txt
@@ -1,17 +1,17 @@
---------- Begin Simulation Statistics ----------
-host_inst_rate 67755 # Simulator instruction rate (inst/s)
-host_mem_usage 190344 # Number of bytes of host memory used
-host_seconds 0.14 # Real time elapsed on the host
-host_tick_rate 39312509 # Simulator tick rate (ticks/s)
+host_inst_rate 8984 # Simulator instruction rate (inst/s)
+host_mem_usage 189888 # Number of bytes of host memory used
+host_seconds 1.06 # Real time elapsed on the host
+host_tick_rate 5221453 # Simulator tick rate (ticks/s)
sim_freq 1000000000000 # Frequency of simulated ticks
-sim_insts 9551 # Number of instructions simulated
+sim_insts 9493 # Number of instructions simulated
sim_seconds 0.000006 # Number of seconds simulated
-sim_ticks 5549000 # Number of ticks simulated
+sim_ticks 5518000 # 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 11099 # number of cpu cycles simulated
-system.cpu.num_insts 9551 # Number of instructions executed
+system.cpu.numCycles 11037 # number of cpu cycles simulated
+system.cpu.num_insts 9493 # Number of instructions executed
system.cpu.num_refs 2003 # Number of memory references
system.cpu.workload.PROG:num_syscalls 11 # Number of system calls
diff --git a/tests/quick/00.hello/ref/x86/linux/simple-atomic/stdout b/tests/quick/00.hello/ref/x86/linux/simple-atomic/stdout
index e89d3c49f..e87534cec 100755
--- a/tests/quick/00.hello/ref/x86/linux/simple-atomic/stdout
+++ b/tests/quick/00.hello/ref/x86/linux/simple-atomic/stdout
@@ -5,12 +5,12 @@ The Regents of The University of Michigan
All Rights Reserved
-M5 compiled Sep 27 2008 21:33:04
-M5 revision 5571:7f81bb1690686883c5b93e8343068a001faf5083
-M5 commit date Sat Sep 27 21:03:50 2008 -0700
-M5 started Sep 27 2008 21:41:59
-M5 executing on piton
+M5 compiled Oct 8 2008 20:20:37
+M5 revision 5641:1033c9f7de3f63b99accb1f06962921c3b61b617
+M5 commit date Wed Oct 08 20:18:02 2008 -0700
+M5 started Oct 8 2008 20:20:39
+M5 executing on tater
command line: build/X86_SE/m5.fast -d build/X86_SE/tests/fast/quick/00.hello/x86/linux/simple-atomic -re --stdout-file stdout --stderr-file stderr tests/run.py quick/00.hello/x86/linux/simple-atomic
Global frequency set at 1000000000000 ticks per second
Hello world!
-Exiting @ tick 5549000 because target called exit()
+Exiting @ tick 5518000 because target called exit()