X86: Update the stats for the slightly lengthened cmov.
This commit is contained in:
@@ -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:00:32
|
||||
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/00.gzip/x86/linux/simple-atomic -re tests/run.py build/X86_SE/tests/fast/long/00.gzip/x86/linux/simple-atomic
|
||||
Global frequency set at 1000000000000 ticks per second
|
||||
info: Entering event queue @ 0. Starting simulation...
|
||||
@@ -44,4 +44,4 @@ Uncompressing Data
|
||||
Uncompressed data 1048576 bytes in length
|
||||
Uncompressed data compared correctly
|
||||
Tested 1MB buffer: OK!
|
||||
Exiting @ tick 962928684000 because target called exit()
|
||||
Exiting @ tick 962929075000 because target called exit()
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
|
||||
---------- Begin Simulation Statistics ----------
|
||||
host_inst_rate 2698152 # Simulator instruction rate (inst/s)
|
||||
host_mem_usage 198060 # Number of bytes of host memory used
|
||||
host_seconds 600.18 # Real time elapsed on the host
|
||||
host_tick_rate 1604410387 # Simulator tick rate (ticks/s)
|
||||
host_inst_rate 1432576 # Simulator instruction rate (inst/s)
|
||||
host_mem_usage 198272 # Number of bytes of host memory used
|
||||
host_seconds 1130.39 # Real time elapsed on the host
|
||||
host_tick_rate 851856908 # Simulator tick rate (ticks/s)
|
||||
sim_freq 1000000000000 # Frequency of simulated ticks
|
||||
sim_insts 1619365954 # Number of instructions simulated
|
||||
sim_insts 1619366736 # Number of instructions simulated
|
||||
sim_seconds 0.962929 # Number of seconds simulated
|
||||
sim_ticks 962928684000 # Number of ticks simulated
|
||||
sim_ticks 962929075000 # 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 1925857369 # number of cpu cycles simulated
|
||||
system.cpu.num_insts 1619365954 # Number of instructions executed
|
||||
system.cpu.numCycles 1925858151 # number of cpu cycles simulated
|
||||
system.cpu.num_insts 1619366736 # Number of instructions executed
|
||||
system.cpu.num_refs 607228174 # Number of memory references
|
||||
system.cpu.workload.PROG:num_syscalls 48 # Number of system calls
|
||||
|
||||
|
||||
@@ -5,10 +5,10 @@ The Regents of The University of Michigan
|
||||
All Rights Reserved
|
||||
|
||||
|
||||
M5 compiled Apr 22 2009 06:58:55
|
||||
M5 revision ce26a627c841 6126 default qtip tip stats_no_compat.diff
|
||||
M5 started Apr 22 2009 07:33:03
|
||||
M5 executing on maize
|
||||
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/00.gzip/x86/linux/simple-timing -re tests/run.py build/X86_SE/tests/fast/long/00.gzip/x86/linux/simple-timing
|
||||
Global frequency set at 1000000000000 ticks per second
|
||||
info: Entering event queue @ 0. Starting simulation...
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
|
||||
---------- Begin Simulation Statistics ----------
|
||||
host_inst_rate 1739159 # Simulator instruction rate (inst/s)
|
||||
host_mem_usage 207648 # Number of bytes of host memory used
|
||||
host_seconds 931.12 # Real time elapsed on the host
|
||||
host_tick_rate 1949153444 # Simulator tick rate (ticks/s)
|
||||
host_inst_rate 989143 # Simulator instruction rate (inst/s)
|
||||
host_mem_usage 205900 # Number of bytes of host memory used
|
||||
host_seconds 1637.14 # Real time elapsed on the host
|
||||
host_tick_rate 1108576660 # Simulator tick rate (ticks/s)
|
||||
sim_freq 1000000000000 # Frequency of simulated ticks
|
||||
sim_insts 1619365954 # Number of instructions simulated
|
||||
sim_insts 1619366736 # Number of instructions simulated
|
||||
sim_seconds 1.814897 # Number of seconds simulated
|
||||
sim_ticks 1814896735000 # Number of ticks simulated
|
||||
system.cpu.dcache.ReadReq_accesses 419042118 # number of ReadReq accesses(hits+misses)
|
||||
@@ -200,7 +200,7 @@ system.cpu.l2cache.warmup_cycle 0 # Cy
|
||||
system.cpu.l2cache.writebacks 61724 # number of writebacks
|
||||
system.cpu.not_idle_fraction 1 # Percentage of non-idle cycles
|
||||
system.cpu.numCycles 3629793470 # number of cpu cycles simulated
|
||||
system.cpu.num_insts 1619365954 # Number of instructions executed
|
||||
system.cpu.num_insts 1619366736 # Number of instructions executed
|
||||
system.cpu.num_refs 607228174 # Number of memory references
|
||||
system.cpu.workload.PROG:num_syscalls 48 # Number of system calls
|
||||
|
||||
|
||||
@@ -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:23:20
|
||||
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/10.mcf/x86/linux/simple-atomic -re tests/run.py build/X86_SE/tests/fast/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 @@ simplex iterations : 2663
|
||||
flow value : 3080014995
|
||||
checksum : 68389
|
||||
optimal
|
||||
Exiting @ tick 164697199000 because target called exit()
|
||||
Exiting @ tick 164701785000 because target called exit()
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
|
||||
---------- Begin Simulation Statistics ----------
|
||||
host_inst_rate 1596079 # Simulator instruction rate (inst/s)
|
||||
host_mem_usage 332596 # Number of bytes of host memory used
|
||||
host_seconds 168.97 # Real time elapsed on the host
|
||||
host_tick_rate 974720885 # Simulator tick rate (ticks/s)
|
||||
host_inst_rate 1102214 # Simulator instruction rate (inst/s)
|
||||
host_mem_usage 332796 # Number of bytes of host memory used
|
||||
host_seconds 244.69 # Real time elapsed on the host
|
||||
host_tick_rate 673115258 # Simulator tick rate (ticks/s)
|
||||
sim_freq 1000000000000 # Frequency of simulated ticks
|
||||
sim_insts 269686785 # Number of instructions simulated
|
||||
sim_seconds 0.164697 # Number of seconds simulated
|
||||
sim_ticks 164697199000 # Number of ticks simulated
|
||||
sim_insts 269695957 # Number of instructions simulated
|
||||
sim_seconds 0.164702 # Number of seconds simulated
|
||||
sim_ticks 164701785000 # 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 329394399 # number of cpu cycles simulated
|
||||
system.cpu.num_insts 269686785 # Number of instructions executed
|
||||
system.cpu.numCycles 329403571 # number of cpu cycles simulated
|
||||
system.cpu.num_insts 269695957 # Number of instructions executed
|
||||
system.cpu.num_refs 122219131 # Number of memory references
|
||||
system.cpu.workload.PROG:num_syscalls 444 # Number of system calls
|
||||
|
||||
|
||||
@@ -5,10 +5,10 @@ The Regents of The University of Michigan
|
||||
All Rights Reserved
|
||||
|
||||
|
||||
M5 compiled Apr 22 2009 06:58:55
|
||||
M5 revision ce26a627c841 6126 default qtip tip stats_no_compat.diff
|
||||
M5 started Apr 22 2009 07:35:54
|
||||
M5 executing on maize
|
||||
M5 compiled Aug 8 2009 12:09:45
|
||||
M5 revision f8cd1918b0c6 6483 default qtip tip condmovezerostats.patch
|
||||
M5 started Aug 8 2009 12:13:51
|
||||
M5 executing on tater
|
||||
command line: build/X86_SE/m5.fast -d build/X86_SE/tests/fast/long/10.mcf/x86/linux/simple-timing -re tests/run.py build/X86_SE/tests/fast/long/10.mcf/x86/linux/simple-timing
|
||||
Global frequency set at 1000000000000 ticks per second
|
||||
info: Entering event queue @ 0. Starting simulation...
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
|
||||
---------- Begin Simulation Statistics ----------
|
||||
host_inst_rate 1578716 # Simulator instruction rate (inst/s)
|
||||
host_mem_usage 342176 # Number of bytes of host memory used
|
||||
host_seconds 170.83 # Real time elapsed on the host
|
||||
host_tick_rate 2233960314 # Simulator tick rate (ticks/s)
|
||||
host_inst_rate 617251 # Simulator instruction rate (inst/s)
|
||||
host_mem_usage 340428 # Number of bytes of host memory used
|
||||
host_seconds 436.93 # Real time elapsed on the host
|
||||
host_tick_rate 873410949 # Simulator tick rate (ticks/s)
|
||||
sim_freq 1000000000000 # Frequency of simulated ticks
|
||||
sim_insts 269686785 # Number of instructions simulated
|
||||
sim_insts 269695957 # Number of instructions simulated
|
||||
sim_seconds 0.381621 # Number of seconds simulated
|
||||
sim_ticks 381620562000 # Number of ticks simulated
|
||||
system.cpu.dcache.ReadReq_accesses 90779443 # number of ReadReq accesses(hits+misses)
|
||||
@@ -200,7 +200,7 @@ system.cpu.l2cache.warmup_cycle 0 # Cy
|
||||
system.cpu.l2cache.writebacks 70892 # number of writebacks
|
||||
system.cpu.not_idle_fraction 1 # Percentage of non-idle cycles
|
||||
system.cpu.numCycles 763241124 # number of cpu cycles simulated
|
||||
system.cpu.num_insts 269686785 # Number of instructions executed
|
||||
system.cpu.num_insts 269695957 # Number of instructions executed
|
||||
system.cpu.num_refs 122219131 # Number of memory references
|
||||
system.cpu.workload.PROG:num_syscalls 444 # Number of system calls
|
||||
|
||||
|
||||
@@ -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:26:09
|
||||
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:45
|
||||
M5 executing on tater
|
||||
command line: build/X86_SE/m5.fast -d build/X86_SE/tests/fast/long/20.parser/x86/linux/simple-atomic -re tests/run.py build/X86_SE/tests/fast/long/20.parser/x86/linux/simple-atomic
|
||||
Global frequency set at 1000000000000 ticks per second
|
||||
info: Entering event queue @ 0. Starting simulation...
|
||||
@@ -74,4 +74,4 @@ info: Increasing stack size by one page.
|
||||
about 2 million people attended
|
||||
the five best costumes got prizes
|
||||
No errors!
|
||||
Exiting @ tick 868476160000 because target called exit()
|
||||
Exiting @ tick 868585211000 because target called exit()
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
|
||||
---------- Begin Simulation Statistics ----------
|
||||
host_inst_rate 2677527 # Simulator instruction rate (inst/s)
|
||||
host_mem_usage 201788 # Number of bytes of host memory used
|
||||
host_seconds 558.53 # Real time elapsed on the host
|
||||
host_tick_rate 1554928126 # Simulator tick rate (ticks/s)
|
||||
host_inst_rate 1252342 # Simulator instruction rate (inst/s)
|
||||
host_mem_usage 201956 # Number of bytes of host memory used
|
||||
host_seconds 1194.32 # Real time elapsed on the host
|
||||
host_tick_rate 727261872 # Simulator tick rate (ticks/s)
|
||||
sim_freq 1000000000000 # Frequency of simulated ticks
|
||||
sim_insts 1495482368 # Number of instructions simulated
|
||||
sim_seconds 0.868476 # Number of seconds simulated
|
||||
sim_ticks 868476160000 # Number of ticks simulated
|
||||
sim_insts 1495700470 # Number of instructions simulated
|
||||
sim_seconds 0.868585 # Number of seconds simulated
|
||||
sim_ticks 868585211000 # 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 1736952321 # number of cpu cycles simulated
|
||||
system.cpu.num_insts 1495482368 # Number of instructions executed
|
||||
system.cpu.numCycles 1737170423 # number of cpu cycles simulated
|
||||
system.cpu.num_insts 1495700470 # Number of instructions executed
|
||||
system.cpu.num_refs 533262337 # Number of memory references
|
||||
system.cpu.workload.PROG:num_syscalls 551 # Number of system calls
|
||||
|
||||
|
||||
@@ -5,10 +5,10 @@ The Regents of The University of Michigan
|
||||
All Rights Reserved
|
||||
|
||||
|
||||
M5 compiled Apr 22 2009 06:58:55
|
||||
M5 revision ce26a627c841 6126 default qtip tip stats_no_compat.diff
|
||||
M5 started Apr 22 2009 07:37:54
|
||||
M5 executing on maize
|
||||
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/20.parser/x86/linux/simple-timing -re tests/run.py build/X86_SE/tests/fast/long/20.parser/x86/linux/simple-timing
|
||||
Global frequency set at 1000000000000 ticks per second
|
||||
info: Entering event queue @ 0. Starting simulation...
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
|
||||
---------- Begin Simulation Statistics ----------
|
||||
host_inst_rate 1774247 # Simulator instruction rate (inst/s)
|
||||
host_mem_usage 211336 # Number of bytes of host memory used
|
||||
host_seconds 842.88 # Real time elapsed on the host
|
||||
host_tick_rate 2043406156 # Simulator tick rate (ticks/s)
|
||||
host_inst_rate 924480 # Simulator instruction rate (inst/s)
|
||||
host_mem_usage 209588 # Number of bytes of host memory used
|
||||
host_seconds 1617.88 # Real time elapsed on the host
|
||||
host_tick_rate 1064572030 # Simulator tick rate (ticks/s)
|
||||
sim_freq 1000000000000 # Frequency of simulated ticks
|
||||
sim_insts 1495482368 # Number of instructions simulated
|
||||
sim_insts 1495700470 # Number of instructions simulated
|
||||
sim_seconds 1.722353 # Number of seconds simulated
|
||||
sim_ticks 1722352562000 # Number of ticks simulated
|
||||
system.cpu.dcache.ReadReq_accesses 384102182 # number of ReadReq accesses(hits+misses)
|
||||
@@ -200,7 +200,7 @@ system.cpu.l2cache.warmup_cycle 921771494000 # Cy
|
||||
system.cpu.l2cache.writebacks 481430 # number of writebacks
|
||||
system.cpu.not_idle_fraction 1 # Percentage of non-idle cycles
|
||||
system.cpu.numCycles 3444705124 # number of cpu cycles simulated
|
||||
system.cpu.num_insts 1495482368 # Number of instructions executed
|
||||
system.cpu.num_insts 1495700470 # Number of instructions executed
|
||||
system.cpu.num_refs 533262337 # Number of memory references
|
||||
system.cpu.workload.PROG:num_syscalls 551 # Number of system calls
|
||||
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -5,10 +5,10 @@ The Regents of The University of Michigan
|
||||
All Rights Reserved
|
||||
|
||||
|
||||
M5 compiled Apr 22 2009 06:58:55
|
||||
M5 revision ce26a627c841 6126 default qtip tip stats_no_compat.diff
|
||||
M5 started Apr 22 2009 07:42:41
|
||||
M5 executing on maize
|
||||
M5 compiled Aug 8 2009 12:09:45
|
||||
M5 revision f8cd1918b0c6 6483 default qtip tip condmovezerostats.patch
|
||||
M5 started Aug 8 2009 12:13:11
|
||||
M5 executing on tater
|
||||
command line: build/X86_SE/m5.fast -d build/X86_SE/tests/fast/long/60.bzip2/x86/linux/simple-timing -re tests/run.py build/X86_SE/tests/fast/long/60.bzip2/x86/linux/simple-timing
|
||||
Global frequency set at 1000000000000 ticks per second
|
||||
info: Entering event queue @ 0. Starting simulation...
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
|
||||
---------- Begin Simulation Statistics ----------
|
||||
host_inst_rate 1577505 # Simulator instruction rate (inst/s)
|
||||
host_mem_usage 207544 # Number of bytes of host memory used
|
||||
host_seconds 2949.71 # Real time elapsed on the host
|
||||
host_tick_rate 2030054219 # Simulator tick rate (ticks/s)
|
||||
host_inst_rate 1178978 # Simulator instruction rate (inst/s)
|
||||
host_mem_usage 205796 # Number of bytes of host memory used
|
||||
host_seconds 3946.92 # Real time elapsed on the host
|
||||
host_tick_rate 1517149915 # Simulator tick rate (ticks/s)
|
||||
sim_freq 1000000000000 # Frequency of simulated ticks
|
||||
sim_insts 4653176270 # Number of instructions simulated
|
||||
sim_insts 4653327894 # Number of instructions simulated
|
||||
sim_seconds 5.988064 # Number of seconds simulated
|
||||
sim_ticks 5988064038000 # Number of ticks simulated
|
||||
system.cpu.dcache.ReadReq_accesses 1239184742 # number of ReadReq accesses(hits+misses)
|
||||
@@ -200,7 +200,7 @@ system.cpu.l2cache.warmup_cycle 4737814312000 # C
|
||||
system.cpu.l2cache.writebacks 1199171 # number of writebacks
|
||||
system.cpu.not_idle_fraction 1 # Percentage of non-idle cycles
|
||||
system.cpu.numCycles 11976128076 # number of cpu cycles simulated
|
||||
system.cpu.num_insts 4653176270 # Number of instructions executed
|
||||
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
|
||||
|
||||
|
||||
@@ -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:52:32
|
||||
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/70.twolf/x86/linux/simple-atomic -re tests/run.py build/X86_SE/tests/fast/long/70.twolf/x86/linux/simple-atomic
|
||||
Global frequency set at 1000000000000 ticks per second
|
||||
info: Entering event queue @ 0. Starting simulation...
|
||||
@@ -27,4 +27,4 @@ info: Increasing stack size by one page.
|
||||
76 77 78 79 80 81 82 83 84 85 86 87 88 89 90
|
||||
91 92 93 94 95 96 97 98 99 100 101 102 103 104 105
|
||||
106 107 108 109 110 111 112 113 114 115 116 117 118 119 120
|
||||
122 123 124 Exiting @ tick 130009241500 because target called exit()
|
||||
122 123 124 Exiting @ tick 130326747000 because target called exit()
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
|
||||
---------- Begin Simulation Statistics ----------
|
||||
host_inst_rate 1749933 # Simulator instruction rate (inst/s)
|
||||
host_mem_usage 205336 # Number of bytes of host memory used
|
||||
host_seconds 124.92 # Real time elapsed on the host
|
||||
host_tick_rate 1040768333 # Simulator tick rate (ticks/s)
|
||||
host_inst_rate 1070420 # Simulator instruction rate (inst/s)
|
||||
host_mem_usage 205608 # Number of bytes of host memory used
|
||||
host_seconds 204.81 # Real time elapsed on the host
|
||||
host_tick_rate 636336293 # Simulator tick rate (ticks/s)
|
||||
sim_freq 1000000000000 # Frequency of simulated ticks
|
||||
sim_insts 218595312 # Number of instructions simulated
|
||||
sim_seconds 0.130009 # Number of seconds simulated
|
||||
sim_ticks 130009241500 # Number of ticks simulated
|
||||
sim_insts 219230323 # Number of instructions simulated
|
||||
sim_seconds 0.130327 # Number of seconds simulated
|
||||
sim_ticks 130326747000 # 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 260018484 # number of cpu cycles simulated
|
||||
system.cpu.num_insts 218595312 # Number of instructions executed
|
||||
system.cpu.numCycles 260653495 # number of cpu cycles simulated
|
||||
system.cpu.num_insts 219230323 # Number of instructions executed
|
||||
system.cpu.num_refs 77165298 # Number of memory references
|
||||
system.cpu.workload.PROG:num_syscalls 400 # Number of system calls
|
||||
|
||||
|
||||
@@ -5,12 +5,11 @@ The Regents of The University of Michigan
|
||||
All Rights Reserved
|
||||
|
||||
|
||||
M5 compiled Apr 22 2009 06:58:55
|
||||
M5 revision ce26a627c841 6126 default qtip tip stats_no_compat.diff
|
||||
M5 started Apr 22 2009 07:46:04
|
||||
M5 executing on maize
|
||||
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/70.twolf/x86/linux/simple-timing -re tests/run.py build/X86_SE/tests/fast/long/70.twolf/x86/linux/simple-timing
|
||||
Couldn't unlink build/X86_SE/tests/fast/long/70.twolf/x86/linux/simple-timing/smred.sv2
|
||||
Global frequency set at 1000000000000 ticks per second
|
||||
info: Entering event queue @ 0. Starting simulation...
|
||||
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
|
||||
---------- Begin Simulation Statistics ----------
|
||||
host_inst_rate 1679742 # Simulator instruction rate (inst/s)
|
||||
host_mem_usage 214928 # Number of bytes of host memory used
|
||||
host_seconds 130.14 # Real time elapsed on the host
|
||||
host_tick_rate 1928325538 # Simulator tick rate (ticks/s)
|
||||
host_inst_rate 632486 # Simulator instruction rate (inst/s)
|
||||
host_mem_usage 213180 # Number of bytes of host memory used
|
||||
host_seconds 346.62 # Real time elapsed on the host
|
||||
host_tick_rate 723985351 # Simulator tick rate (ticks/s)
|
||||
sim_freq 1000000000000 # Frequency of simulated ticks
|
||||
sim_insts 218595312 # Number of instructions simulated
|
||||
sim_insts 219230323 # Number of instructions simulated
|
||||
sim_seconds 0.250946 # Number of seconds simulated
|
||||
sim_ticks 250945548000 # Number of ticks simulated
|
||||
system.cpu.dcache.ReadReq_accesses 56649600 # number of ReadReq accesses(hits+misses)
|
||||
@@ -200,7 +200,7 @@ system.cpu.l2cache.warmup_cycle 0 # Cy
|
||||
system.cpu.l2cache.writebacks 0 # number of writebacks
|
||||
system.cpu.not_idle_fraction 1 # Percentage of non-idle cycles
|
||||
system.cpu.numCycles 501891096 # number of cpu cycles simulated
|
||||
system.cpu.num_insts 218595312 # Number of instructions executed
|
||||
system.cpu.num_insts 219230323 # Number of instructions executed
|
||||
system.cpu.num_refs 77165298 # Number of memory references
|
||||
system.cpu.workload.PROG:num_syscalls 400 # Number of system calls
|
||||
|
||||
|
||||
@@ -5,12 +5,12 @@ 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:57:53
|
||||
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/quick/00.hello/x86/linux/simple-atomic -re tests/run.py build/X86_SE/tests/fast/quick/00.hello/x86/linux/simple-atomic
|
||||
Global frequency set at 1000000000000 ticks per second
|
||||
info: Entering event queue @ 0. Starting simulation...
|
||||
Hello world!
|
||||
Exiting @ tick 5491500 because target called exit()
|
||||
Exiting @ tick 5504000 because target called exit()
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
|
||||
---------- Begin Simulation Statistics ----------
|
||||
host_inst_rate 544881 # Simulator instruction rate (inst/s)
|
||||
host_mem_usage 193800 # Number of bytes of host memory used
|
||||
host_seconds 0.02 # Real time elapsed on the host
|
||||
host_tick_rate 311186037 # Simulator tick rate (ticks/s)
|
||||
host_inst_rate 23019 # Simulator instruction rate (inst/s)
|
||||
host_mem_usage 193704 # Number of bytes of host memory used
|
||||
host_seconds 0.41 # Real time elapsed on the host
|
||||
host_tick_rate 13302912 # Simulator tick rate (ticks/s)
|
||||
sim_freq 1000000000000 # Frequency of simulated ticks
|
||||
sim_insts 9494 # Number of instructions simulated
|
||||
sim_seconds 0.000005 # Number of seconds simulated
|
||||
sim_ticks 5491500 # Number of ticks simulated
|
||||
sim_insts 9519 # Number of instructions simulated
|
||||
sim_seconds 0.000006 # Number of seconds simulated
|
||||
sim_ticks 5504000 # 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 10984 # number of cpu cycles simulated
|
||||
system.cpu.num_insts 9494 # Number of instructions executed
|
||||
system.cpu.numCycles 11009 # number of cpu cycles simulated
|
||||
system.cpu.num_insts 9519 # Number of instructions executed
|
||||
system.cpu.num_refs 1987 # Number of memory references
|
||||
system.cpu.workload.PROG:num_syscalls 11 # Number of system calls
|
||||
|
||||
|
||||
@@ -5,10 +5,10 @@ The Regents of The University of Michigan
|
||||
All Rights Reserved
|
||||
|
||||
|
||||
M5 compiled Apr 22 2009 06:58:55
|
||||
M5 revision ce26a627c841 6126 default qtip tip stats_no_compat.diff
|
||||
M5 started Apr 22 2009 07:48:15
|
||||
M5 executing on maize
|
||||
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/quick/00.hello/x86/linux/simple-timing -re tests/run.py build/X86_SE/tests/fast/quick/00.hello/x86/linux/simple-timing
|
||||
Global frequency set at 1000000000000 ticks per second
|
||||
info: Entering event queue @ 0. Starting simulation...
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
|
||||
---------- Begin Simulation Statistics ----------
|
||||
host_inst_rate 183914 # Simulator instruction rate (inst/s)
|
||||
host_mem_usage 203340 # Number of bytes of host memory used
|
||||
host_seconds 0.05 # Real time elapsed on the host
|
||||
host_tick_rate 573138759 # Simulator tick rate (ticks/s)
|
||||
host_inst_rate 21415 # Simulator instruction rate (inst/s)
|
||||
host_mem_usage 201336 # Number of bytes of host memory used
|
||||
host_seconds 0.44 # Real time elapsed on the host
|
||||
host_tick_rate 66853602 # Simulator tick rate (ticks/s)
|
||||
sim_freq 1000000000000 # Frequency of simulated ticks
|
||||
sim_insts 9494 # Number of instructions simulated
|
||||
sim_insts 9519 # Number of instructions simulated
|
||||
sim_seconds 0.000030 # Number of seconds simulated
|
||||
sim_ticks 29731000 # Number of ticks simulated
|
||||
system.cpu.dcache.ReadReq_accesses 1053 # number of ReadReq accesses(hits+misses)
|
||||
@@ -198,7 +198,7 @@ system.cpu.l2cache.warmup_cycle 0 # Cy
|
||||
system.cpu.l2cache.writebacks 0 # number of writebacks
|
||||
system.cpu.not_idle_fraction 1 # Percentage of non-idle cycles
|
||||
system.cpu.numCycles 59462 # number of cpu cycles simulated
|
||||
system.cpu.num_insts 9494 # Number of instructions executed
|
||||
system.cpu.num_insts 9519 # Number of instructions executed
|
||||
system.cpu.num_refs 1987 # Number of memory references
|
||||
system.cpu.workload.PROG:num_syscalls 11 # Number of system calls
|
||||
|
||||
|
||||
Reference in New Issue
Block a user