diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2007-10-21 18:45:46 -0700 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2007-10-21 18:45:46 -0700 |
commit | 43cb78004b73c3f98f3429cebb3f846a0f6ac8d3 (patch) | |
tree | a7629e25cc5f1fb660e204d15c8b68ca4989fd35 /tests/long/20.parser/ref | |
parent | 4d15e4cf7b2c8eb1f2232e0cbcd09893e9cb9500 (diff) | |
download | gem5-43cb78004b73c3f98f3429cebb3f846a0f6ac8d3.tar.xz |
X86: Start using the stupd microop, and update statistics accordingly.
--HG--
extra : convert_revision : 4aa9daa4e19acfb3e6840ce5d83cf199e30c2f19
Diffstat (limited to 'tests/long/20.parser/ref')
3 files changed, 13 insertions, 13 deletions
diff --git a/tests/long/20.parser/ref/x86/linux/simple-atomic/m5stats.txt b/tests/long/20.parser/ref/x86/linux/simple-atomic/m5stats.txt index 8c942dab9..67aae28c5 100644 --- a/tests/long/20.parser/ref/x86/linux/simple-atomic/m5stats.txt +++ b/tests/long/20.parser/ref/x86/linux/simple-atomic/m5stats.txt @@ -1,17 +1,17 @@ ---------- Begin Simulation Statistics ---------- -host_inst_rate 601084 # Simulator instruction rate (inst/s) -host_mem_usage 179664 # Number of bytes of host memory used -host_seconds 2521.91 # Real time elapsed on the host -host_tick_rate 348496572 # Simulator tick rate (ticks/s) +host_inst_rate 1349569 # Simulator instruction rate (inst/s) +host_mem_usage 179560 # Number of bytes of host memory used +host_seconds 1098.57 # Real time elapsed on the host +host_tick_rate 784871141 # Simulator tick rate (ticks/s) sim_freq 1000000000000 # Frequency of simulated ticks -sim_insts 1515877389 # Number of instructions simulated -sim_seconds 0.878876 # Number of seconds simulated -sim_ticks 878876325000 # Number of ticks simulated +sim_insts 1482589975 # Number of instructions simulated +sim_seconds 0.862233 # Number of seconds simulated +sim_ticks 862232618000 # 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 1757752651 # number of cpu cycles simulated -system.cpu.num_insts 1515877389 # Number of instructions executed +system.cpu.numCycles 1724465237 # number of cpu cycles simulated +system.cpu.num_insts 1482589975 # Number of instructions executed system.cpu.num_refs 533543283 # Number of memory references system.cpu.workload.PROG:num_syscalls 541 # Number of system calls diff --git a/tests/long/20.parser/ref/x86/linux/simple-atomic/stderr b/tests/long/20.parser/ref/x86/linux/simple-atomic/stderr index 06e25e229..46a429e22 100644 --- a/tests/long/20.parser/ref/x86/linux/simple-atomic/stderr +++ b/tests/long/20.parser/ref/x86/linux/simple-atomic/stderr @@ -1,4 +1,4 @@ -0: system.remote_gdb.listener: listening for remote gdb on port 7002 +0: system.remote_gdb.listener: listening for remote gdb on port 7000 warn: Entering event queue @ 0. Starting simulation... warn: instruction 'fnstcw_Mw' unimplemented warn: instruction 'fldcw_Mw' unimplemented diff --git a/tests/long/20.parser/ref/x86/linux/simple-atomic/stdout b/tests/long/20.parser/ref/x86/linux/simple-atomic/stdout index 431314b14..742e80921 100644 --- a/tests/long/20.parser/ref/x86/linux/simple-atomic/stdout +++ b/tests/long/20.parser/ref/x86/linux/simple-atomic/stdout @@ -64,9 +64,9 @@ The Regents of The University of Michigan All Rights Reserved -M5 compiled Oct 15 2007 20:49:03 -M5 started Mon Oct 15 20:49:24 2007 +M5 compiled Oct 19 2007 16:48:38 +M5 started Fri Oct 19 18:41:37 2007 M5 executing on nacho command line: build/X86_SE/m5.fast -d build/X86_SE/tests/fast/long/20.parser/x86/linux/simple-atomic tests/run.py long/20.parser/x86/linux/simple-atomic Global frequency set at 1000000000000 ticks per second -Exiting @ tick 878876325000 because target called exit() +Exiting @ tick 862232618000 because target called exit() |