changeset 3b9ea4da3efb in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=3b9ea4da3efb description: Stats: Update the x86 stats to reflect changing stupd to a store and update.
diffstat: tests/long/00.gzip/ref/x86/linux/simple-atomic/config.ini | 6 ++- tests/long/00.gzip/ref/x86/linux/simple-atomic/simout | 10 +++--- tests/long/00.gzip/ref/x86/linux/simple-atomic/stats.txt | 18 ++++++------ tests/long/00.gzip/ref/x86/linux/simple-timing/config.ini | 6 ++- tests/long/00.gzip/ref/x86/linux/simple-timing/simout | 8 ++-- tests/long/00.gzip/ref/x86/linux/simple-timing/stats.txt | 12 ++++---- tests/long/10.mcf/ref/x86/linux/simple-atomic/config.ini | 6 ++- tests/long/10.mcf/ref/x86/linux/simple-atomic/simout | 10 +++--- tests/long/10.mcf/ref/x86/linux/simple-atomic/stats.txt | 18 ++++++------ tests/long/10.mcf/ref/x86/linux/simple-timing/config.ini | 8 +++-- tests/long/10.mcf/ref/x86/linux/simple-timing/simout | 8 ++-- tests/long/10.mcf/ref/x86/linux/simple-timing/stats.txt | 12 ++++---- tests/long/20.parser/ref/x86/linux/simple-atomic/config.ini | 6 ++- tests/long/20.parser/ref/x86/linux/simple-atomic/simout | 10 +++--- tests/long/20.parser/ref/x86/linux/simple-atomic/stats.txt | 18 ++++++------ tests/long/20.parser/ref/x86/linux/simple-timing/config.ini | 8 +++-- tests/long/20.parser/ref/x86/linux/simple-timing/simout | 8 ++-- tests/long/20.parser/ref/x86/linux/simple-timing/stats.txt | 12 ++++---- tests/long/60.bzip2/ref/x86/linux/simple-atomic/config.ini | 6 ++- tests/long/60.bzip2/ref/x86/linux/simple-atomic/simout | 10 +++--- tests/long/60.bzip2/ref/x86/linux/simple-atomic/stats.txt | 18 ++++++------ tests/long/60.bzip2/ref/x86/linux/simple-timing/config.ini | 6 ++- tests/long/60.bzip2/ref/x86/linux/simple-timing/simout | 8 ++-- tests/long/60.bzip2/ref/x86/linux/simple-timing/stats.txt | 12 ++++---- tests/long/70.twolf/ref/x86/linux/simple-atomic/config.ini | 6 ++- tests/long/70.twolf/ref/x86/linux/simple-atomic/simout | 14 +++++----- tests/long/70.twolf/ref/x86/linux/simple-atomic/stats.txt | 18 ++++++------ tests/long/70.twolf/ref/x86/linux/simple-timing/config.ini | 6 ++- tests/long/70.twolf/ref/x86/linux/simple-timing/simout | 10 ++++-- tests/long/70.twolf/ref/x86/linux/simple-timing/stats.txt | 12 ++++---- tests/quick/00.hello/ref/x86/linux/simple-atomic/config.ini | 4 ++- tests/quick/00.hello/ref/x86/linux/simple-atomic/simout | 10 +++--- tests/quick/00.hello/ref/x86/linux/simple-atomic/stats.txt | 16 +++++----- tests/quick/00.hello/ref/x86/linux/simple-timing/config.ini | 4 ++- tests/quick/00.hello/ref/x86/linux/simple-timing/simout | 10 ++---- tests/quick/00.hello/ref/x86/linux/simple-timing/stats.txt | 12 ++++---- 36 files changed, 195 insertions(+), 171 deletions(-) diffs (truncated from 884 to 300 lines): diff -r b21a94bf6a28 -r 3b9ea4da3efb tests/long/00.gzip/ref/x86/linux/simple-atomic/config.ini --- a/tests/long/00.gzip/ref/x86/linux/simple-atomic/config.ini Wed Feb 02 19:56:38 2011 -0800 +++ b/tests/long/00.gzip/ref/x86/linux/simple-atomic/config.ini Wed Feb 02 19:56:49 2011 -0800 @@ -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 @@ -52,7 +54,7 @@ [system.cpu.workload] type=LiveProcess cmd=gzip input.log 1 -cwd=build/X86_SE/tests/fast/long/00.gzip/x86/linux/simple-atomic +cwd=build/X86_SE/tests/opt/long/00.gzip/x86/linux/simple-atomic egid=100 env= errout=cerr diff -r b21a94bf6a28 -r 3b9ea4da3efb tests/long/00.gzip/ref/x86/linux/simple-atomic/simout --- a/tests/long/00.gzip/ref/x86/linux/simple-atomic/simout Wed Feb 02 19:56:38 2011 -0800 +++ b/tests/long/00.gzip/ref/x86/linux/simple-atomic/simout Wed Feb 02 19:56:49 2011 -0800 @@ -5,11 +5,11 @@ 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/long/00.gzip/x86/linux/simple-atomic -re tests/run.py build/X86_SE/tests/fast/long/00.gzip/x86/linux/simple-atomic +command line: build/X86_SE/m5.opt -d build/X86_SE/tests/opt/long/00.gzip/x86/linux/simple-atomic -re tests/run.py build/X86_SE/tests/opt/long/00.gzip/x86/linux/simple-atomic Global frequency set at 1000000000000 ticks per second info: Entering event queue @ 0. Starting simulation... spec_init @@ -44,4 +44,4 @@ Uncompressed data 1048576 bytes in length Uncompressed data compared correctly Tested 1MB buffer: OK! -Exiting @ tick 962929106000 because target called exit() +Exiting @ tick 963992704000 because target called exit() diff -r b21a94bf6a28 -r 3b9ea4da3efb tests/long/00.gzip/ref/x86/linux/simple-atomic/stats.txt --- a/tests/long/00.gzip/ref/x86/linux/simple-atomic/stats.txt Wed Feb 02 19:56:38 2011 -0800 +++ b/tests/long/00.gzip/ref/x86/linux/simple-atomic/stats.txt Wed Feb 02 19:56:49 2011 -0800 @@ -1,17 +1,17 @@ ---------- Begin Simulation Statistics ---------- -host_inst_rate 3183370 # Simulator instruction rate (inst/s) -host_mem_usage 217548 # Number of bytes of host memory used -host_seconds 508.70 # Real time elapsed on the host -host_tick_rate 1892936287 # Simulator tick rate (ticks/s) +host_inst_rate 1409865 # Simulator instruction rate (inst/s) +host_mem_usage 219780 # Number of bytes of host memory used +host_seconds 1150.11 # Real time elapsed on the host +host_tick_rate 838177430 # Simulator tick rate (ticks/s) sim_freq 1000000000000 # Frequency of simulated ticks -sim_insts 1619366787 # Number of instructions simulated -sim_seconds 0.962929 # Number of seconds simulated -sim_ticks 962929106000 # Number of ticks simulated +sim_insts 1621493983 # Number of instructions simulated +sim_seconds 0.963993 # Number of seconds simulated +sim_ticks 963992704000 # 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 1925858213 # number of cpu cycles simulated -system.cpu.num_insts 1619366787 # Number of instructions executed +system.cpu.numCycles 1927985409 # number of cpu cycles simulated +system.cpu.num_insts 1621493983 # Number of instructions executed system.cpu.num_refs 607228182 # Number of memory references system.cpu.workload.PROG:num_syscalls 48 # Number of system calls diff -r b21a94bf6a28 -r 3b9ea4da3efb tests/long/00.gzip/ref/x86/linux/simple-timing/config.ini --- a/tests/long/00.gzip/ref/x86/linux/simple-timing/config.ini Wed Feb 02 19:56:38 2011 -0800 +++ b/tests/long/00.gzip/ref/x86/linux/simple-timing/config.ini Wed Feb 02 19:56:49 2011 -0800 @@ -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 @@ -157,7 +159,7 @@ env= errout=cerr euid=100 -executable=/home/stever/m5/dist/cpu2000/binaries/x86/linux/gzip +executable=/dist/m5/cpu2000/binaries/x86/linux/gzip gid=100 input=cin max_stack_size=67108864 diff -r b21a94bf6a28 -r 3b9ea4da3efb tests/long/00.gzip/ref/x86/linux/simple-timing/simout --- a/tests/long/00.gzip/ref/x86/linux/simple-timing/simout Wed Feb 02 19:56:38 2011 -0800 +++ b/tests/long/00.gzip/ref/x86/linux/simple-timing/simout Wed Feb 02 19:56:49 2011 -0800 @@ -5,10 +5,10 @@ All Rights Reserved -M5 compiled Sep 20 2010 15:04:49 -M5 revision 0c4a7d867247 7686 default qtip print-identical tip -M5 started Sep 20 2010 15:29:10 -M5 executing on phenom +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.opt -d build/X86_SE/tests/opt/long/00.gzip/x86/linux/simple-timing -re tests/run.py build/X86_SE/tests/opt/long/00.gzip/x86/linux/simple-timing Global frequency set at 1000000000000 ticks per second info: Entering event queue @ 0. Starting simulation... diff -r b21a94bf6a28 -r 3b9ea4da3efb tests/long/00.gzip/ref/x86/linux/simple-timing/stats.txt --- a/tests/long/00.gzip/ref/x86/linux/simple-timing/stats.txt Wed Feb 02 19:56:38 2011 -0800 +++ b/tests/long/00.gzip/ref/x86/linux/simple-timing/stats.txt Wed Feb 02 19:56:49 2011 -0800 @@ -1,11 +1,11 @@ ---------- Begin Simulation Statistics ---------- -host_inst_rate 1292356 # Simulator instruction rate (inst/s) -host_mem_usage 195556 # Number of bytes of host memory used -host_seconds 1253.03 # Real time elapsed on the host -host_tick_rate 1439113315 # Simulator tick rate (ticks/s) +host_inst_rate 1099985 # Simulator instruction rate (inst/s) +host_mem_usage 227480 # Number of bytes of host memory used +host_seconds 1474.11 # Real time elapsed on the host +host_tick_rate 1223290364 # Simulator tick rate (ticks/s) sim_freq 1000000000000 # Frequency of simulated ticks -sim_insts 1619366787 # Number of instructions simulated +sim_insts 1621493983 # Number of instructions simulated sim_seconds 1.803259 # Number of seconds simulated sim_ticks 1803258587000 # Number of ticks simulated system.cpu.dcache.ReadReq_accesses 419042125 # number of ReadReq accesses(hits+misses) @@ -200,7 +200,7 @@ system.cpu.l2cache.writebacks 58007 # number of writebacks system.cpu.not_idle_fraction 1 # Percentage of non-idle cycles system.cpu.numCycles 3606517174 # number of cpu cycles simulated -system.cpu.num_insts 1619366787 # Number of instructions executed +system.cpu.num_insts 1621493983 # Number of instructions executed system.cpu.num_refs 607228182 # Number of memory references system.cpu.workload.PROG:num_syscalls 48 # Number of system calls diff -r b21a94bf6a28 -r 3b9ea4da3efb tests/long/10.mcf/ref/x86/linux/simple-atomic/config.ini --- a/tests/long/10.mcf/ref/x86/linux/simple-atomic/config.ini Wed Feb 02 19:56:38 2011 -0800 +++ b/tests/long/10.mcf/ref/x86/linux/simple-atomic/config.ini Wed Feb 02 19:56:49 2011 -0800 @@ -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 @@ -52,7 +54,7 @@ [system.cpu.workload] type=LiveProcess cmd=mcf mcf.in -cwd=build/X86_SE/tests/fast/long/10.mcf/x86/linux/simple-atomic +cwd=build/X86_SE/tests/opt/long/10.mcf/x86/linux/simple-atomic egid=100 env= errout=cerr diff -r b21a94bf6a28 -r 3b9ea4da3efb tests/long/10.mcf/ref/x86/linux/simple-atomic/simout --- a/tests/long/10.mcf/ref/x86/linux/simple-atomic/simout Wed Feb 02 19:56:38 2011 -0800 +++ b/tests/long/10.mcf/ref/x86/linux/simple-atomic/simout Wed Feb 02 19:56:49 2011 -0800 @@ -5,11 +5,11 @@ 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/long/10.mcf/x86/linux/simple-atomic -re tests/run.py build/X86_SE/tests/fast/long/10.mcf/x86/linux/simple-atomic +command line: build/X86_SE/m5.opt -d build/X86_SE/tests/opt/long/10.mcf/x86/linux/simple-atomic -re tests/run.py build/X86_SE/tests/opt/long/10.mcf/x86/linux/simple-atomic Global frequency set at 1000000000000 ticks per second info: Entering event queue @ 0. Starting simulation... @@ -28,4 +28,4 @@ flow value : 3080014995 checksum : 68389 optimal -Exiting @ tick 164701817000 because target called exit() +Exiting @ tick 168950072000 because target called exit() diff -r b21a94bf6a28 -r 3b9ea4da3efb tests/long/10.mcf/ref/x86/linux/simple-atomic/stats.txt --- a/tests/long/10.mcf/ref/x86/linux/simple-atomic/stats.txt Wed Feb 02 19:56:38 2011 -0800 +++ b/tests/long/10.mcf/ref/x86/linux/simple-atomic/stats.txt Wed Feb 02 19:56:49 2011 -0800 @@ -1,17 +1,17 @@ ---------- Begin Simulation Statistics ---------- -host_inst_rate 3001240 # Simulator instruction rate (inst/s) -host_mem_usage 352084 # Number of bytes of host memory used -host_seconds 89.86 # Real time elapsed on the host -host_tick_rate 1832836403 # Simulator tick rate (ticks/s) +host_inst_rate 938582 # Simulator instruction rate (inst/s) +host_mem_usage 354336 # Number of bytes of host memory used +host_seconds 296.40 # Real time elapsed on the host +host_tick_rate 570013222 # Simulator tick rate (ticks/s) sim_freq 1000000000000 # Frequency of simulated ticks -sim_insts 269696010 # Number of instructions simulated -sim_seconds 0.164702 # Number of seconds simulated -sim_ticks 164701817000 # Number of ticks simulated +sim_insts 278192520 # Number of instructions simulated +sim_seconds 0.168950 # Number of seconds simulated +sim_ticks 168950072000 # 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 329403635 # number of cpu cycles simulated -system.cpu.num_insts 269696010 # Number of instructions executed +system.cpu.numCycles 337900145 # number of cpu cycles simulated +system.cpu.num_insts 278192520 # Number of instructions executed system.cpu.num_refs 122219139 # Number of memory references system.cpu.workload.PROG:num_syscalls 444 # Number of system calls diff -r b21a94bf6a28 -r 3b9ea4da3efb tests/long/10.mcf/ref/x86/linux/simple-timing/config.ini --- a/tests/long/10.mcf/ref/x86/linux/simple-timing/config.ini Wed Feb 02 19:56:38 2011 -0800 +++ b/tests/long/10.mcf/ref/x86/linux/simple-timing/config.ini Wed Feb 02 19:56:49 2011 -0800 @@ -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 @@ -157,9 +159,9 @@ env= errout=cerr euid=100 -executable=/home/stever/m5/dist/cpu2000/binaries/x86/linux/mcf +executable=/dist/m5/cpu2000/binaries/x86/linux/mcf gid=100 -input=/home/stever/m5/dist/cpu2000/data/mcf/smred/input/mcf.in +input=/dist/m5/cpu2000/data/mcf/smred/input/mcf.in max_stack_size=67108864 output=cout pid=100 diff -r b21a94bf6a28 -r 3b9ea4da3efb tests/long/10.mcf/ref/x86/linux/simple-timing/simout --- a/tests/long/10.mcf/ref/x86/linux/simple-timing/simout Wed Feb 02 19:56:38 2011 -0800 +++ b/tests/long/10.mcf/ref/x86/linux/simple-timing/simout Wed Feb 02 19:56:49 2011 -0800 @@ -5,10 +5,10 @@ All Rights Reserved -M5 compiled Sep 20 2010 15:04:49 -M5 revision 0c4a7d867247 7686 default qtip print-identical tip -M5 started Sep 20 2010 15:29:54 -M5 executing on phenom +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.opt -d build/X86_SE/tests/opt/long/10.mcf/x86/linux/simple-timing -re tests/run.py build/X86_SE/tests/opt/long/10.mcf/x86/linux/simple-timing Global frequency set at 1000000000000 ticks per second info: Entering event queue @ 0. Starting simulation... diff -r b21a94bf6a28 -r 3b9ea4da3efb tests/long/10.mcf/ref/x86/linux/simple-timing/stats.txt --- a/tests/long/10.mcf/ref/x86/linux/simple-timing/stats.txt Wed Feb 02 19:56:38 2011 -0800 +++ b/tests/long/10.mcf/ref/x86/linux/simple-timing/stats.txt Wed Feb 02 19:56:49 2011 -0800 @@ -1,11 +1,11 @@ ---------- Begin Simulation Statistics ---------- -host_inst_rate 1130440 # Simulator instruction rate (inst/s) -host_mem_usage 330088 # Number of bytes of host memory used -host_seconds 238.58 # Real time elapsed on the host -host_tick_rate 1550911771 # Simulator tick rate (ticks/s) +host_inst_rate 734335 # Simulator instruction rate (inst/s) +host_mem_usage 362052 # Number of bytes of host memory used +host_seconds 378.84 # Real time elapsed on the host +host_tick_rate 976703915 # Simulator tick rate (ticks/s) sim_freq 1000000000000 # Frequency of simulated ticks -sim_insts 269696010 # Number of instructions simulated +sim_insts 278192520 # Number of instructions simulated sim_seconds 0.370011 # Number of seconds simulated sim_ticks 370010840000 # Number of ticks simulated system.cpu.dcache.ReadReq_accesses 90779450 # number of ReadReq accesses(hits+misses) @@ -200,7 +200,7 @@ system.cpu.l2cache.writebacks 29460 # number of writebacks system.cpu.not_idle_fraction 1 # Percentage of non-idle cycles system.cpu.numCycles 740021680 # number of cpu cycles simulated -system.cpu.num_insts 269696010 # Number of instructions executed +system.cpu.num_insts 278192520 # Number of instructions executed system.cpu.num_refs 122219139 # Number of memory references system.cpu.workload.PROG:num_syscalls 444 # Number of system calls diff -r b21a94bf6a28 -r 3b9ea4da3efb tests/long/20.parser/ref/x86/linux/simple-atomic/config.ini _______________________________________________ m5-dev mailing list m5-dev@m5sim.org http://m5sim.org/mailman/listinfo/m5-dev