changeset 67f3b26c65c5 in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=67f3b26c65c5
description:
        stats: update eio stats

        Minor differences apparently from recent changes

diffstat:

 tests/quick/se/20.eio-short/ref/alpha/eio/simple-atomic/config.ini  |     9 +-
 tests/quick/se/20.eio-short/ref/alpha/eio/simple-atomic/config.json |    11 +-
 tests/quick/se/20.eio-short/ref/alpha/eio/simple-atomic/simout      |     6 +-
 tests/quick/se/20.eio-short/ref/alpha/eio/simple-atomic/stats.txt   |    52 +-
 tests/quick/se/20.eio-short/ref/alpha/eio/simple-timing/config.ini  |    17 +-
 tests/quick/se/20.eio-short/ref/alpha/eio/simple-timing/config.json |    21 +-
 tests/quick/se/20.eio-short/ref/alpha/eio/simple-timing/simout      |     8 +-
 tests/quick/se/20.eio-short/ref/alpha/eio/simple-timing/stats.txt   |   534 +-
 tests/quick/se/30.eio-mp/ref/alpha/eio/simple-atomic-mp/config.ini  |    28 +-
 tests/quick/se/30.eio-mp/ref/alpha/eio/simple-atomic-mp/config.json |    82 +-
 tests/quick/se/30.eio-mp/ref/alpha/eio/simple-atomic-mp/simerr      |     5 -
 tests/quick/se/30.eio-mp/ref/alpha/eio/simple-atomic-mp/simout      |     6 +-
 tests/quick/se/30.eio-mp/ref/alpha/eio/simple-atomic-mp/stats.txt   |  1632 
+++---
 tests/quick/se/30.eio-mp/ref/alpha/eio/simple-timing-mp/config.ini  |    28 +-
 tests/quick/se/30.eio-mp/ref/alpha/eio/simple-timing-mp/config.json |    82 +-
 tests/quick/se/30.eio-mp/ref/alpha/eio/simple-timing-mp/simerr      |     6 +-
 tests/quick/se/30.eio-mp/ref/alpha/eio/simple-timing-mp/simout      |     8 +-
 tests/quick/se/30.eio-mp/ref/alpha/eio/simple-timing-mp/stats.txt   |  2688 
+++++-----
 18 files changed, 2664 insertions(+), 2559 deletions(-)

diffs (truncated from 6152 to 300 lines):

diff -r 8a20e2a1562d -r 67f3b26c65c5 
tests/quick/se/20.eio-short/ref/alpha/eio/simple-atomic/config.ini
--- a/tests/quick/se/20.eio-short/ref/alpha/eio/simple-atomic/config.ini        
Mon Mar 02 05:04:20 2015 -0500
+++ b/tests/quick/se/20.eio-short/ref/alpha/eio/simple-atomic/config.ini        
Sat Mar 07 13:55:56 2015 -0500
@@ -23,6 +23,7 @@
 mem_mode=atomic
 mem_ranges=
 memories=system.physmem
+mmap_using_noreserve=false
 num_work_ids=16
 readfile=
 symbolfile=
@@ -110,6 +111,7 @@
 eventq_index=0
 file=/dist/m5/regression/test-progs/anagram/bin/alpha/eio/anagram-vshort.eio.gz
 input=None
+kvmInSE=false
 max_stack_size=67108864
 output=cout
 system=system
@@ -135,11 +137,14 @@
 type=CoherentXBar
 clk_domain=system.clk_domain
 eventq_index=0
-header_cycles=1
+forward_latency=4
+frontend_latency=3
+response_latency=2
 snoop_filter=Null
+snoop_response_latency=4
 system=system
 use_default_range=false
-width=8
+width=16
 master=system.physmem.port
 slave=system.system_port system.cpu.icache_port system.cpu.dcache_port
 
