diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2009-08-08 17:23:25 -0700 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2009-08-08 17:23:25 -0700 |
commit | bcfc4178f54df84bdc36a491506348d0f8578723 (patch) | |
tree | 3ee0852a17dfdb216500178a5c028cd494158884 /tests/long/60.bzip2/ref/x86/linux/simple-atomic | |
parent | 6e97feb8a546544172661bee2c75ce87ffbf33cf (diff) | |
download | gem5-bcfc4178f54df84bdc36a491506348d0f8578723.tar.xz |
X86: Update the stats for the slightly lengthened cmov.
Diffstat (limited to 'tests/long/60.bzip2/ref/x86/linux/simple-atomic')
-rwxr-xr-x | tests/long/60.bzip2/ref/x86/linux/simple-atomic/simout | 10 | ||||
-rw-r--r-- | tests/long/60.bzip2/ref/x86/linux/simple-atomic/stats.txt | 18 |
2 files changed, 14 insertions, 14 deletions
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 aacd62b2b..583e2baa8 100755 --- a/tests/long/60.bzip2/ref/x86/linux/simple-atomic/simout +++ b/tests/long/60.bzip2/ref/x86/linux/simple-atomic/simout @@ -5,10 +5,10 @@ The Regents of The University of Michigan All Rights Reserved -M5 compiled Apr 21 2009 19:00:07 -M5 revision e6dd09514462 6117 default qtip tip stats-update -M5 started Apr 21 2009 19:35:29 -M5 executing on zizzer +M5 compiled Aug 8 2009 12:09:45 +M5 revision f8cd1918b0c6 6483 default qtip tip condmovezerostats.patch +M5 started Aug 8 2009 12:09:46 +M5 executing on tater 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 Global frequency set at 1000000000000 ticks per second info: Entering event queue @ 0. Starting simulation... @@ -29,4 +29,4 @@ Uncompressing Data Uncompressed data 1048576 bytes in length Uncompressed data compared correctly Tested 1MB buffer: OK! -Exiting @ tick 2829164063500 because target called exit() +Exiting @ tick 2829239875500 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 80e9ba912..8024dc3cd 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 2097364 # Simulator instruction rate (inst/s) -host_mem_usage 197956 # Number of bytes of host memory used -host_seconds 2218.58 # Real time elapsed on the host -host_tick_rate 1275211959 # Simulator tick rate (ticks/s) +host_inst_rate 1851230 # Simulator instruction rate (inst/s) +host_mem_usage 198160 # Number of bytes of host memory used +host_seconds 2513.64 # Real time elapsed on the host +host_tick_rate 1125554314 # Simulator tick rate (ticks/s) sim_freq 1000000000000 # Frequency of simulated ticks -sim_insts 4653176270 # Number of instructions simulated -sim_seconds 2.829164 # Number of seconds simulated -sim_ticks 2829164063500 # Number of ticks simulated +sim_insts 4653327894 # Number of instructions simulated +sim_seconds 2.829240 # Number of seconds simulated +sim_ticks 2829239875500 # 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 5658328128 # number of cpu cycles simulated -system.cpu.num_insts 4653176270 # Number of instructions executed +system.cpu.numCycles 5658479752 # number of cpu cycles simulated +system.cpu.num_insts 4653327894 # Number of instructions executed system.cpu.num_refs 1677713078 # Number of memory references system.cpu.workload.PROG:num_syscalls 46 # Number of system calls |