diff -r 8a20e2a1562d -r 67f3b26c65c5 
tests/quick/se/20.eio-short/ref/alpha/eio/simple-atomic/config.json
--- a/tests/quick/se/20.eio-short/ref/alpha/eio/simple-atomic/config.json       
Mon Mar 02 05:04:20 2015 -0500
+++ b/tests/quick/se/20.eio-short/ref/alpha/eio/simple-atomic/config.json       
Sat Mar 07 13:55:56 2015 -0500
@@ -3,6 +3,7 @@
     "sim_quantum": 0, 
     "system": {
         "kernel": "", 
+        "mmap_using_noreserve": false, 
         "kernel_addr_check": true, 
         "membus": {
             "slave": {
@@ -15,10 +16,10 @@
             }, 
             "name": "membus", 
             "snoop_filter": null, 
+            "forward_latency": 4, 
             "clk_domain": "system.clk_domain", 
-            "header_cycles": 1, 
             "system": "system", 
-            "width": 8, 
+            "width": 16, 
             "eventq_index": 0, 
             "master": {
                 "peer": [
@@ -26,10 +27,13 @@
                 ], 
                 "role": "MASTER"
             }, 
+            "response_latency": 2, 
             "cxx_class": "CoherentXBar", 
             "path": "system.membus", 
+            "snoop_response_latency": 4, 
             "type": "CoherentXBar", 
-            "use_default_range": false
+            "use_default_range": false, 
+            "frontend_latency": 3
         }, 
         "symbolfile": "", 
         "readfile": "", 
@@ -177,6 +181,7 @@
                         "output": "cout", 
                         "chkpt": "", 
                         "errout": "cerr", 
+                        "kvmInSE": false, 
                         "system": "system", 
                         "useArchPT": false, 
                         "eventq_index": 0, 
diff -r 8a20e2a1562d -r 67f3b26c65c5 
tests/quick/se/20.eio-short/ref/alpha/eio/simple-atomic/simout
--- a/tests/quick/se/20.eio-short/ref/alpha/eio/simple-atomic/simout    Mon Mar 
02 05:04:20 2015 -0500
+++ b/tests/quick/se/20.eio-short/ref/alpha/eio/simple-atomic/simout    Sat Mar 
07 13:55:56 2015 -0500
@@ -1,9 +1,9 @@
 gem5 Simulator System.  http://gem5.org
 gem5 is copyrighted software; use the --copyright option for details.
 
-gem5 compiled Sep 21 2014 15:53:23
-gem5 started Sep 21 2014 16:10:49
-gem5 executing on zizzer
+gem5 compiled Mar  7 2015 13:46:57
+gem5 started Mar  7 2015 13:47:23
+gem5 executing on zizzer2
 command line: build/ALPHA/gem5.opt -d 
build/ALPHA/tests/opt/quick/se/20.eio-short/alpha/eio/simple-atomic -re 
/z/stever/hg/gem5/tests/run.py 
build/ALPHA/tests/opt/quick/se/20.eio-short/alpha/eio/simple-atomic
 Global frequency set at 1000000000000 ticks per second
 info: Entering event queue @ 0.  Starting simulation...
diff -r 8a20e2a1562d -r 67f3b26c65c5 
tests/quick/se/20.eio-short/ref/alpha/eio/simple-atomic/stats.txt
--- a/tests/quick/se/20.eio-short/ref/alpha/eio/simple-atomic/stats.txt Mon Mar 
02 05:04:20 2015 -0500
+++ b/tests/quick/se/20.eio-short/ref/alpha/eio/simple-atomic/stats.txt Sat Mar 
07 13:55:56 2015 -0500
@@ -4,11 +4,11 @@
 sim_ticks                                   250015500                       # 
Number of ticks simulated
 final_tick                                  250015500                       # 
Number of ticks from beginning of simulation (restored from checkpoints and 
never reset)
 sim_freq                                 1000000000000                       # 
Frequency of simulated ticks
-host_inst_rate                                2577407                       # 
Simulator instruction rate (inst/s)
-host_op_rate                                  2577191                       # 
Simulator op (including micro ops) rate (op/s)
-host_tick_rate                             1288569274                       # 
Simulator tick rate (ticks/s)
-host_mem_usage                                 218888                       # 
Number of bytes of host memory used
-host_seconds                                     0.19                       # 
Real time elapsed on the host
+host_inst_rate                                1781493                       # 
Simulator instruction rate (inst/s)
+host_op_rate                                  1781360                       # 
Simulator op (including micro ops) rate (op/s)
+host_tick_rate                              890669168                       # 
Simulator tick rate (ticks/s)
+host_mem_usage                                 214316                       # 
Number of bytes of host memory used
+host_seconds                                     0.28                       # 
Real time elapsed on the host
 sim_insts                                      500001                       # 
Number of instructions simulated
 sim_ops                                        500001                       # 
Number of ops (including micro ops) simulated
 system.voltage_domain.voltage                       1                       # 
Voltage in Volts
@@ -35,27 +35,6 @@
 system.physmem.bw_total::cpu.inst          7999808012                       # 
Total bandwidth to/from this memory (bytes/s)
 system.physmem.bw_total::cpu.data          5160328060                       # 
Total bandwidth to/from this memory (bytes/s)
 system.physmem.bw_total::total            13160136072                       # 
Total bandwidth to/from this memory (bytes/s)
-system.membus.trans_dist::ReadReq              624454                       # 
Transaction distribution
-system.membus.trans_dist::ReadResp             624454                       # 
Transaction distribution
-system.membus.trans_dist::WriteReq              56340                       # 
Transaction distribution
-system.membus.trans_dist::WriteResp             56340                       # 
Transaction distribution
-system.membus.pkt_count_system.cpu.icache_port::system.physmem.port      
1000038                       # Packet count per connected master and slave 
(bytes)
-system.membus.pkt_count_system.cpu.dcache_port::system.physmem.port       
361550                       # Packet count per connected master and slave 
(bytes)
-system.membus.pkt_count::total                1361588                       # 
Packet count per connected master and slave (bytes)
-system.membus.pkt_size_system.cpu.icache_port::system.physmem.port      
2000076                       # Cumulative packet size per connected master and 
slave (bytes)
-system.membus.pkt_size_system.cpu.dcache_port::system.physmem.port      
1290162                       # Cumulative packet size per connected master and 
slave (bytes)
-system.membus.pkt_size::total                 3290238                       # 
Cumulative packet size per connected master and slave (bytes)
-system.membus.snoops                                0                       # 
Total snoops (count)
-system.membus.snoop_fanout::samples            680794                       # 
Request fanout histogram
-system.membus.snoop_fanout::mean             0.734464                       # 
Request fanout histogram
-system.membus.snoop_fanout::stdev            0.441618                       # 
Request fanout histogram
-system.membus.snoop_fanout::underflows              0      0.00%      0.00% # 
Request fanout histogram
-system.membus.snoop_fanout::0                  180775     26.55%     26.55% # 
Request fanout histogram
-system.membus.snoop_fanout::1                  500019     73.45%    100.00% # 
Request fanout histogram
-system.membus.snoop_fanout::overflows               0      0.00%    100.00% # 
Request fanout histogram
-system.membus.snoop_fanout::min_value               0                       # 
Request fanout histogram
-system.membus.snoop_fanout::max_value               1                       # 
Request fanout histogram
-system.membus.snoop_fanout::total              680794                       # 
Request fanout histogram
 system.cpu_clk_domain.clock                       500                       # 
Clock period in ticks
 system.cpu.dtb.fetch_hits                           0                       # 
ITB hits
 system.cpu.dtb.fetch_misses                         0                       # 
ITB misses
@@ -148,5 +127,26 @@
 system.cpu.op_class::IprAccess                      0      0.00%    100.00% # 
Class of executed instruction
 system.cpu.op_class::InstPrefetch                   0      0.00%    100.00% # 
Class of executed instruction
 system.cpu.op_class::total                     500019                       # 
Class of executed instruction
+system.membus.trans_dist::ReadReq              624454                       # 
Transaction distribution
+system.membus.trans_dist::ReadResp             624454                       # 
Transaction distribution
+system.membus.trans_dist::WriteReq              56340                       # 
Transaction distribution
+system.membus.trans_dist::WriteResp             56340                       # 
Transaction distribution
+system.membus.pkt_count_system.cpu.icache_port::system.physmem.port      
1000038                       # Packet count per connected master and slave 
(bytes)
+system.membus.pkt_count_system.cpu.dcache_port::system.physmem.port       
361550                       # Packet count per connected master and slave 
(bytes)
+system.membus.pkt_count::total                1361588                       # 
Packet count per connected master and slave (bytes)
+system.membus.pkt_size_system.cpu.icache_port::system.physmem.port      
2000076                       # Cumulative packet size per connected master and 
slave (bytes)
+system.membus.pkt_size_system.cpu.dcache_port::system.physmem.port      
1290162                       # Cumulative packet size per connected master and 
slave (bytes)
+system.membus.pkt_size::total                 3290238                       # 
Cumulative packet size per connected master and slave (bytes)
+system.membus.snoops                                0                       # 
Total snoops (count)
+system.membus.snoop_fanout::samples            680794                       # 
Request fanout histogram
+system.membus.snoop_fanout::mean             0.734464                       # 
Request fanout histogram
+system.membus.snoop_fanout::stdev            0.441618                       # 
Request fanout histogram
+system.membus.snoop_fanout::underflows              0      0.00%      0.00% # 
Request fanout histogram
+system.membus.snoop_fanout::0                  180775     26.55%     26.55% # 
Request fanout histogram
+system.membus.snoop_fanout::1                  500019     73.45%    100.00% # 
Request fanout histogram
+system.membus.snoop_fanout::overflows               0      0.00%    100.00% # 
Request fanout histogram
+system.membus.snoop_fanout::min_value               0                       # 
Request fanout histogram
+system.membus.snoop_fanout::max_value               1                       # 
Request fanout histogram
+system.membus.snoop_fanout::total              680794                       # 
Request fanout histogram
 
 ---------- End Simulation Statistics   ----------
diff -r 8a20e2a1562d -r 67f3b26c65c5 
tests/quick/se/20.eio-short/ref/alpha/eio/simple-timing/config.ini
--- a/tests/quick/se/20.eio-short/ref/alpha/eio/simple-timing/config.ini        
Mon Mar 02 05:04:20 2015 -0500
+++ b/tests/quick/se/20.eio-short/ref/alpha/eio/simple-timing/config.ini        
Sat Mar 07 13:55:56 2015 -0500
@@ -23,6 +23,7 @@
 mem_mode=timing
 mem_ranges=
 memories=system.physmem
+mmap_using_noreserve=false
 num_work_ids=16
 readfile=
 symbolfile=
@@ -82,6 +83,7 @@
 addr_ranges=0:18446744073709551615
 assoc=2
 clk_domain=system.cpu_clk_domain
+demand_mshr_reserve=1
 eventq_index=0
 forward_snoops=true
 hit_latency=2
@@ -122,6 +124,7 @@
 addr_ranges=0:18446744073709551615
 assoc=2
 clk_domain=system.cpu_clk_domain
+demand_mshr_reserve=1
 eventq_index=0
 forward_snoops=true
 hit_latency=2
@@ -171,6 +174,7 @@
 addr_ranges=0:18446744073709551615
 assoc=8
 clk_domain=system.cpu_clk_domain
+demand_mshr_reserve=1
 eventq_index=0
 forward_snoops=true
 hit_latency=20
@@ -204,8 +208,11 @@
 type=CoherentXBar
 clk_domain=system.cpu_clk_domain
 eventq_index=0
-header_cycles=1
+forward_latency=0
+frontend_latency=1
+response_latency=1
 snoop_filter=Null
+snoop_response_latency=1
 system=system
 use_default_range=false
 width=32
@@ -223,6 +230,7 @@
 eventq_index=0
 file=/dist/m5/regression/test-progs/anagram/bin/alpha/eio/anagram-vshort.eio.gz
 input=None
+kvmInSE=false
 max_stack_size=67108864
 output=cout
 system=system
@@ -248,11 +256,14 @@
 type=CoherentXBar
 clk_domain=system.clk_domain
 eventq_index=0
-header_cycles=1
+forward_latency=4
+frontend_latency=3
+response_latency=2
 snoop_filter=Null
+snoop_response_latency=4
 system=system
 use_default_range=false
-width=8
+width=16
 master=system.physmem.port
 slave=system.system_port system.cpu.l2cache.mem_side
 
diff -r 8a20e2a1562d -r 67f3b26c65c5 
tests/quick/se/20.eio-short/ref/alpha/eio/simple-timing/config.json
--- a/tests/quick/se/20.eio-short/ref/alpha/eio/simple-timing/config.json       
Mon Mar 02 05:04:20 2015 -0500
+++ b/tests/quick/se/20.eio-short/ref/alpha/eio/simple-timing/config.json       
Sat Mar 07 13:55:56 2015 -0500
@@ -3,6 +3,7 @@
     "sim_quantum": 0, 
     "system": {
         "kernel": "", 
+        "mmap_using_noreserve": false, 
         "kernel_addr_check": true, 
         "membus": {
             "slave": {
@@ -14,10 +15,10 @@
             }, 
             "name": "membus", 
             "snoop_filter": null, 
+            "forward_latency": 4, 
             "clk_domain": "system.clk_domain", 
-            "header_cycles": 1, 
             "system": "system", 
-            "width": 8, 
+            "width": 16, 
             "eventq_index": 0, 
             "master": {
                 "peer": [
@@ -25,10 +26,13 @@
                 ], 
                 "role": "MASTER"
             }, 
+            "response_latency": 2, 
             "cxx_class": "CoherentXBar", 
             "path": "system.membus", 
+            "snoop_response_latency": 4, 
             "type": "CoherentXBar", 
-            "use_default_range": false
+            "use_default_range": false, 
+            "frontend_latency": 3
         }, 
         "symbolfile": "", 
         "readfile": "", 
@@ -154,8 +158,8 @@
                     }, 
                     "name": "toL2Bus", 
                     "snoop_filter": null, 
+                    "forward_latency": 0, 
                     "clk_domain": "system.cpu_clk_domain", 
-                    "header_cycles": 1, 
                     "system": "system", 
                     "width": 32, 
                     "eventq_index": 0, 
@@ -165,10 +169,13 @@
                         ], 
                         "role": "MASTER"
                     }, 
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to