stats: Reflect current behaviour
Not sure what went wrong in the pushing of the Ruby patches, but somehow these regressions are not updated.
This commit is contained in:
parent
7c904d9d3f
commit
646994e599
13 changed files with 7371 additions and 7350 deletions
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -1,13 +1,13 @@
|
|||
|
||||
---------- Begin Simulation Statistics ----------
|
||||
sim_seconds 0.000116 # Number of seconds simulated
|
||||
sim_ticks 116369 # Number of ticks simulated
|
||||
final_tick 116369 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
|
||||
sim_ticks 116367 # Number of ticks simulated
|
||||
final_tick 116367 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
|
||||
sim_freq 1000000000 # Frequency of simulated ticks
|
||||
host_inst_rate 61340 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 61332 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 1116785 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 453376 # Number of bytes of host memory used
|
||||
host_inst_rate 61886 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 61878 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 1126725 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 454884 # Number of bytes of host memory used
|
||||
host_seconds 0.10 # Real time elapsed on the host
|
||||
sim_insts 6390 # Number of instructions simulated
|
||||
sim_ops 6390 # Number of ops (including micro ops) simulated
|
||||
|
@ -21,12 +21,12 @@ system.mem_ctrls.num_reads::ruby.dir_cntrl0 1176 #
|
|||
system.mem_ctrls.num_reads::total 1176 # Number of read requests responded to by this memory
|
||||
system.mem_ctrls.num_writes::ruby.dir_cntrl0 228 # Number of write requests responded to by this memory
|
||||
system.mem_ctrls.num_writes::total 228 # Number of write requests responded to by this memory
|
||||
system.mem_ctrls.bw_read::ruby.dir_cntrl0 646770188 # Total read bandwidth from this memory (bytes/s)
|
||||
system.mem_ctrls.bw_read::total 646770188 # Total read bandwidth from this memory (bytes/s)
|
||||
system.mem_ctrls.bw_write::ruby.dir_cntrl0 125394220 # Write bandwidth from this memory (bytes/s)
|
||||
system.mem_ctrls.bw_write::total 125394220 # Write bandwidth from this memory (bytes/s)
|
||||
system.mem_ctrls.bw_total::ruby.dir_cntrl0 772164408 # Total bandwidth to/from this memory (bytes/s)
|
||||
system.mem_ctrls.bw_total::total 772164408 # Total bandwidth to/from this memory (bytes/s)
|
||||
system.mem_ctrls.bw_read::ruby.dir_cntrl0 646781304 # Total read bandwidth from this memory (bytes/s)
|
||||
system.mem_ctrls.bw_read::total 646781304 # Total read bandwidth from this memory (bytes/s)
|
||||
system.mem_ctrls.bw_write::ruby.dir_cntrl0 125396375 # Write bandwidth from this memory (bytes/s)
|
||||
system.mem_ctrls.bw_write::total 125396375 # Write bandwidth from this memory (bytes/s)
|
||||
system.mem_ctrls.bw_total::ruby.dir_cntrl0 772177679 # Total bandwidth to/from this memory (bytes/s)
|
||||
system.mem_ctrls.bw_total::total 772177679 # Total bandwidth to/from this memory (bytes/s)
|
||||
system.mem_ctrls.readReqs 1176 # Number of read requests accepted
|
||||
system.mem_ctrls.writeReqs 228 # Number of write requests accepted
|
||||
system.mem_ctrls.readBursts 1176 # Number of DRAM read bursts, including those serviced by the write queue
|
||||
|
@ -73,7 +73,7 @@ system.mem_ctrls.perBankWrBursts::14 43 # Pe
|
|||
system.mem_ctrls.perBankWrBursts::15 0 # Per bank write bursts
|
||||
system.mem_ctrls.numRdRetry 0 # Number of times read queue was full causing retry
|
||||
system.mem_ctrls.numWrRetry 0 # Number of times write queue was full causing retry
|
||||
system.mem_ctrls.totGap 116278 # Total gap between requests
|
||||
system.mem_ctrls.totGap 116276 # Total gap between requests
|
||||
system.mem_ctrls.readPktSize::0 0 # Read request sizes (log2)
|
||||
system.mem_ctrls.readPktSize::1 0 # Read request sizes (log2)
|
||||
system.mem_ctrls.readPktSize::2 0 # Read request sizes (log2)
|
||||
|
@ -213,16 +213,16 @@ system.mem_ctrls.wrPerTurnAround::mean 16 # Wr
|
|||
system.mem_ctrls.wrPerTurnAround::gmean 16.000000 # Writes before turning the bus around for reads
|
||||
system.mem_ctrls.wrPerTurnAround::16 5 100.00% 100.00% # Writes before turning the bus around for reads
|
||||
system.mem_ctrls.wrPerTurnAround::total 5 # Writes before turning the bus around for reads
|
||||
system.mem_ctrls.totQLat 7422 # Total ticks spent queuing
|
||||
system.mem_ctrls.totMemAccLat 26517 # Total ticks spent from burst creation until serviced by the DRAM
|
||||
system.mem_ctrls.totQLat 7430 # Total ticks spent queuing
|
||||
system.mem_ctrls.totMemAccLat 26525 # Total ticks spent from burst creation until serviced by the DRAM
|
||||
system.mem_ctrls.totBusLat 5025 # Total ticks spent in databus transfers
|
||||
system.mem_ctrls.avgQLat 7.39 # Average queueing delay per DRAM burst
|
||||
system.mem_ctrls.avgBusLat 5.00 # Average bus latency per DRAM burst
|
||||
system.mem_ctrls.avgMemAccLat 26.39 # Average memory access latency per DRAM burst
|
||||
system.mem_ctrls.avgRdBW 552.72 # Average DRAM read bandwidth in MiByte/s
|
||||
system.mem_ctrls.avgRdBW 552.73 # Average DRAM read bandwidth in MiByte/s
|
||||
system.mem_ctrls.avgWrBW 44.00 # Average achieved write bandwidth in MiByte/s
|
||||
system.mem_ctrls.avgRdBWSys 646.77 # Average system read bandwidth in MiByte/s
|
||||
system.mem_ctrls.avgWrBWSys 125.39 # Average system write bandwidth in MiByte/s
|
||||
system.mem_ctrls.avgRdBWSys 646.78 # Average system read bandwidth in MiByte/s
|
||||
system.mem_ctrls.avgWrBWSys 125.40 # Average system write bandwidth in MiByte/s
|
||||
system.mem_ctrls.peakBW 12800.00 # Theoretical peak bandwidth in MiByte/s
|
||||
system.mem_ctrls.busUtil 4.66 # Data bus utilization in percentage
|
||||
system.mem_ctrls.busUtilRead 4.32 # Data bus utilization in percentage for reads
|
||||
|
@ -244,7 +244,7 @@ system.mem_ctrls_0.actBackEnergy 60923196 # En
|
|||
system.mem_ctrls_0.preBackEnergy 12117000 # Energy for precharge background per rank (pJ)
|
||||
system.mem_ctrls_0.totalEnergy 86117604 # Total energy per rank (pJ)
|
||||
system.mem_ctrls_0.averagePower 788.160821 # Core power per rank (mW)
|
||||
system.mem_ctrls_0.memoryStateTime::IDLE 25118 # Time in different power states
|
||||
system.mem_ctrls_0.memoryStateTime::IDLE 25116 # Time in different power states
|
||||
system.mem_ctrls_0.memoryStateTime::REF 3640 # Time in different power states
|
||||
system.mem_ctrls_0.memoryStateTime::PRE_PDN 0 # Time in different power states
|
||||
system.mem_ctrls_0.memoryStateTime::ACT 85821 # Time in different power states
|
||||
|
@ -254,14 +254,14 @@ system.mem_ctrls_1.preEnergy 520800 # En
|
|||
system.mem_ctrls_1.readEnergy 6776640 # Energy for read commands per rank (pJ)
|
||||
system.mem_ctrls_1.writeEnergy 663552 # Energy for write commands per rank (pJ)
|
||||
system.mem_ctrls_1.refreshEnergy 7119840 # Energy for refresh commands per rank (pJ)
|
||||
system.mem_ctrls_1.actBackEnergy 72408924 # Energy for active background per rank (pJ)
|
||||
system.mem_ctrls_1.actBackEnergy 72408240 # Energy for active background per rank (pJ)
|
||||
system.mem_ctrls_1.preBackEnergy 2062800 # Energy for precharge background per rank (pJ)
|
||||
system.mem_ctrls_1.totalEnergy 90489996 # Total energy per rank (pJ)
|
||||
system.mem_ctrls_1.averagePower 827.912387 # Core power per rank (mW)
|
||||
system.mem_ctrls_1.totalEnergy 90489312 # Total energy per rank (pJ)
|
||||
system.mem_ctrls_1.averagePower 827.913704 # Core power per rank (mW)
|
||||
system.mem_ctrls_1.memoryStateTime::IDLE 2878 # Time in different power states
|
||||
system.mem_ctrls_1.memoryStateTime::REF 3640 # Time in different power states
|
||||
system.mem_ctrls_1.memoryStateTime::PRE_PDN 0 # Time in different power states
|
||||
system.mem_ctrls_1.memoryStateTime::ACT 102795 # Time in different power states
|
||||
system.mem_ctrls_1.memoryStateTime::ACT 102794 # Time in different power states
|
||||
system.mem_ctrls_1.memoryStateTime::ACT_PDN 0 # Time in different power states
|
||||
system.cpu.clk_domain.clock 1 # Clock period in ticks
|
||||
system.cpu.dtb.fetch_hits 0 # ITB hits
|
||||
|
@ -297,7 +297,7 @@ system.cpu.itb.data_misses 0 # DT
|
|||
system.cpu.itb.data_acv 0 # DTB access violations
|
||||
system.cpu.itb.data_accesses 0 # DTB accesses
|
||||
system.cpu.workload.num_syscalls 17 # Number of system calls
|
||||
system.cpu.numCycles 116369 # number of cpu cycles simulated
|
||||
system.cpu.numCycles 116367 # number of cpu cycles simulated
|
||||
system.cpu.numWorkItemsStarted 0 # number of work items this cpu started
|
||||
system.cpu.numWorkItemsCompleted 0 # number of work items this cpu completed
|
||||
system.cpu.committedInsts 6390 # Number of instructions committed
|
||||
|
@ -316,7 +316,7 @@ system.cpu.num_mem_refs 2058 # nu
|
|||
system.cpu.num_load_insts 1190 # Number of load instructions
|
||||
system.cpu.num_store_insts 868 # Number of store instructions
|
||||
system.cpu.num_idle_cycles 0 # Number of idle cycles
|
||||
system.cpu.num_busy_cycles 116369 # Number of busy cycles
|
||||
system.cpu.num_busy_cycles 116367 # Number of busy cycles
|
||||
system.cpu.not_idle_fraction 1 # Percentage of non-idle cycles
|
||||
system.cpu.idle_fraction 0 # Percentage of idle cycles
|
||||
system.cpu.Branches 1050 # Number of branches fetched
|
||||
|
@ -366,9 +366,9 @@ system.ruby.outstanding_req_hist::total 8449
|
|||
system.ruby.latency_hist::bucket_size 64
|
||||
system.ruby.latency_hist::max_bucket 639
|
||||
system.ruby.latency_hist::samples 8448
|
||||
system.ruby.latency_hist::mean 12.774740
|
||||
system.ruby.latency_hist::gmean 3.504112
|
||||
system.ruby.latency_hist::stdev 27.744497
|
||||
system.ruby.latency_hist::mean 12.774503
|
||||
system.ruby.latency_hist::gmean 3.504079
|
||||
system.ruby.latency_hist::stdev 27.751445
|
||||
system.ruby.latency_hist | 7443 88.10% 88.10% | 986 11.67% 99.78% | 5 0.06% 99.83% | 2 0.02% 99.86% | 7 0.08% 99.94% | 5 0.06% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00%
|
||||
system.ruby.latency_hist::total 8448
|
||||
system.ruby.hit_latency_hist::bucket_size 4
|
||||
|
@ -382,9 +382,9 @@ system.ruby.hit_latency_hist::total 7272
|
|||
system.ruby.miss_latency_hist::bucket_size 64
|
||||
system.ruby.miss_latency_hist::max_bucket 639
|
||||
system.ruby.miss_latency_hist::samples 1176
|
||||
system.ruby.miss_latency_hist::mean 75.433673
|
||||
system.ruby.miss_latency_hist::gmean 72.282303
|
||||
system.ruby.miss_latency_hist::stdev 29.690242
|
||||
system.ruby.miss_latency_hist::mean 75.431973
|
||||
system.ruby.miss_latency_hist::gmean 72.277390
|
||||
system.ruby.miss_latency_hist::stdev 29.740474
|
||||
system.ruby.miss_latency_hist | 171 14.54% 14.54% | 986 83.84% 98.38% | 5 0.43% 98.81% | 2 0.17% 98.98% | 7 0.60% 99.57% | 5 0.43% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00%
|
||||
system.ruby.miss_latency_hist::total 1176
|
||||
system.ruby.Directory.incomplete_times 1175
|
||||
|
@ -398,7 +398,7 @@ system.ruby.l2_cntrl0.L2cache.demand_hits 189 # N
|
|||
system.ruby.l2_cntrl0.L2cache.demand_misses 1194 # Number of cache demand misses
|
||||
system.ruby.l2_cntrl0.L2cache.demand_accesses 1383 # Number of cache demand accesses
|
||||
system.ruby.memctrl_clk_domain.clock 3 # Clock period in ticks
|
||||
system.ruby.network.routers0.percent_links_utilized 5.597926
|
||||
system.ruby.network.routers0.percent_links_utilized 5.598022
|
||||
system.ruby.network.routers0.msg_count.Request_Control::1 1383
|
||||
system.ruby.network.routers0.msg_count.Response_Data::4 1176
|
||||
system.ruby.network.routers0.msg_count.ResponseL2hit_Data::4 207
|
||||
|
@ -411,7 +411,7 @@ system.ruby.network.routers0.msg_bytes.ResponseL2hit_Data::4 14904
|
|||
system.ruby.network.routers0.msg_bytes.Response_Control::4 8
|
||||
system.ruby.network.routers0.msg_bytes.Writeback_Data::4 97488
|
||||
system.ruby.network.routers0.msg_bytes.Persistent_Control::3 320
|
||||
system.ruby.network.routers1.percent_links_utilized 4.224708
|
||||
system.ruby.network.routers1.percent_links_utilized 4.224780
|
||||
system.ruby.network.routers1.msg_count.Request_Control::1 1383
|
||||
system.ruby.network.routers1.msg_count.Request_Control::2 1194
|
||||
system.ruby.network.routers1.msg_count.ResponseL2hit_Data::4 207
|
||||
|
@ -426,7 +426,7 @@ system.ruby.network.routers1.msg_bytes.Response_Control::4 8
|
|||
system.ruby.network.routers1.msg_bytes.Writeback_Data::4 113904
|
||||
system.ruby.network.routers1.msg_bytes.Writeback_Control::4 7728
|
||||
system.ruby.network.routers1.msg_bytes.Persistent_Control::3 160
|
||||
system.ruby.network.routers2.percent_links_utilized 3.182978
|
||||
system.ruby.network.routers2.percent_links_utilized 3.183033
|
||||
system.ruby.network.routers2.msg_count.Request_Control::2 1194
|
||||
system.ruby.network.routers2.msg_count.Response_Data::4 1176
|
||||
system.ruby.network.routers2.msg_count.Writeback_Data::4 228
|
||||
|
@ -437,7 +437,7 @@ system.ruby.network.routers2.msg_bytes.Response_Data::4 84672
|
|||
system.ruby.network.routers2.msg_bytes.Writeback_Data::4 16416
|
||||
system.ruby.network.routers2.msg_bytes.Writeback_Control::4 7728
|
||||
system.ruby.network.routers2.msg_bytes.Persistent_Control::3 160
|
||||
system.ruby.network.routers3.percent_links_utilized 4.335204
|
||||
system.ruby.network.routers3.percent_links_utilized 4.335278
|
||||
system.ruby.network.routers3.msg_count.Request_Control::1 1383
|
||||
system.ruby.network.routers3.msg_count.Request_Control::2 1194
|
||||
system.ruby.network.routers3.msg_count.Response_Data::4 1176
|
||||
|
@ -468,7 +468,7 @@ system.ruby.network.msg_byte.Response_Control 24
|
|||
system.ruby.network.msg_byte.Writeback_Data 341712
|
||||
system.ruby.network.msg_byte.Writeback_Control 23184
|
||||
system.ruby.network.msg_byte.Persistent_Control 960
|
||||
system.ruby.network.routers0.throttle0.link_utilization 5.357097
|
||||
system.ruby.network.routers0.throttle0.link_utilization 5.357189
|
||||
system.ruby.network.routers0.throttle0.msg_count.Response_Data::4 1176
|
||||
system.ruby.network.routers0.throttle0.msg_count.ResponseL2hit_Data::4 207
|
||||
system.ruby.network.routers0.throttle0.msg_count.Response_Control::4 1
|
||||
|
@ -477,21 +477,21 @@ system.ruby.network.routers0.throttle0.msg_bytes.Response_Data::4 84672
|
|||
system.ruby.network.routers0.throttle0.msg_bytes.ResponseL2hit_Data::4 14904
|
||||
system.ruby.network.routers0.throttle0.msg_bytes.Response_Control::4 8
|
||||
system.ruby.network.routers0.throttle0.msg_bytes.Persistent_Control::3 160
|
||||
system.ruby.network.routers0.throttle1.link_utilization 5.838754
|
||||
system.ruby.network.routers0.throttle1.link_utilization 5.838855
|
||||
system.ruby.network.routers0.throttle1.msg_count.Request_Control::1 1383
|
||||
system.ruby.network.routers0.throttle1.msg_count.Writeback_Data::4 1354
|
||||
system.ruby.network.routers0.throttle1.msg_count.Persistent_Control::3 20
|
||||
system.ruby.network.routers0.throttle1.msg_bytes.Request_Control::1 11064
|
||||
system.ruby.network.routers0.throttle1.msg_bytes.Writeback_Data::4 97488
|
||||
system.ruby.network.routers0.throttle1.msg_bytes.Persistent_Control::3 160
|
||||
system.ruby.network.routers1.throttle0.link_utilization 5.838754
|
||||
system.ruby.network.routers1.throttle0.link_utilization 5.838855
|
||||
system.ruby.network.routers1.throttle0.msg_count.Request_Control::1 1383
|
||||
system.ruby.network.routers1.throttle0.msg_count.Writeback_Data::4 1354
|
||||
system.ruby.network.routers1.throttle0.msg_count.Persistent_Control::3 20
|
||||
system.ruby.network.routers1.throttle0.msg_bytes.Request_Control::1 11064
|
||||
system.ruby.network.routers1.throttle0.msg_bytes.Writeback_Data::4 97488
|
||||
system.ruby.network.routers1.throttle0.msg_bytes.Persistent_Control::3 160
|
||||
system.ruby.network.routers1.throttle1.link_utilization 2.610661
|
||||
system.ruby.network.routers1.throttle1.link_utilization 2.610706
|
||||
system.ruby.network.routers1.throttle1.msg_count.Request_Control::2 1194
|
||||
system.ruby.network.routers1.throttle1.msg_count.ResponseL2hit_Data::4 207
|
||||
system.ruby.network.routers1.throttle1.msg_count.Response_Control::4 1
|
||||
|
@ -502,7 +502,7 @@ system.ruby.network.routers1.throttle1.msg_bytes.ResponseL2hit_Data::4 14
|
|||
system.ruby.network.routers1.throttle1.msg_bytes.Response_Control::4 8
|
||||
system.ruby.network.routers1.throttle1.msg_bytes.Writeback_Data::4 16416
|
||||
system.ruby.network.routers1.throttle1.msg_bytes.Writeback_Control::4 7728
|
||||
system.ruby.network.routers2.throttle0.link_utilization 1.818354
|
||||
system.ruby.network.routers2.throttle0.link_utilization 1.818385
|
||||
system.ruby.network.routers2.throttle0.msg_count.Request_Control::2 1194
|
||||
system.ruby.network.routers2.throttle0.msg_count.Writeback_Data::4 228
|
||||
system.ruby.network.routers2.throttle0.msg_count.Writeback_Control::4 966
|
||||
|
@ -511,24 +511,24 @@ system.ruby.network.routers2.throttle0.msg_bytes.Request_Control::2 9552
|
|||
system.ruby.network.routers2.throttle0.msg_bytes.Writeback_Data::4 16416
|
||||
system.ruby.network.routers2.throttle0.msg_bytes.Writeback_Control::4 7728
|
||||
system.ruby.network.routers2.throttle0.msg_bytes.Persistent_Control::3 160
|
||||
system.ruby.network.routers2.throttle1.link_utilization 4.547603
|
||||
system.ruby.network.routers2.throttle1.link_utilization 4.547681
|
||||
system.ruby.network.routers2.throttle1.msg_count.Response_Data::4 1176
|
||||
system.ruby.network.routers2.throttle1.msg_bytes.Response_Data::4 84672
|
||||
system.ruby.network.routers3.throttle0.link_utilization 5.348503
|
||||
system.ruby.network.routers3.throttle0.link_utilization 5.348595
|
||||
system.ruby.network.routers3.throttle0.msg_count.Response_Data::4 1176
|
||||
system.ruby.network.routers3.throttle0.msg_count.ResponseL2hit_Data::4 207
|
||||
system.ruby.network.routers3.throttle0.msg_count.Response_Control::4 1
|
||||
system.ruby.network.routers3.throttle0.msg_bytes.Response_Data::4 84672
|
||||
system.ruby.network.routers3.throttle0.msg_bytes.ResponseL2hit_Data::4 14904
|
||||
system.ruby.network.routers3.throttle0.msg_bytes.Response_Control::4 8
|
||||
system.ruby.network.routers3.throttle1.link_utilization 5.838754
|
||||
system.ruby.network.routers3.throttle1.link_utilization 5.838855
|
||||
system.ruby.network.routers3.throttle1.msg_count.Request_Control::1 1383
|
||||
system.ruby.network.routers3.throttle1.msg_count.Writeback_Data::4 1354
|
||||
system.ruby.network.routers3.throttle1.msg_count.Persistent_Control::3 20
|
||||
system.ruby.network.routers3.throttle1.msg_bytes.Request_Control::1 11064
|
||||
system.ruby.network.routers3.throttle1.msg_bytes.Writeback_Data::4 97488
|
||||
system.ruby.network.routers3.throttle1.msg_bytes.Persistent_Control::3 160
|
||||
system.ruby.network.routers3.throttle2.link_utilization 1.818354
|
||||
system.ruby.network.routers3.throttle2.link_utilization 1.818385
|
||||
system.ruby.network.routers3.throttle2.msg_count.Request_Control::2 1194
|
||||
system.ruby.network.routers3.throttle2.msg_count.Writeback_Data::4 228
|
||||
system.ruby.network.routers3.throttle2.msg_count.Writeback_Control::4 966
|
||||
|
@ -540,9 +540,9 @@ system.ruby.network.routers3.throttle2.msg_bytes.Persistent_Control::3
|
|||
system.ruby.LD.latency_hist::bucket_size 64
|
||||
system.ruby.LD.latency_hist::max_bucket 639
|
||||
system.ruby.LD.latency_hist::samples 1183
|
||||
system.ruby.LD.latency_hist::mean 29.333897
|
||||
system.ruby.LD.latency_hist::gmean 8.854915
|
||||
system.ruby.LD.latency_hist::stdev 36.549796
|
||||
system.ruby.LD.latency_hist::mean 29.327980
|
||||
system.ruby.LD.latency_hist::gmean 8.854319
|
||||
system.ruby.LD.latency_hist::stdev 36.542777
|
||||
system.ruby.LD.latency_hist | 850 71.85% 71.85% | 330 27.90% 99.75% | 0 0.00% 99.75% | 1 0.08% 99.83% | 1 0.08% 99.92% | 1 0.08% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00%
|
||||
system.ruby.LD.latency_hist::total 1183
|
||||
system.ruby.LD.hit_latency_hist::bucket_size 4
|
||||
|
@ -556,17 +556,17 @@ system.ruby.LD.hit_latency_hist::total 760
|
|||
system.ruby.LD.miss_latency_hist::bucket_size 64
|
||||
system.ruby.LD.miss_latency_hist::max_bucket 639
|
||||
system.ruby.LD.miss_latency_hist::samples 423
|
||||
system.ruby.LD.miss_latency_hist::mean 72.933806
|
||||
system.ruby.LD.miss_latency_hist::gmean 69.869692
|
||||
system.ruby.LD.miss_latency_hist::stdev 25.813501
|
||||
system.ruby.LD.miss_latency_hist::mean 72.917258
|
||||
system.ruby.LD.miss_latency_hist::gmean 69.856550
|
||||
system.ruby.LD.miss_latency_hist::stdev 25.813683
|
||||
system.ruby.LD.miss_latency_hist | 90 21.28% 21.28% | 330 78.01% 99.29% | 0 0.00% 99.29% | 1 0.24% 99.53% | 1 0.24% 99.76% | 1 0.24% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00%
|
||||
system.ruby.LD.miss_latency_hist::total 423
|
||||
system.ruby.ST.latency_hist::bucket_size 64
|
||||
system.ruby.ST.latency_hist::max_bucket 639
|
||||
system.ruby.ST.latency_hist::samples 865
|
||||
system.ruby.ST.latency_hist::mean 15.470520
|
||||
system.ruby.ST.latency_hist::gmean 4.402566
|
||||
system.ruby.ST.latency_hist::stdev 29.923272
|
||||
system.ruby.ST.latency_hist::mean 15.472832
|
||||
system.ruby.ST.latency_hist::gmean 4.402595
|
||||
system.ruby.ST.latency_hist::stdev 29.949603
|
||||
system.ruby.ST.latency_hist | 778 89.94% 89.94% | 83 9.60% 99.54% | 2 0.23% 99.77% | 0 0.00% 99.77% | 0 0.00% 99.77% | 2 0.23% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00%
|
||||
system.ruby.ST.latency_hist::total 865
|
||||
system.ruby.ST.hit_latency_hist::bucket_size 4
|
||||
|
@ -580,17 +580,17 @@ system.ruby.ST.hit_latency_hist::total 697
|
|||
system.ruby.ST.miss_latency_hist::bucket_size 64
|
||||
system.ruby.ST.miss_latency_hist::max_bucket 639
|
||||
system.ruby.ST.miss_latency_hist::samples 168
|
||||
system.ruby.ST.miss_latency_hist::mean 65.761905
|
||||
system.ruby.ST.miss_latency_hist::gmean 61.126570
|
||||
system.ruby.ST.miss_latency_hist::stdev 36.894126
|
||||
system.ruby.ST.miss_latency_hist::mean 65.773810
|
||||
system.ruby.ST.miss_latency_hist::gmean 61.128615
|
||||
system.ruby.ST.miss_latency_hist::stdev 36.988217
|
||||
system.ruby.ST.miss_latency_hist | 81 48.21% 48.21% | 83 49.40% 97.62% | 2 1.19% 98.81% | 0 0.00% 98.81% | 0 0.00% 98.81% | 2 1.19% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00%
|
||||
system.ruby.ST.miss_latency_hist::total 168
|
||||
system.ruby.IFETCH.latency_hist::bucket_size 64
|
||||
system.ruby.IFETCH.latency_hist::max_bucket 639
|
||||
system.ruby.IFETCH.latency_hist::samples 6400
|
||||
system.ruby.IFETCH.latency_hist::mean 9.349531
|
||||
system.ruby.IFETCH.latency_hist::gmean 2.862602
|
||||
system.ruby.IFETCH.latency_hist::stdev 24.187807
|
||||
system.ruby.IFETCH.latency_hist::mean 9.350000
|
||||
system.ruby.IFETCH.latency_hist::gmean 2.862600
|
||||
system.ruby.IFETCH.latency_hist::stdev 24.196666
|
||||
system.ruby.IFETCH.latency_hist | 5815 90.86% 90.86% | 573 8.95% 99.81% | 3 0.05% 99.86% | 1 0.02% 99.87% | 6 0.09% 99.97% | 2 0.03% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00%
|
||||
system.ruby.IFETCH.latency_hist::total 6400
|
||||
system.ruby.IFETCH.hit_latency_hist::bucket_size 4
|
||||
|
@ -604,9 +604,9 @@ system.ruby.IFETCH.hit_latency_hist::total 5815
|
|||
system.ruby.IFETCH.miss_latency_hist::bucket_size 64
|
||||
system.ruby.IFETCH.miss_latency_hist::max_bucket 639
|
||||
system.ruby.IFETCH.miss_latency_hist::samples 585
|
||||
system.ruby.IFETCH.miss_latency_hist::mean 80.018803
|
||||
system.ruby.IFETCH.miss_latency_hist::gmean 77.731964
|
||||
system.ruby.IFETCH.miss_latency_hist::stdev 29.160832
|
||||
system.ruby.IFETCH.miss_latency_hist::mean 80.023932
|
||||
system.ruby.IFETCH.miss_latency_hist::gmean 77.731171
|
||||
system.ruby.IFETCH.miss_latency_hist::stdev 29.228835
|
||||
system.ruby.IFETCH.miss_latency_hist | 0 0.00% 0.00% | 573 97.95% 97.95% | 3 0.51% 98.46% | 1 0.17% 98.63% | 6 1.03% 99.66% | 2 0.34% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00%
|
||||
system.ruby.IFETCH.miss_latency_hist::total 585
|
||||
system.ruby.L1Cache.hit_mach_latency_hist::bucket_size 1
|
||||
|
@ -627,9 +627,9 @@ system.ruby.L2Cache.hit_mach_latency_hist::total 207
|
|||
system.ruby.Directory.miss_mach_latency_hist::bucket_size 64
|
||||
system.ruby.Directory.miss_mach_latency_hist::max_bucket 639
|
||||
system.ruby.Directory.miss_mach_latency_hist::samples 1176
|
||||
system.ruby.Directory.miss_mach_latency_hist::mean 75.433673
|
||||
system.ruby.Directory.miss_mach_latency_hist::gmean 72.282303
|
||||
system.ruby.Directory.miss_mach_latency_hist::stdev 29.690242
|
||||
system.ruby.Directory.miss_mach_latency_hist::mean 75.431973
|
||||
system.ruby.Directory.miss_mach_latency_hist::gmean 72.277390
|
||||
system.ruby.Directory.miss_mach_latency_hist::stdev 29.740474
|
||||
system.ruby.Directory.miss_mach_latency_hist | 171 14.54% 14.54% | 986 83.84% 98.38% | 5 0.43% 98.81% | 2 0.17% 98.98% | 7 0.60% 99.57% | 5 0.43% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00%
|
||||
system.ruby.Directory.miss_mach_latency_hist::total 1176
|
||||
system.ruby.Directory.miss_latency_hist.issue_to_initial_request::bucket_size 1
|
||||
|
@ -676,9 +676,9 @@ system.ruby.LD.L2Cache.hit_type_mach_latency_hist::total 102
|
|||
system.ruby.LD.Directory.miss_type_mach_latency_hist::bucket_size 64
|
||||
system.ruby.LD.Directory.miss_type_mach_latency_hist::max_bucket 639
|
||||
system.ruby.LD.Directory.miss_type_mach_latency_hist::samples 423
|
||||
system.ruby.LD.Directory.miss_type_mach_latency_hist::mean 72.933806
|
||||
system.ruby.LD.Directory.miss_type_mach_latency_hist::gmean 69.869692
|
||||
system.ruby.LD.Directory.miss_type_mach_latency_hist::stdev 25.813501
|
||||
system.ruby.LD.Directory.miss_type_mach_latency_hist::mean 72.917258
|
||||
system.ruby.LD.Directory.miss_type_mach_latency_hist::gmean 69.856550
|
||||
system.ruby.LD.Directory.miss_type_mach_latency_hist::stdev 25.813683
|
||||
system.ruby.LD.Directory.miss_type_mach_latency_hist | 90 21.28% 21.28% | 330 78.01% 99.29% | 0 0.00% 99.29% | 1 0.24% 99.53% | 1 0.24% 99.76% | 1 0.24% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00%
|
||||
system.ruby.LD.Directory.miss_type_mach_latency_hist::total 423
|
||||
system.ruby.ST.L1Cache.hit_type_mach_latency_hist::bucket_size 1
|
||||
|
@ -699,9 +699,9 @@ system.ruby.ST.L2Cache.hit_type_mach_latency_hist::total 44
|
|||
system.ruby.ST.Directory.miss_type_mach_latency_hist::bucket_size 64
|
||||
system.ruby.ST.Directory.miss_type_mach_latency_hist::max_bucket 639
|
||||
system.ruby.ST.Directory.miss_type_mach_latency_hist::samples 168
|
||||
system.ruby.ST.Directory.miss_type_mach_latency_hist::mean 65.761905
|
||||
system.ruby.ST.Directory.miss_type_mach_latency_hist::gmean 61.126570
|
||||
system.ruby.ST.Directory.miss_type_mach_latency_hist::stdev 36.894126
|
||||
system.ruby.ST.Directory.miss_type_mach_latency_hist::mean 65.773810
|
||||
system.ruby.ST.Directory.miss_type_mach_latency_hist::gmean 61.128615
|
||||
system.ruby.ST.Directory.miss_type_mach_latency_hist::stdev 36.988217
|
||||
system.ruby.ST.Directory.miss_type_mach_latency_hist | 81 48.21% 48.21% | 83 49.40% 97.62% | 2 1.19% 98.81% | 0 0.00% 98.81% | 0 0.00% 98.81% | 2 1.19% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00%
|
||||
system.ruby.ST.Directory.miss_type_mach_latency_hist::total 168
|
||||
system.ruby.IFETCH.L1Cache.hit_type_mach_latency_hist::bucket_size 1
|
||||
|
@ -722,9 +722,9 @@ system.ruby.IFETCH.L2Cache.hit_type_mach_latency_hist::total 61
|
|||
system.ruby.IFETCH.Directory.miss_type_mach_latency_hist::bucket_size 64
|
||||
system.ruby.IFETCH.Directory.miss_type_mach_latency_hist::max_bucket 639
|
||||
system.ruby.IFETCH.Directory.miss_type_mach_latency_hist::samples 585
|
||||
system.ruby.IFETCH.Directory.miss_type_mach_latency_hist::mean 80.018803
|
||||
system.ruby.IFETCH.Directory.miss_type_mach_latency_hist::gmean 77.731964
|
||||
system.ruby.IFETCH.Directory.miss_type_mach_latency_hist::stdev 29.160832
|
||||
system.ruby.IFETCH.Directory.miss_type_mach_latency_hist::mean 80.023932
|
||||
system.ruby.IFETCH.Directory.miss_type_mach_latency_hist::gmean 77.731171
|
||||
system.ruby.IFETCH.Directory.miss_type_mach_latency_hist::stdev 29.228835
|
||||
system.ruby.IFETCH.Directory.miss_type_mach_latency_hist | 0 0.00% 0.00% | 573 97.95% 97.95% | 3 0.51% 98.46% | 1 0.17% 98.63% | 6 1.03% 99.66% | 2 0.34% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00%
|
||||
system.ruby.IFETCH.Directory.miss_type_mach_latency_hist::total 585
|
||||
system.ruby.Directory_Controller.GETX 209 0.00% 0.00%
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
|
||||
---------- Begin Simulation Statistics ----------
|
||||
sim_seconds 0.000096 # Number of seconds simulated
|
||||
sim_ticks 96151 # Number of ticks simulated
|
||||
final_tick 96151 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
|
||||
sim_ticks 95773 # Number of ticks simulated
|
||||
final_tick 95773 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
|
||||
sim_freq 1000000000 # Frequency of simulated ticks
|
||||
host_inst_rate 62758 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 62749 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 944082 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 451988 # Number of bytes of host memory used
|
||||
host_seconds 0.10 # Real time elapsed on the host
|
||||
host_inst_rate 67382 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 67372 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 1009646 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 452992 # Number of bytes of host memory used
|
||||
host_seconds 0.09 # Real time elapsed on the host
|
||||
sim_insts 6390 # Number of instructions simulated
|
||||
sim_ops 6390 # Number of ops (including micro ops) simulated
|
||||
system.voltage_domain.voltage 1 # Voltage in Volts
|
||||
|
@ -21,12 +21,12 @@ system.mem_ctrls.num_reads::ruby.dir_cntrl0 1159 #
|
|||
system.mem_ctrls.num_reads::total 1159 # Number of read requests responded to by this memory
|
||||
system.mem_ctrls.num_writes::ruby.dir_cntrl0 220 # Number of write requests responded to by this memory
|
||||
system.mem_ctrls.num_writes::total 220 # Number of write requests responded to by this memory
|
||||
system.mem_ctrls.bw_read::ruby.dir_cntrl0 771453235 # Total read bandwidth from this memory (bytes/s)
|
||||
system.mem_ctrls.bw_read::total 771453235 # Total read bandwidth from this memory (bytes/s)
|
||||
system.mem_ctrls.bw_write::ruby.dir_cntrl0 146436335 # Write bandwidth from this memory (bytes/s)
|
||||
system.mem_ctrls.bw_write::total 146436335 # Write bandwidth from this memory (bytes/s)
|
||||
system.mem_ctrls.bw_total::ruby.dir_cntrl0 917889570 # Total bandwidth to/from this memory (bytes/s)
|
||||
system.mem_ctrls.bw_total::total 917889570 # Total bandwidth to/from this memory (bytes/s)
|
||||
system.mem_ctrls.bw_read::ruby.dir_cntrl0 774498032 # Total read bandwidth from this memory (bytes/s)
|
||||
system.mem_ctrls.bw_read::total 774498032 # Total read bandwidth from this memory (bytes/s)
|
||||
system.mem_ctrls.bw_write::ruby.dir_cntrl0 147014294 # Write bandwidth from this memory (bytes/s)
|
||||
system.mem_ctrls.bw_write::total 147014294 # Write bandwidth from this memory (bytes/s)
|
||||
system.mem_ctrls.bw_total::ruby.dir_cntrl0 921512326 # Total bandwidth to/from this memory (bytes/s)
|
||||
system.mem_ctrls.bw_total::total 921512326 # Total bandwidth to/from this memory (bytes/s)
|
||||
system.mem_ctrls.readReqs 1159 # Number of read requests accepted
|
||||
system.mem_ctrls.writeReqs 220 # Number of write requests accepted
|
||||
system.mem_ctrls.readBursts 1159 # Number of DRAM read bursts, including those serviced by the write queue
|
||||
|
@ -73,7 +73,7 @@ system.mem_ctrls.perBankWrBursts::14 41 # Pe
|
|||
system.mem_ctrls.perBankWrBursts::15 0 # Per bank write bursts
|
||||
system.mem_ctrls.numRdRetry 0 # Number of times read queue was full causing retry
|
||||
system.mem_ctrls.numWrRetry 0 # Number of times write queue was full causing retry
|
||||
system.mem_ctrls.totGap 96071 # Total gap between requests
|
||||
system.mem_ctrls.totGap 95693 # Total gap between requests
|
||||
system.mem_ctrls.readPktSize::0 0 # Read request sizes (log2)
|
||||
system.mem_ctrls.readPktSize::1 0 # Read request sizes (log2)
|
||||
system.mem_ctrls.readPktSize::2 0 # Read request sizes (log2)
|
||||
|
@ -184,20 +184,20 @@ system.mem_ctrls.wrQLenPdf::60 0 # Wh
|
|||
system.mem_ctrls.wrQLenPdf::61 0 # What write queue length does an incoming req see
|
||||
system.mem_ctrls.wrQLenPdf::62 0 # What write queue length does an incoming req see
|
||||
system.mem_ctrls.wrQLenPdf::63 0 # What write queue length does an incoming req see
|
||||
system.mem_ctrls.bytesPerActivate::samples 191 # Bytes accessed per row activation
|
||||
system.mem_ctrls.bytesPerActivate::mean 356.858639 # Bytes accessed per row activation
|
||||
system.mem_ctrls.bytesPerActivate::gmean 222.990773 # Bytes accessed per row activation
|
||||
system.mem_ctrls.bytesPerActivate::stdev 333.933268 # Bytes accessed per row activation
|
||||
system.mem_ctrls.bytesPerActivate::0-127 49 25.65% 25.65% # Bytes accessed per row activation
|
||||
system.mem_ctrls.bytesPerActivate::128-255 54 28.27% 53.93% # Bytes accessed per row activation
|
||||
system.mem_ctrls.bytesPerActivate::256-383 20 10.47% 64.40% # Bytes accessed per row activation
|
||||
system.mem_ctrls.bytesPerActivate::384-511 14 7.33% 71.73% # Bytes accessed per row activation
|
||||
system.mem_ctrls.bytesPerActivate::512-639 12 6.28% 78.01% # Bytes accessed per row activation
|
||||
system.mem_ctrls.bytesPerActivate::640-767 7 3.66% 81.68% # Bytes accessed per row activation
|
||||
system.mem_ctrls.bytesPerActivate::768-895 8 4.19% 85.86% # Bytes accessed per row activation
|
||||
system.mem_ctrls.bytesPerActivate::896-1023 4 2.09% 87.96% # Bytes accessed per row activation
|
||||
system.mem_ctrls.bytesPerActivate::1024-1151 23 12.04% 100.00% # Bytes accessed per row activation
|
||||
system.mem_ctrls.bytesPerActivate::total 191 # Bytes accessed per row activation
|
||||
system.mem_ctrls.bytesPerActivate::samples 190 # Bytes accessed per row activation
|
||||
system.mem_ctrls.bytesPerActivate::mean 358.736842 # Bytes accessed per row activation
|
||||
system.mem_ctrls.bytesPerActivate::gmean 222.774947 # Bytes accessed per row activation
|
||||
system.mem_ctrls.bytesPerActivate::stdev 335.486260 # Bytes accessed per row activation
|
||||
system.mem_ctrls.bytesPerActivate::0-127 51 26.84% 26.84% # Bytes accessed per row activation
|
||||
system.mem_ctrls.bytesPerActivate::128-255 50 26.32% 53.16% # Bytes accessed per row activation
|
||||
system.mem_ctrls.bytesPerActivate::256-383 20 10.53% 63.68% # Bytes accessed per row activation
|
||||
system.mem_ctrls.bytesPerActivate::384-511 14 7.37% 71.05% # Bytes accessed per row activation
|
||||
system.mem_ctrls.bytesPerActivate::512-639 13 6.84% 77.89% # Bytes accessed per row activation
|
||||
system.mem_ctrls.bytesPerActivate::640-767 7 3.68% 81.58% # Bytes accessed per row activation
|
||||
system.mem_ctrls.bytesPerActivate::768-895 8 4.21% 85.79% # Bytes accessed per row activation
|
||||
system.mem_ctrls.bytesPerActivate::896-1023 4 2.11% 87.89% # Bytes accessed per row activation
|
||||
system.mem_ctrls.bytesPerActivate::1024-1151 23 12.11% 100.00% # Bytes accessed per row activation
|
||||
system.mem_ctrls.bytesPerActivate::total 190 # Bytes accessed per row activation
|
||||
system.mem_ctrls.rdPerTurnAround::samples 5 # Reads before turning the bus around for writes
|
||||
system.mem_ctrls.rdPerTurnAround::mean 140.600000 # Reads before turning the bus around for writes
|
||||
system.mem_ctrls.rdPerTurnAround::gmean 106.599883 # Reads before turning the bus around for writes
|
||||
|
@ -215,55 +215,55 @@ system.mem_ctrls.wrPerTurnAround::stdev 1.095445 # Wr
|
|||
system.mem_ctrls.wrPerTurnAround::16 2 40.00% 40.00% # Writes before turning the bus around for reads
|
||||
system.mem_ctrls.wrPerTurnAround::18 3 60.00% 100.00% # Writes before turning the bus around for reads
|
||||
system.mem_ctrls.wrPerTurnAround::total 5 # Writes before turning the bus around for reads
|
||||
system.mem_ctrls.totQLat 6736 # Total ticks spent queuing
|
||||
system.mem_ctrls.totMemAccLat 25717 # Total ticks spent from burst creation until serviced by the DRAM
|
||||
system.mem_ctrls.totQLat 6604 # Total ticks spent queuing
|
||||
system.mem_ctrls.totMemAccLat 25585 # Total ticks spent from burst creation until serviced by the DRAM
|
||||
system.mem_ctrls.totBusLat 4995 # Total ticks spent in databus transfers
|
||||
system.mem_ctrls.avgQLat 6.74 # Average queueing delay per DRAM burst
|
||||
system.mem_ctrls.avgQLat 6.61 # Average queueing delay per DRAM burst
|
||||
system.mem_ctrls.avgBusLat 5.00 # Average bus latency per DRAM burst
|
||||
system.mem_ctrls.avgMemAccLat 25.74 # Average memory access latency per DRAM burst
|
||||
system.mem_ctrls.avgRdBW 664.95 # Average DRAM read bandwidth in MiByte/s
|
||||
system.mem_ctrls.avgWrBW 57.24 # Average achieved write bandwidth in MiByte/s
|
||||
system.mem_ctrls.avgRdBWSys 771.45 # Average system read bandwidth in MiByte/s
|
||||
system.mem_ctrls.avgWrBWSys 146.44 # Average system write bandwidth in MiByte/s
|
||||
system.mem_ctrls.avgMemAccLat 25.61 # Average memory access latency per DRAM burst
|
||||
system.mem_ctrls.avgRdBW 667.58 # Average DRAM read bandwidth in MiByte/s
|
||||
system.mem_ctrls.avgWrBW 57.47 # Average achieved write bandwidth in MiByte/s
|
||||
system.mem_ctrls.avgRdBWSys 774.50 # Average system read bandwidth in MiByte/s
|
||||
system.mem_ctrls.avgWrBWSys 147.01 # Average system write bandwidth in MiByte/s
|
||||
system.mem_ctrls.peakBW 12800.00 # Theoretical peak bandwidth in MiByte/s
|
||||
system.mem_ctrls.busUtil 5.64 # Data bus utilization in percentage
|
||||
system.mem_ctrls.busUtilRead 5.19 # Data bus utilization in percentage for reads
|
||||
system.mem_ctrls.busUtil 5.66 # Data bus utilization in percentage
|
||||
system.mem_ctrls.busUtilRead 5.22 # Data bus utilization in percentage for reads
|
||||
system.mem_ctrls.busUtilWrite 0.45 # Data bus utilization in percentage for writes
|
||||
system.mem_ctrls.avgRdQLen 1.00 # Average read queue length when enqueuing
|
||||
system.mem_ctrls.avgWrQLen 21.88 # Average write queue length when enqueuing
|
||||
system.mem_ctrls.readRowHits 806 # Number of row buffer hits during reads
|
||||
system.mem_ctrls.avgWrQLen 21.87 # Average write queue length when enqueuing
|
||||
system.mem_ctrls.readRowHits 807 # Number of row buffer hits during reads
|
||||
system.mem_ctrls.writeRowHits 82 # Number of row buffer hits during writes
|
||||
system.mem_ctrls.readRowHitRate 80.68 # Row buffer hit rate for reads
|
||||
system.mem_ctrls.readRowHitRate 80.78 # Row buffer hit rate for reads
|
||||
system.mem_ctrls.writeRowHitRate 70.69 # Row buffer hit rate for writes
|
||||
system.mem_ctrls.avgGap 69.67 # Average gap between requests
|
||||
system.mem_ctrls.pageHitRate 79.64 # Row buffer hit rate, read and write combined
|
||||
system.mem_ctrls.avgGap 69.39 # Average gap between requests
|
||||
system.mem_ctrls.pageHitRate 79.73 # Row buffer hit rate, read and write combined
|
||||
system.mem_ctrls_0.actEnergy 483840 # Energy for activate commands per rank (pJ)
|
||||
system.mem_ctrls_0.preEnergy 268800 # Energy for precharge commands per rank (pJ)
|
||||
system.mem_ctrls_0.readEnergy 5129280 # Energy for read commands per rank (pJ)
|
||||
system.mem_ctrls_0.writeEnergy 290304 # Energy for write commands per rank (pJ)
|
||||
system.mem_ctrls_0.refreshEnergy 6102720 # Energy for refresh commands per rank (pJ)
|
||||
system.mem_ctrls_0.actBackEnergy 54680328 # Energy for active background per rank (pJ)
|
||||
system.mem_ctrls_0.preBackEnergy 8250000 # Energy for precharge background per rank (pJ)
|
||||
system.mem_ctrls_0.totalEnergy 75205272 # Total energy per rank (pJ)
|
||||
system.mem_ctrls_0.averagePower 802.686163 # Core power per rank (mW)
|
||||
system.mem_ctrls_0.memoryStateTime::IDLE 14296 # Time in different power states
|
||||
system.mem_ctrls_0.actBackEnergy 54966924 # Energy for active background per rank (pJ)
|
||||
system.mem_ctrls_0.preBackEnergy 7998600 # Energy for precharge background per rank (pJ)
|
||||
system.mem_ctrls_0.totalEnergy 75240468 # Total energy per rank (pJ)
|
||||
system.mem_ctrls_0.averagePower 803.061820 # Core power per rank (mW)
|
||||
system.mem_ctrls_0.memoryStateTime::IDLE 13501 # Time in different power states
|
||||
system.mem_ctrls_0.memoryStateTime::REF 3120 # Time in different power states
|
||||
system.mem_ctrls_0.memoryStateTime::PRE_PDN 0 # Time in different power states
|
||||
system.mem_ctrls_0.memoryStateTime::ACT 77144 # Time in different power states
|
||||
system.mem_ctrls_0.memoryStateTime::ACT 77563 # Time in different power states
|
||||
system.mem_ctrls_0.memoryStateTime::ACT_PDN 0 # Time in different power states
|
||||
system.mem_ctrls_1.actEnergy 945000 # Energy for activate commands per rank (pJ)
|
||||
system.mem_ctrls_1.preEnergy 525000 # Energy for precharge commands per rank (pJ)
|
||||
system.mem_ctrls_1.readEnergy 7026240 # Energy for read commands per rank (pJ)
|
||||
system.mem_ctrls_1.readEnergy 7063680 # Energy for read commands per rank (pJ)
|
||||
system.mem_ctrls_1.writeEnergy 601344 # Energy for write commands per rank (pJ)
|
||||
system.mem_ctrls_1.refreshEnergy 6102720 # Energy for refresh commands per rank (pJ)
|
||||
system.mem_ctrls_1.actBackEnergy 61762464 # Energy for active background per rank (pJ)
|
||||
system.mem_ctrls_1.preBackEnergy 2037600 # Energy for precharge background per rank (pJ)
|
||||
system.mem_ctrls_1.totalEnergy 79000368 # Total energy per rank (pJ)
|
||||
system.mem_ctrls_1.averagePower 843.192247 # Core power per rank (mW)
|
||||
system.mem_ctrls_1.memoryStateTime::IDLE 2976 # Time in different power states
|
||||
system.mem_ctrls_1.actBackEnergy 61807608 # Energy for active background per rank (pJ)
|
||||
system.mem_ctrls_1.preBackEnergy 1998600 # Energy for precharge background per rank (pJ)
|
||||
system.mem_ctrls_1.totalEnergy 79043952 # Total energy per rank (pJ)
|
||||
system.mem_ctrls_1.averagePower 843.648426 # Core power per rank (mW)
|
||||
system.mem_ctrls_1.memoryStateTime::IDLE 2911 # Time in different power states
|
||||
system.mem_ctrls_1.memoryStateTime::REF 3120 # Time in different power states
|
||||
system.mem_ctrls_1.memoryStateTime::PRE_PDN 0 # Time in different power states
|
||||
system.mem_ctrls_1.memoryStateTime::ACT 87610 # Time in different power states
|
||||
system.mem_ctrls_1.memoryStateTime::ACT 87676 # Time in different power states
|
||||
system.mem_ctrls_1.memoryStateTime::ACT_PDN 0 # Time in different power states
|
||||
system.cpu.clk_domain.clock 1 # Clock period in ticks
|
||||
system.cpu.dtb.fetch_hits 0 # ITB hits
|
||||
|
@ -299,7 +299,7 @@ system.cpu.itb.data_misses 0 # DT
|
|||
system.cpu.itb.data_acv 0 # DTB access violations
|
||||
system.cpu.itb.data_accesses 0 # DTB accesses
|
||||
system.cpu.workload.num_syscalls 17 # Number of system calls
|
||||
system.cpu.numCycles 96151 # number of cpu cycles simulated
|
||||
system.cpu.numCycles 95773 # number of cpu cycles simulated
|
||||
system.cpu.numWorkItemsStarted 0 # number of work items this cpu started
|
||||
system.cpu.numWorkItemsCompleted 0 # number of work items this cpu completed
|
||||
system.cpu.committedInsts 6390 # Number of instructions committed
|
||||
|
@ -318,7 +318,7 @@ system.cpu.num_mem_refs 2058 # nu
|
|||
system.cpu.num_load_insts 1190 # Number of load instructions
|
||||
system.cpu.num_store_insts 868 # Number of store instructions
|
||||
system.cpu.num_idle_cycles 0 # Number of idle cycles
|
||||
system.cpu.num_busy_cycles 96151 # Number of busy cycles
|
||||
system.cpu.num_busy_cycles 95773 # Number of busy cycles
|
||||
system.cpu.not_idle_fraction 1 # Percentage of non-idle cycles
|
||||
system.cpu.idle_fraction 0 # Percentage of idle cycles
|
||||
system.cpu.Branches 1050 # Number of branches fetched
|
||||
|
@ -368,26 +368,26 @@ system.ruby.outstanding_req_hist::total 8449
|
|||
system.ruby.latency_hist::bucket_size 64
|
||||
system.ruby.latency_hist::max_bucket 639
|
||||
system.ruby.latency_hist::samples 8448
|
||||
system.ruby.latency_hist::mean 10.381510
|
||||
system.ruby.latency_hist::gmean 3.318518
|
||||
system.ruby.latency_hist::stdev 22.902466
|
||||
system.ruby.latency_hist | 8210 97.18% 97.18% | 226 2.68% 99.86% | 0 0.00% 99.86% | 0 0.00% 99.86% | 7 0.08% 99.94% | 5 0.06% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00%
|
||||
system.ruby.latency_hist::mean 10.336766
|
||||
system.ruby.latency_hist::gmean 3.311568
|
||||
system.ruby.latency_hist::stdev 22.755667
|
||||
system.ruby.latency_hist | 8211 97.19% 97.19% | 225 2.66% 99.86% | 1 0.01% 99.87% | 0 0.00% 99.87% | 6 0.07% 99.94% | 5 0.06% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00%
|
||||
system.ruby.latency_hist::total 8448
|
||||
system.ruby.hit_latency_hist::bucket_size 2
|
||||
system.ruby.hit_latency_hist::max_bucket 19
|
||||
system.ruby.hit_latency_hist::samples 7289
|
||||
system.ruby.hit_latency_hist::mean 2.306352
|
||||
system.ruby.hit_latency_hist::gmean 2.107025
|
||||
system.ruby.hit_latency_hist::stdev 1.810102
|
||||
system.ruby.hit_latency_hist::mean 2.278502
|
||||
system.ruby.hit_latency_hist::gmean 2.102334
|
||||
system.ruby.hit_latency_hist::stdev 1.645548
|
||||
system.ruby.hit_latency_hist | 0 0.00% 0.00% | 7086 97.21% 97.21% | 0 0.00% 97.21% | 0 0.00% 97.21% | 0 0.00% 97.21% | 0 0.00% 97.21% | 203 2.79% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00%
|
||||
system.ruby.hit_latency_hist::total 7289
|
||||
system.ruby.miss_latency_hist::bucket_size 64
|
||||
system.ruby.miss_latency_hist::max_bucket 639
|
||||
system.ruby.miss_latency_hist::samples 1159
|
||||
system.ruby.miss_latency_hist::mean 61.166523
|
||||
system.ruby.miss_latency_hist::gmean 57.757809
|
||||
system.ruby.miss_latency_hist::stdev 28.525461
|
||||
system.ruby.miss_latency_hist | 921 79.47% 79.47% | 226 19.50% 98.96% | 0 0.00% 98.96% | 0 0.00% 98.96% | 7 0.60% 99.57% | 5 0.43% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00%
|
||||
system.ruby.miss_latency_hist::mean 61.015531
|
||||
system.ruby.miss_latency_hist::gmean 57.685008
|
||||
system.ruby.miss_latency_hist::stdev 27.944488
|
||||
system.ruby.miss_latency_hist | 922 79.55% 79.55% | 225 19.41% 98.96% | 1 0.09% 99.05% | 0 0.00% 99.05% | 6 0.52% 99.57% | 5 0.43% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00%
|
||||
system.ruby.miss_latency_hist::total 1159
|
||||
system.ruby.Directory.incomplete_times 1158
|
||||
system.ruby.dir_cntrl0.probeFilter.demand_hits 0 # Number of cache demand hits
|
||||
|
@ -402,8 +402,9 @@ system.ruby.l1_cntrl0.L1Icache.demand_accesses 6400
|
|||
system.ruby.l1_cntrl0.L2cache.demand_hits 203 # Number of cache demand hits
|
||||
system.ruby.l1_cntrl0.L2cache.demand_misses 1159 # Number of cache demand misses
|
||||
system.ruby.l1_cntrl0.L2cache.demand_accesses 1362 # Number of cache demand accesses
|
||||
system.ruby.l1_cntrl0.fully_busy_cycles 34 # cycles for which number of transistions == max transitions
|
||||
system.ruby.memctrl_clk_domain.clock 3 # Clock period in ticks
|
||||
system.ruby.network.routers0.percent_links_utilized 4.664018
|
||||
system.ruby.network.routers0.percent_links_utilized 4.682426
|
||||
system.ruby.network.routers0.msg_count.Request_Control::2 1159
|
||||
system.ruby.network.routers0.msg_count.Response_Data::4 1159
|
||||
system.ruby.network.routers0.msg_count.Writeback_Data::5 220
|
||||
|
@ -418,7 +419,7 @@ system.ruby.network.routers0.msg_bytes.Writeback_Control::2 9144
|
|||
system.ruby.network.routers0.msg_bytes.Writeback_Control::3 9144
|
||||
system.ruby.network.routers0.msg_bytes.Writeback_Control::5 7384
|
||||
system.ruby.network.routers0.msg_bytes.Unblock_Control::5 9272
|
||||
system.ruby.network.routers1.percent_links_utilized 4.664018
|
||||
system.ruby.network.routers1.percent_links_utilized 4.682426
|
||||
system.ruby.network.routers1.msg_count.Request_Control::2 1159
|
||||
system.ruby.network.routers1.msg_count.Response_Data::4 1159
|
||||
system.ruby.network.routers1.msg_count.Writeback_Data::5 220
|
||||
|
@ -433,7 +434,7 @@ system.ruby.network.routers1.msg_bytes.Writeback_Control::2 9144
|
|||
system.ruby.network.routers1.msg_bytes.Writeback_Control::3 9144
|
||||
system.ruby.network.routers1.msg_bytes.Writeback_Control::5 7384
|
||||
system.ruby.network.routers1.msg_bytes.Unblock_Control::5 9272
|
||||
system.ruby.network.routers2.percent_links_utilized 4.664018
|
||||
system.ruby.network.routers2.percent_links_utilized 4.682426
|
||||
system.ruby.network.routers2.msg_count.Request_Control::2 1159
|
||||
system.ruby.network.routers2.msg_count.Response_Data::4 1159
|
||||
system.ruby.network.routers2.msg_count.Writeback_Data::5 220
|
||||
|
@ -458,12 +459,12 @@ system.ruby.network.msg_byte.Response_Data 250344
|
|||
system.ruby.network.msg_byte.Writeback_Data 47520
|
||||
system.ruby.network.msg_byte.Writeback_Control 77016
|
||||
system.ruby.network.msg_byte.Unblock_Control 27816
|
||||
system.ruby.network.routers0.throttle0.link_utilization 6.018658
|
||||
system.ruby.network.routers0.throttle0.link_utilization 6.042413
|
||||
system.ruby.network.routers0.throttle0.msg_count.Response_Data::4 1159
|
||||
system.ruby.network.routers0.throttle0.msg_count.Writeback_Control::3 1143
|
||||
system.ruby.network.routers0.throttle0.msg_bytes.Response_Data::4 83448
|
||||
system.ruby.network.routers0.throttle0.msg_bytes.Writeback_Control::3 9144
|
||||
system.ruby.network.routers0.throttle1.link_utilization 3.309378
|
||||
system.ruby.network.routers0.throttle1.link_utilization 3.322440
|
||||
system.ruby.network.routers0.throttle1.msg_count.Request_Control::2 1159
|
||||
system.ruby.network.routers0.throttle1.msg_count.Writeback_Data::5 220
|
||||
system.ruby.network.routers0.throttle1.msg_count.Writeback_Control::2 1143
|
||||
|
@ -474,7 +475,7 @@ system.ruby.network.routers0.throttle1.msg_bytes.Writeback_Data::5 15840
|
|||
system.ruby.network.routers0.throttle1.msg_bytes.Writeback_Control::2 9144
|
||||
system.ruby.network.routers0.throttle1.msg_bytes.Writeback_Control::5 7384
|
||||
system.ruby.network.routers0.throttle1.msg_bytes.Unblock_Control::5 9272
|
||||
system.ruby.network.routers1.throttle0.link_utilization 3.309378
|
||||
system.ruby.network.routers1.throttle0.link_utilization 3.322440
|
||||
system.ruby.network.routers1.throttle0.msg_count.Request_Control::2 1159
|
||||
system.ruby.network.routers1.throttle0.msg_count.Writeback_Data::5 220
|
||||
system.ruby.network.routers1.throttle0.msg_count.Writeback_Control::2 1143
|
||||
|
@ -485,17 +486,17 @@ system.ruby.network.routers1.throttle0.msg_bytes.Writeback_Data::5 15840
|
|||
system.ruby.network.routers1.throttle0.msg_bytes.Writeback_Control::2 9144
|
||||
system.ruby.network.routers1.throttle0.msg_bytes.Writeback_Control::5 7384
|
||||
system.ruby.network.routers1.throttle0.msg_bytes.Unblock_Control::5 9272
|
||||
system.ruby.network.routers1.throttle1.link_utilization 6.018658
|
||||
system.ruby.network.routers1.throttle1.link_utilization 6.042413
|
||||
system.ruby.network.routers1.throttle1.msg_count.Response_Data::4 1159
|
||||
system.ruby.network.routers1.throttle1.msg_count.Writeback_Control::3 1143
|
||||
system.ruby.network.routers1.throttle1.msg_bytes.Response_Data::4 83448
|
||||
system.ruby.network.routers1.throttle1.msg_bytes.Writeback_Control::3 9144
|
||||
system.ruby.network.routers2.throttle0.link_utilization 6.018658
|
||||
system.ruby.network.routers2.throttle0.link_utilization 6.042413
|
||||
system.ruby.network.routers2.throttle0.msg_count.Response_Data::4 1159
|
||||
system.ruby.network.routers2.throttle0.msg_count.Writeback_Control::3 1143
|
||||
system.ruby.network.routers2.throttle0.msg_bytes.Response_Data::4 83448
|
||||
system.ruby.network.routers2.throttle0.msg_bytes.Writeback_Control::3 9144
|
||||
system.ruby.network.routers2.throttle1.link_utilization 3.309378
|
||||
system.ruby.network.routers2.throttle1.link_utilization 3.322440
|
||||
system.ruby.network.routers2.throttle1.msg_count.Request_Control::2 1159
|
||||
system.ruby.network.routers2.throttle1.msg_count.Writeback_Data::5 220
|
||||
system.ruby.network.routers2.throttle1.msg_count.Writeback_Control::2 1143
|
||||
|
@ -509,74 +510,74 @@ system.ruby.network.routers2.throttle1.msg_bytes.Unblock_Control::5 9272
|
|||
system.ruby.LD.latency_hist::bucket_size 64
|
||||
system.ruby.LD.latency_hist::max_bucket 639
|
||||
system.ruby.LD.latency_hist::samples 1183
|
||||
system.ruby.LD.latency_hist::mean 22.845309
|
||||
system.ruby.LD.latency_hist::gmean 7.610394
|
||||
system.ruby.LD.latency_hist::stdev 30.590449
|
||||
system.ruby.LD.latency_hist::mean 22.748943
|
||||
system.ruby.LD.latency_hist::gmean 7.555083
|
||||
system.ruby.LD.latency_hist::stdev 30.673688
|
||||
system.ruby.LD.latency_hist | 1093 92.39% 92.39% | 87 7.35% 99.75% | 0 0.00% 99.75% | 0 0.00% 99.75% | 2 0.17% 99.92% | 1 0.08% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00%
|
||||
system.ruby.LD.latency_hist::total 1183
|
||||
system.ruby.LD.hit_latency_hist::bucket_size 2
|
||||
system.ruby.LD.hit_latency_hist::max_bucket 19
|
||||
system.ruby.LD.hit_latency_hist::samples 763
|
||||
system.ruby.LD.hit_latency_hist::mean 3.513761
|
||||
system.ruby.LD.hit_latency_hist::gmean 2.587610
|
||||
system.ruby.LD.hit_latency_hist::stdev 3.791932
|
||||
system.ruby.LD.hit_latency_hist::mean 3.376147
|
||||
system.ruby.LD.hit_latency_hist::gmean 2.559264
|
||||
system.ruby.LD.hit_latency_hist::stdev 3.447211
|
||||
system.ruby.LD.hit_latency_hist | 0 0.00% 0.00% | 658 86.24% 86.24% | 0 0.00% 86.24% | 0 0.00% 86.24% | 0 0.00% 86.24% | 0 0.00% 86.24% | 105 13.76% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00%
|
||||
system.ruby.LD.hit_latency_hist::total 763
|
||||
system.ruby.LD.miss_latency_hist::bucket_size 64
|
||||
system.ruby.LD.miss_latency_hist::max_bucket 639
|
||||
system.ruby.LD.miss_latency_hist::samples 420
|
||||
system.ruby.LD.miss_latency_hist::mean 57.964286
|
||||
system.ruby.LD.miss_latency_hist::gmean 54.017024
|
||||
system.ruby.LD.miss_latency_hist::stdev 26.398202
|
||||
system.ruby.LD.miss_latency_hist::mean 57.942857
|
||||
system.ruby.LD.miss_latency_hist::gmean 53.988115
|
||||
system.ruby.LD.miss_latency_hist::stdev 26.600762
|
||||
system.ruby.LD.miss_latency_hist | 330 78.57% 78.57% | 87 20.71% 99.29% | 0 0.00% 99.29% | 0 0.00% 99.29% | 2 0.48% 99.76% | 1 0.24% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00%
|
||||
system.ruby.LD.miss_latency_hist::total 420
|
||||
system.ruby.ST.latency_hist::bucket_size 16
|
||||
system.ruby.ST.latency_hist::max_bucket 159
|
||||
system.ruby.ST.latency_hist::samples 865
|
||||
system.ruby.ST.latency_hist::mean 11.801156
|
||||
system.ruby.ST.latency_hist::gmean 3.876538
|
||||
system.ruby.ST.latency_hist::stdev 20.845047
|
||||
system.ruby.ST.latency_hist::mean 11.732948
|
||||
system.ruby.ST.latency_hist::gmean 3.862911
|
||||
system.ruby.ST.latency_hist::stdev 20.767655
|
||||
system.ruby.ST.latency_hist | 707 81.73% 81.73% | 41 4.74% 86.47% | 0 0.00% 86.47% | 78 9.02% 95.49% | 35 4.05% 99.54% | 4 0.46% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00%
|
||||
system.ruby.ST.latency_hist::total 865
|
||||
system.ruby.ST.hit_latency_hist::bucket_size 2
|
||||
system.ruby.ST.hit_latency_hist::max_bucket 19
|
||||
system.ruby.ST.hit_latency_hist::samples 707
|
||||
system.ruby.ST.hit_latency_hist::mean 2.513437
|
||||
system.ruby.ST.hit_latency_hist::gmean 2.182597
|
||||
system.ruby.ST.hit_latency_hist::stdev 2.322029
|
||||
system.ruby.ST.hit_latency_hist::mean 2.466761
|
||||
system.ruby.ST.hit_latency_hist::gmean 2.174458
|
||||
system.ruby.ST.hit_latency_hist::stdev 2.110935
|
||||
system.ruby.ST.hit_latency_hist | 0 0.00% 0.00% | 674 95.33% 95.33% | 0 0.00% 95.33% | 0 0.00% 95.33% | 0 0.00% 95.33% | 0 0.00% 95.33% | 33 4.67% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00%
|
||||
system.ruby.ST.hit_latency_hist::total 707
|
||||
system.ruby.ST.miss_latency_hist::bucket_size 16
|
||||
system.ruby.ST.miss_latency_hist::max_bucket 159
|
||||
system.ruby.ST.miss_latency_hist::samples 158
|
||||
system.ruby.ST.miss_latency_hist::mean 53.360759
|
||||
system.ruby.ST.miss_latency_hist::gmean 50.669354
|
||||
system.ruby.ST.miss_latency_hist::stdev 15.502298
|
||||
system.ruby.ST.miss_latency_hist::mean 53.196203
|
||||
system.ruby.ST.miss_latency_hist::gmean 50.539760
|
||||
system.ruby.ST.miss_latency_hist::stdev 15.383612
|
||||
system.ruby.ST.miss_latency_hist | 0 0.00% 0.00% | 41 25.95% 25.95% | 0 0.00% 25.95% | 78 49.37% 75.32% | 35 22.15% 97.47% | 4 2.53% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00%
|
||||
system.ruby.ST.miss_latency_hist::total 158
|
||||
system.ruby.IFETCH.latency_hist::bucket_size 64
|
||||
system.ruby.IFETCH.latency_hist::max_bucket 639
|
||||
system.ruby.IFETCH.latency_hist::samples 6400
|
||||
system.ruby.IFETCH.latency_hist::mean 7.885781
|
||||
system.ruby.IFETCH.latency_hist::gmean 2.787351
|
||||
system.ruby.IFETCH.latency_hist::stdev 20.631367
|
||||
system.ruby.IFETCH.latency_hist | 6291 98.30% 98.30% | 100 1.56% 99.86% | 0 0.00% 99.86% | 0 0.00% 99.86% | 5 0.08% 99.94% | 4 0.06% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00%
|
||||
system.ruby.IFETCH.latency_hist::mean 7.853750
|
||||
system.ruby.IFETCH.latency_hist::gmean 2.784724
|
||||
system.ruby.IFETCH.latency_hist::stdev 20.410979
|
||||
system.ruby.IFETCH.latency_hist | 6292 98.31% 98.31% | 99 1.55% 99.86% | 1 0.02% 99.88% | 0 0.00% 99.88% | 4 0.06% 99.94% | 4 0.06% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00%
|
||||
system.ruby.IFETCH.latency_hist::total 6400
|
||||
system.ruby.IFETCH.hit_latency_hist::bucket_size 2
|
||||
system.ruby.IFETCH.hit_latency_hist::max_bucket 19
|
||||
system.ruby.IFETCH.hit_latency_hist::samples 5819
|
||||
system.ruby.IFETCH.hit_latency_hist::mean 2.122873
|
||||
system.ruby.IFETCH.hit_latency_hist::gmean 2.042257
|
||||
system.ruby.IFETCH.hit_latency_hist::stdev 1.156174
|
||||
system.ruby.IFETCH.hit_latency_hist::mean 2.111703
|
||||
system.ruby.IFETCH.hit_latency_hist::gmean 2.040432
|
||||
system.ruby.IFETCH.hit_latency_hist::stdev 1.051067
|
||||
system.ruby.IFETCH.hit_latency_hist | 0 0.00% 0.00% | 5754 98.88% 98.88% | 0 0.00% 98.88% | 0 0.00% 98.88% | 0 0.00% 98.88% | 0 0.00% 98.88% | 65 1.12% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00%
|
||||
system.ruby.IFETCH.hit_latency_hist::total 5819
|
||||
system.ruby.IFETCH.miss_latency_hist::bucket_size 64
|
||||
system.ruby.IFETCH.miss_latency_hist::max_bucket 639
|
||||
system.ruby.IFETCH.miss_latency_hist::samples 581
|
||||
system.ruby.IFETCH.miss_latency_hist::mean 65.604131
|
||||
system.ruby.IFETCH.miss_latency_hist::gmean 62.819819
|
||||
system.ruby.IFETCH.miss_latency_hist::stdev 31.817772
|
||||
system.ruby.IFETCH.miss_latency_hist | 472 81.24% 81.24% | 100 17.21% 98.45% | 0 0.00% 98.45% | 0 0.00% 98.45% | 5 0.86% 99.31% | 4 0.69% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00%
|
||||
system.ruby.IFETCH.miss_latency_hist::mean 65.363167
|
||||
system.ruby.IFETCH.miss_latency_hist::gmean 62.729888
|
||||
system.ruby.IFETCH.miss_latency_hist::stdev 30.682702
|
||||
system.ruby.IFETCH.miss_latency_hist | 473 81.41% 81.41% | 99 17.04% 98.45% | 1 0.17% 98.62% | 0 0.00% 98.62% | 4 0.69% 99.31% | 4 0.69% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00%
|
||||
system.ruby.IFETCH.miss_latency_hist::total 581
|
||||
system.ruby.L1Cache.hit_mach_latency_hist::bucket_size 1
|
||||
system.ruby.L1Cache.hit_mach_latency_hist::max_bucket 9
|
||||
|
@ -588,17 +589,17 @@ system.ruby.L1Cache.hit_mach_latency_hist::total 7086
|
|||
system.ruby.L2Cache.hit_mach_latency_hist::bucket_size 2
|
||||
system.ruby.L2Cache.hit_mach_latency_hist::max_bucket 19
|
||||
system.ruby.L2Cache.hit_mach_latency_hist::samples 203
|
||||
system.ruby.L2Cache.hit_mach_latency_hist::mean 13
|
||||
system.ruby.L2Cache.hit_mach_latency_hist::gmean 13.000000
|
||||
system.ruby.L2Cache.hit_mach_latency_hist::mean 12
|
||||
system.ruby.L2Cache.hit_mach_latency_hist::gmean 12.000000
|
||||
system.ruby.L2Cache.hit_mach_latency_hist | 0 0.00% 0.00% | 0 0.00% 0.00% | 0 0.00% 0.00% | 0 0.00% 0.00% | 0 0.00% 0.00% | 0 0.00% 0.00% | 203 100.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00%
|
||||
system.ruby.L2Cache.hit_mach_latency_hist::total 203
|
||||
system.ruby.Directory.miss_mach_latency_hist::bucket_size 64
|
||||
system.ruby.Directory.miss_mach_latency_hist::max_bucket 639
|
||||
system.ruby.Directory.miss_mach_latency_hist::samples 1159
|
||||
system.ruby.Directory.miss_mach_latency_hist::mean 61.166523
|
||||
system.ruby.Directory.miss_mach_latency_hist::gmean 57.757809
|
||||
system.ruby.Directory.miss_mach_latency_hist::stdev 28.525461
|
||||
system.ruby.Directory.miss_mach_latency_hist | 921 79.47% 79.47% | 226 19.50% 98.96% | 0 0.00% 98.96% | 0 0.00% 98.96% | 7 0.60% 99.57% | 5 0.43% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00%
|
||||
system.ruby.Directory.miss_mach_latency_hist::mean 61.015531
|
||||
system.ruby.Directory.miss_mach_latency_hist::gmean 57.685008
|
||||
system.ruby.Directory.miss_mach_latency_hist::stdev 27.944488
|
||||
system.ruby.Directory.miss_mach_latency_hist | 922 79.55% 79.55% | 225 19.41% 98.96% | 1 0.09% 99.05% | 0 0.00% 99.05% | 6 0.52% 99.57% | 5 0.43% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00%
|
||||
system.ruby.Directory.miss_mach_latency_hist::total 1159
|
||||
system.ruby.Directory.miss_latency_hist.issue_to_initial_request::bucket_size 1
|
||||
system.ruby.Directory.miss_latency_hist.issue_to_initial_request::max_bucket 9
|
||||
|
@ -636,16 +637,16 @@ system.ruby.LD.L1Cache.hit_type_mach_latency_hist::total 658
|
|||
system.ruby.LD.L2Cache.hit_type_mach_latency_hist::bucket_size 2
|
||||
system.ruby.LD.L2Cache.hit_type_mach_latency_hist::max_bucket 19
|
||||
system.ruby.LD.L2Cache.hit_type_mach_latency_hist::samples 105
|
||||
system.ruby.LD.L2Cache.hit_type_mach_latency_hist::mean 13
|
||||
system.ruby.LD.L2Cache.hit_type_mach_latency_hist::gmean 13.000000
|
||||
system.ruby.LD.L2Cache.hit_type_mach_latency_hist::mean 12
|
||||
system.ruby.LD.L2Cache.hit_type_mach_latency_hist::gmean 12.000000
|
||||
system.ruby.LD.L2Cache.hit_type_mach_latency_hist | 0 0.00% 0.00% | 0 0.00% 0.00% | 0 0.00% 0.00% | 0 0.00% 0.00% | 0 0.00% 0.00% | 0 0.00% 0.00% | 105 100.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00%
|
||||
system.ruby.LD.L2Cache.hit_type_mach_latency_hist::total 105
|
||||
system.ruby.LD.Directory.miss_type_mach_latency_hist::bucket_size 64
|
||||
system.ruby.LD.Directory.miss_type_mach_latency_hist::max_bucket 639
|
||||
system.ruby.LD.Directory.miss_type_mach_latency_hist::samples 420
|
||||
system.ruby.LD.Directory.miss_type_mach_latency_hist::mean 57.964286
|
||||
system.ruby.LD.Directory.miss_type_mach_latency_hist::gmean 54.017024
|
||||
system.ruby.LD.Directory.miss_type_mach_latency_hist::stdev 26.398202
|
||||
system.ruby.LD.Directory.miss_type_mach_latency_hist::mean 57.942857
|
||||
system.ruby.LD.Directory.miss_type_mach_latency_hist::gmean 53.988115
|
||||
system.ruby.LD.Directory.miss_type_mach_latency_hist::stdev 26.600762
|
||||
system.ruby.LD.Directory.miss_type_mach_latency_hist | 330 78.57% 78.57% | 87 20.71% 99.29% | 0 0.00% 99.29% | 0 0.00% 99.29% | 2 0.48% 99.76% | 1 0.24% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00%
|
||||
system.ruby.LD.Directory.miss_type_mach_latency_hist::total 420
|
||||
system.ruby.ST.L1Cache.hit_type_mach_latency_hist::bucket_size 1
|
||||
|
@ -658,16 +659,16 @@ system.ruby.ST.L1Cache.hit_type_mach_latency_hist::total 674
|
|||
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::bucket_size 2
|
||||
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::max_bucket 19
|
||||
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::samples 33
|
||||
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::mean 13
|
||||
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::gmean 13.000000
|
||||
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::mean 12
|
||||
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::gmean 12.000000
|
||||
system.ruby.ST.L2Cache.hit_type_mach_latency_hist | 0 0.00% 0.00% | 0 0.00% 0.00% | 0 0.00% 0.00% | 0 0.00% 0.00% | 0 0.00% 0.00% | 0 0.00% 0.00% | 33 100.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00%
|
||||
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::total 33
|
||||
system.ruby.ST.Directory.miss_type_mach_latency_hist::bucket_size 16
|
||||
system.ruby.ST.Directory.miss_type_mach_latency_hist::max_bucket 159
|
||||
system.ruby.ST.Directory.miss_type_mach_latency_hist::samples 158
|
||||
system.ruby.ST.Directory.miss_type_mach_latency_hist::mean 53.360759
|
||||
system.ruby.ST.Directory.miss_type_mach_latency_hist::gmean 50.669354
|
||||
system.ruby.ST.Directory.miss_type_mach_latency_hist::stdev 15.502298
|
||||
system.ruby.ST.Directory.miss_type_mach_latency_hist::mean 53.196203
|
||||
system.ruby.ST.Directory.miss_type_mach_latency_hist::gmean 50.539760
|
||||
system.ruby.ST.Directory.miss_type_mach_latency_hist::stdev 15.383612
|
||||
system.ruby.ST.Directory.miss_type_mach_latency_hist | 0 0.00% 0.00% | 41 25.95% 25.95% | 0 0.00% 25.95% | 78 49.37% 75.32% | 35 22.15% 97.47% | 4 2.53% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00%
|
||||
system.ruby.ST.Directory.miss_type_mach_latency_hist::total 158
|
||||
system.ruby.IFETCH.L1Cache.hit_type_mach_latency_hist::bucket_size 1
|
||||
|
@ -680,17 +681,17 @@ system.ruby.IFETCH.L1Cache.hit_type_mach_latency_hist::total 5754
|
|||
system.ruby.IFETCH.L2Cache.hit_type_mach_latency_hist::bucket_size 2
|
||||
system.ruby.IFETCH.L2Cache.hit_type_mach_latency_hist::max_bucket 19
|
||||
system.ruby.IFETCH.L2Cache.hit_type_mach_latency_hist::samples 65
|
||||
system.ruby.IFETCH.L2Cache.hit_type_mach_latency_hist::mean 13
|
||||
system.ruby.IFETCH.L2Cache.hit_type_mach_latency_hist::gmean 13.000000
|
||||
system.ruby.IFETCH.L2Cache.hit_type_mach_latency_hist::mean 12
|
||||
system.ruby.IFETCH.L2Cache.hit_type_mach_latency_hist::gmean 12.000000
|
||||
system.ruby.IFETCH.L2Cache.hit_type_mach_latency_hist | 0 0.00% 0.00% | 0 0.00% 0.00% | 0 0.00% 0.00% | 0 0.00% 0.00% | 0 0.00% 0.00% | 0 0.00% 0.00% | 65 100.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00%
|
||||
system.ruby.IFETCH.L2Cache.hit_type_mach_latency_hist::total 65
|
||||
system.ruby.IFETCH.Directory.miss_type_mach_latency_hist::bucket_size 64
|
||||
system.ruby.IFETCH.Directory.miss_type_mach_latency_hist::max_bucket 639
|
||||
system.ruby.IFETCH.Directory.miss_type_mach_latency_hist::samples 581
|
||||
system.ruby.IFETCH.Directory.miss_type_mach_latency_hist::mean 65.604131
|
||||
system.ruby.IFETCH.Directory.miss_type_mach_latency_hist::gmean 62.819819
|
||||
system.ruby.IFETCH.Directory.miss_type_mach_latency_hist::stdev 31.817772
|
||||
system.ruby.IFETCH.Directory.miss_type_mach_latency_hist | 472 81.24% 81.24% | 100 17.21% 98.45% | 0 0.00% 98.45% | 0 0.00% 98.45% | 5 0.86% 99.31% | 4 0.69% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00%
|
||||
system.ruby.IFETCH.Directory.miss_type_mach_latency_hist::mean 65.363167
|
||||
system.ruby.IFETCH.Directory.miss_type_mach_latency_hist::gmean 62.729888
|
||||
system.ruby.IFETCH.Directory.miss_type_mach_latency_hist::stdev 30.682702
|
||||
system.ruby.IFETCH.Directory.miss_type_mach_latency_hist | 473 81.41% 81.41% | 99 17.04% 98.45% | 1 0.17% 98.62% | 0 0.00% 98.62% | 4 0.69% 99.31% | 4 0.69% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00%
|
||||
system.ruby.IFETCH.Directory.miss_type_mach_latency_hist::total 581
|
||||
system.ruby.Directory_Controller.GETX 185 0.00% 0.00%
|
||||
system.ruby.Directory_Controller.GETS 1020 0.00% 0.00%
|
||||
|
|
|
@ -4,10 +4,10 @@ sim_seconds 0.000044 # Nu
|
|||
sim_ticks 43869 # Number of ticks simulated
|
||||
final_tick 43869 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
|
||||
sim_freq 1000000000 # Frequency of simulated ticks
|
||||
host_inst_rate 63661 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 63637 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 1082971 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 449944 # Number of bytes of host memory used
|
||||
host_inst_rate 59464 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 59448 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 1011716 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 453568 # Number of bytes of host memory used
|
||||
host_seconds 0.04 # Real time elapsed on the host
|
||||
sim_insts 2577 # Number of instructions simulated
|
||||
sim_ops 2577 # Number of ops (including micro ops) simulated
|
||||
|
@ -210,12 +210,12 @@ system.mem_ctrls.wrPerTurnAround::gmean 16.000000 # Wr
|
|||
system.mem_ctrls.wrPerTurnAround::stdev nan # Writes before turning the bus around for reads
|
||||
system.mem_ctrls.wrPerTurnAround::16 1 100.00% 100.00% # Writes before turning the bus around for reads
|
||||
system.mem_ctrls.wrPerTurnAround::total 1 # Writes before turning the bus around for reads
|
||||
system.mem_ctrls.totQLat 2655 # Total ticks spent queuing
|
||||
system.mem_ctrls.totMemAccLat 9780 # Total ticks spent from burst creation until serviced by the DRAM
|
||||
system.mem_ctrls.totQLat 2657 # Total ticks spent queuing
|
||||
system.mem_ctrls.totMemAccLat 9782 # Total ticks spent from burst creation until serviced by the DRAM
|
||||
system.mem_ctrls.totBusLat 1875 # Total ticks spent in databus transfers
|
||||
system.mem_ctrls.avgQLat 7.08 # Average queueing delay per DRAM burst
|
||||
system.mem_ctrls.avgQLat 7.09 # Average queueing delay per DRAM burst
|
||||
system.mem_ctrls.avgBusLat 5.00 # Average bus latency per DRAM burst
|
||||
system.mem_ctrls.avgMemAccLat 26.08 # Average memory access latency per DRAM burst
|
||||
system.mem_ctrls.avgMemAccLat 26.09 # Average memory access latency per DRAM burst
|
||||
system.mem_ctrls.avgRdBW 547.08 # Average DRAM read bandwidth in MiByte/s
|
||||
system.mem_ctrls.avgWrBW 23.34 # Average achieved write bandwidth in MiByte/s
|
||||
system.mem_ctrls.avgRdBWSys 653.58 # Average system read bandwidth in MiByte/s
|
||||
|
@ -364,8 +364,8 @@ system.ruby.latency_hist::bucket_size 64
|
|||
system.ruby.latency_hist::max_bucket 639
|
||||
system.ruby.latency_hist::samples 3294
|
||||
system.ruby.latency_hist::mean 12.317851
|
||||
system.ruby.latency_hist::gmean 3.428807
|
||||
system.ruby.latency_hist::stdev 27.092783
|
||||
system.ruby.latency_hist::gmean 3.428799
|
||||
system.ruby.latency_hist::stdev 27.095383
|
||||
system.ruby.latency_hist | 2919 88.62% 88.62% | 368 11.17% 99.79% | 2 0.06% 99.85% | 1 0.03% 99.88% | 1 0.03% 99.91% | 3 0.09% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00%
|
||||
system.ruby.latency_hist::total 3294
|
||||
system.ruby.hit_latency_hist::bucket_size 4
|
||||
|
@ -380,8 +380,8 @@ system.ruby.miss_latency_hist::bucket_size 64
|
|||
system.ruby.miss_latency_hist::max_bucket 639
|
||||
system.ruby.miss_latency_hist::samples 448
|
||||
system.ruby.miss_latency_hist::mean 74.341518
|
||||
system.ruby.miss_latency_hist::gmean 71.176280
|
||||
system.ruby.miss_latency_hist::stdev 29.447133
|
||||
system.ruby.miss_latency_hist::gmean 71.175015
|
||||
system.ruby.miss_latency_hist::stdev 29.464753
|
||||
system.ruby.miss_latency_hist | 73 16.29% 16.29% | 368 82.14% 98.44% | 2 0.45% 98.88% | 1 0.22% 99.11% | 1 0.22% 99.33% | 3 0.67% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00%
|
||||
system.ruby.miss_latency_hist::total 448
|
||||
system.ruby.Directory.incomplete_times 447
|
||||
|
@ -537,10 +537,10 @@ system.ruby.network.routers3.throttle2.msg_bytes.Persistent_Control::3
|
|||
system.ruby.LD.latency_hist::bucket_size 16
|
||||
system.ruby.LD.latency_hist::max_bucket 159
|
||||
system.ruby.LD.latency_hist::samples 415
|
||||
system.ruby.LD.latency_hist::mean 27.573494
|
||||
system.ruby.LD.latency_hist::gmean 8.538591
|
||||
system.ruby.LD.latency_hist::stdev 33.296048
|
||||
system.ruby.LD.latency_hist | 233 56.14% 56.14% | 33 7.95% 64.10% | 48 11.57% 75.66% | 2 0.48% 76.14% | 67 16.14% 92.29% | 19 4.58% 96.87% | 10 2.41% 99.28% | 1 0.24% 99.52% | 1 0.24% 99.76% | 1 0.24% 100.00%
|
||||
system.ruby.LD.latency_hist::mean 27.568675
|
||||
system.ruby.LD.latency_hist::gmean 8.538256
|
||||
system.ruby.LD.latency_hist::stdev 33.282054
|
||||
system.ruby.LD.latency_hist | 233 56.14% 56.14% | 33 7.95% 64.10% | 48 11.57% 75.66% | 2 0.48% 76.14% | 67 16.14% 92.29% | 19 4.58% 96.87% | 11 2.65% 99.52% | 0 0.00% 99.52% | 1 0.24% 99.76% | 1 0.24% 100.00%
|
||||
system.ruby.LD.latency_hist::total 415
|
||||
system.ruby.LD.hit_latency_hist::bucket_size 4
|
||||
system.ruby.LD.hit_latency_hist::max_bucket 39
|
||||
|
@ -553,10 +553,10 @@ system.ruby.LD.hit_latency_hist::total 266
|
|||
system.ruby.LD.miss_latency_hist::bucket_size 16
|
||||
system.ruby.LD.miss_latency_hist::max_bucket 159
|
||||
system.ruby.LD.miss_latency_hist::samples 149
|
||||
system.ruby.LD.miss_latency_hist::mean 68.174497
|
||||
system.ruby.LD.miss_latency_hist::gmean 65.240145
|
||||
system.ruby.LD.miss_latency_hist::stdev 20.253038
|
||||
system.ruby.LD.miss_latency_hist | 0 0.00% 0.00% | 0 0.00% 0.00% | 48 32.21% 32.21% | 2 1.34% 33.56% | 67 44.97% 78.52% | 19 12.75% 91.28% | 10 6.71% 97.99% | 1 0.67% 98.66% | 1 0.67% 99.33% | 1 0.67% 100.00%
|
||||
system.ruby.LD.miss_latency_hist::mean 68.161074
|
||||
system.ruby.LD.miss_latency_hist::gmean 65.233010
|
||||
system.ruby.LD.miss_latency_hist::stdev 20.215751
|
||||
system.ruby.LD.miss_latency_hist | 0 0.00% 0.00% | 0 0.00% 0.00% | 48 32.21% 32.21% | 2 1.34% 33.56% | 67 44.97% 78.52% | 19 12.75% 91.28% | 11 7.38% 98.66% | 0 0.00% 98.66% | 1 0.67% 99.33% | 1 0.67% 100.00%
|
||||
system.ruby.LD.miss_latency_hist::total 149
|
||||
system.ruby.ST.latency_hist::bucket_size 16
|
||||
system.ruby.ST.latency_hist::max_bucket 159
|
||||
|
@ -585,9 +585,9 @@ system.ruby.ST.miss_latency_hist::total 52
|
|||
system.ruby.IFETCH.latency_hist::bucket_size 64
|
||||
system.ruby.IFETCH.latency_hist::max_bucket 639
|
||||
system.ruby.IFETCH.latency_hist::samples 2585
|
||||
system.ruby.IFETCH.latency_hist::mean 9.716441
|
||||
system.ruby.IFETCH.latency_hist::gmean 2.901884
|
||||
system.ruby.IFETCH.latency_hist::stdev 25.462800
|
||||
system.ruby.IFETCH.latency_hist::mean 9.717215
|
||||
system.ruby.IFETCH.latency_hist::gmean 2.901893
|
||||
system.ruby.IFETCH.latency_hist::stdev 25.469799
|
||||
system.ruby.IFETCH.latency_hist | 2338 90.44% 90.44% | 242 9.36% 99.81% | 0 0.00% 99.81% | 1 0.04% 99.85% | 1 0.04% 99.88% | 3 0.12% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00%
|
||||
system.ruby.IFETCH.latency_hist::total 2585
|
||||
system.ruby.IFETCH.hit_latency_hist::bucket_size 4
|
||||
|
@ -601,9 +601,9 @@ system.ruby.IFETCH.hit_latency_hist::total 2338
|
|||
system.ruby.IFETCH.miss_latency_hist::bucket_size 64
|
||||
system.ruby.IFETCH.miss_latency_hist::max_bucket 639
|
||||
system.ruby.IFETCH.miss_latency_hist::samples 247
|
||||
system.ruby.IFETCH.miss_latency_hist::mean 80.615385
|
||||
system.ruby.IFETCH.miss_latency_hist::gmean 77.741160
|
||||
system.ruby.IFETCH.miss_latency_hist::stdev 34.366891
|
||||
system.ruby.IFETCH.miss_latency_hist::mean 80.623482
|
||||
system.ruby.IFETCH.miss_latency_hist::gmean 77.743783
|
||||
system.ruby.IFETCH.miss_latency_hist::stdev 34.404574
|
||||
system.ruby.IFETCH.miss_latency_hist | 0 0.00% 0.00% | 242 97.98% 97.98% | 0 0.00% 97.98% | 1 0.40% 98.38% | 1 0.40% 98.79% | 3 1.21% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00%
|
||||
system.ruby.IFETCH.miss_latency_hist::total 247
|
||||
system.ruby.L1Cache.hit_mach_latency_hist::bucket_size 1
|
||||
|
@ -625,8 +625,8 @@ system.ruby.Directory.miss_mach_latency_hist::bucket_size 64
|
|||
system.ruby.Directory.miss_mach_latency_hist::max_bucket 639
|
||||
system.ruby.Directory.miss_mach_latency_hist::samples 448
|
||||
system.ruby.Directory.miss_mach_latency_hist::mean 74.341518
|
||||
system.ruby.Directory.miss_mach_latency_hist::gmean 71.176280
|
||||
system.ruby.Directory.miss_mach_latency_hist::stdev 29.447133
|
||||
system.ruby.Directory.miss_mach_latency_hist::gmean 71.175015
|
||||
system.ruby.Directory.miss_mach_latency_hist::stdev 29.464753
|
||||
system.ruby.Directory.miss_mach_latency_hist | 73 16.29% 16.29% | 368 82.14% 98.44% | 2 0.45% 98.88% | 1 0.22% 99.11% | 1 0.22% 99.33% | 3 0.67% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00%
|
||||
system.ruby.Directory.miss_mach_latency_hist::total 448
|
||||
system.ruby.Directory.miss_latency_hist.issue_to_initial_request::bucket_size 1
|
||||
|
@ -673,10 +673,10 @@ system.ruby.LD.L2Cache.hit_type_mach_latency_hist::total 33
|
|||
system.ruby.LD.Directory.miss_type_mach_latency_hist::bucket_size 16
|
||||
system.ruby.LD.Directory.miss_type_mach_latency_hist::max_bucket 159
|
||||
system.ruby.LD.Directory.miss_type_mach_latency_hist::samples 149
|
||||
system.ruby.LD.Directory.miss_type_mach_latency_hist::mean 68.174497
|
||||
system.ruby.LD.Directory.miss_type_mach_latency_hist::gmean 65.240145
|
||||
system.ruby.LD.Directory.miss_type_mach_latency_hist::stdev 20.253038
|
||||
system.ruby.LD.Directory.miss_type_mach_latency_hist | 0 0.00% 0.00% | 0 0.00% 0.00% | 48 32.21% 32.21% | 2 1.34% 33.56% | 67 44.97% 78.52% | 19 12.75% 91.28% | 10 6.71% 97.99% | 1 0.67% 98.66% | 1 0.67% 99.33% | 1 0.67% 100.00%
|
||||
system.ruby.LD.Directory.miss_type_mach_latency_hist::mean 68.161074
|
||||
system.ruby.LD.Directory.miss_type_mach_latency_hist::gmean 65.233010
|
||||
system.ruby.LD.Directory.miss_type_mach_latency_hist::stdev 20.215751
|
||||
system.ruby.LD.Directory.miss_type_mach_latency_hist | 0 0.00% 0.00% | 0 0.00% 0.00% | 48 32.21% 32.21% | 2 1.34% 33.56% | 67 44.97% 78.52% | 19 12.75% 91.28% | 11 7.38% 98.66% | 0 0.00% 98.66% | 1 0.67% 99.33% | 1 0.67% 100.00%
|
||||
system.ruby.LD.Directory.miss_type_mach_latency_hist::total 149
|
||||
system.ruby.ST.L1Cache.hit_type_mach_latency_hist::bucket_size 1
|
||||
system.ruby.ST.L1Cache.hit_type_mach_latency_hist::max_bucket 9
|
||||
|
@ -718,9 +718,9 @@ system.ruby.IFETCH.L2Cache.hit_type_mach_latency_hist::total 23
|
|||
system.ruby.IFETCH.Directory.miss_type_mach_latency_hist::bucket_size 64
|
||||
system.ruby.IFETCH.Directory.miss_type_mach_latency_hist::max_bucket 639
|
||||
system.ruby.IFETCH.Directory.miss_type_mach_latency_hist::samples 247
|
||||
system.ruby.IFETCH.Directory.miss_type_mach_latency_hist::mean 80.615385
|
||||
system.ruby.IFETCH.Directory.miss_type_mach_latency_hist::gmean 77.741160
|
||||
system.ruby.IFETCH.Directory.miss_type_mach_latency_hist::stdev 34.366891
|
||||
system.ruby.IFETCH.Directory.miss_type_mach_latency_hist::mean 80.623482
|
||||
system.ruby.IFETCH.Directory.miss_type_mach_latency_hist::gmean 77.743783
|
||||
system.ruby.IFETCH.Directory.miss_type_mach_latency_hist::stdev 34.404574
|
||||
system.ruby.IFETCH.Directory.miss_type_mach_latency_hist | 0 0.00% 0.00% | 242 97.98% 97.98% | 0 0.00% 97.98% | 1 0.40% 98.38% | 1 0.40% 98.79% | 3 1.21% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00%
|
||||
system.ruby.IFETCH.Directory.miss_type_mach_latency_hist::total 247
|
||||
system.ruby.Directory_Controller.GETX 61 0.00% 0.00%
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
|
||||
---------- Begin Simulation Statistics ----------
|
||||
sim_seconds 0.000036 # Number of seconds simulated
|
||||
sim_ticks 36255 # Number of ticks simulated
|
||||
final_tick 36255 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
|
||||
sim_ticks 36238 # Number of ticks simulated
|
||||
final_tick 36238 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
|
||||
sim_freq 1000000000 # Frequency of simulated ticks
|
||||
host_inst_rate 60442 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 60421 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 849780 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 449324 # Number of bytes of host memory used
|
||||
host_inst_rate 67399 # Simulator instruction rate (inst/s)
|
||||
host_op_rate 67374 # Simulator op (including micro ops) rate (op/s)
|
||||
host_tick_rate 947126 # Simulator tick rate (ticks/s)
|
||||
host_mem_usage 452704 # Number of bytes of host memory used
|
||||
host_seconds 0.04 # Real time elapsed on the host
|
||||
sim_insts 2577 # Number of instructions simulated
|
||||
sim_ops 2577 # Number of ops (including micro ops) simulated
|
||||
|
@ -21,12 +21,12 @@ system.mem_ctrls.num_reads::ruby.dir_cntrl0 441 #
|
|||
system.mem_ctrls.num_reads::total 441 # Number of read requests responded to by this memory
|
||||
system.mem_ctrls.num_writes::ruby.dir_cntrl0 81 # Number of write requests responded to by this memory
|
||||
system.mem_ctrls.num_writes::total 81 # Number of write requests responded to by this memory
|
||||
system.mem_ctrls.bw_read::ruby.dir_cntrl0 778485726 # Total read bandwidth from this memory (bytes/s)
|
||||
system.mem_ctrls.bw_read::total 778485726 # Total read bandwidth from this memory (bytes/s)
|
||||
system.mem_ctrls.bw_write::ruby.dir_cntrl0 142987174 # Write bandwidth from this memory (bytes/s)
|
||||
system.mem_ctrls.bw_write::total 142987174 # Write bandwidth from this memory (bytes/s)
|
||||
system.mem_ctrls.bw_total::ruby.dir_cntrl0 921472900 # Total bandwidth to/from this memory (bytes/s)
|
||||
system.mem_ctrls.bw_total::total 921472900 # Total bandwidth to/from this memory (bytes/s)
|
||||
system.mem_ctrls.bw_read::ruby.dir_cntrl0 778850930 # Total read bandwidth from this memory (bytes/s)
|
||||
system.mem_ctrls.bw_read::total 778850930 # Total read bandwidth from this memory (bytes/s)
|
||||
system.mem_ctrls.bw_write::ruby.dir_cntrl0 143054252 # Write bandwidth from this memory (bytes/s)
|
||||
system.mem_ctrls.bw_write::total 143054252 # Write bandwidth from this memory (bytes/s)
|
||||
system.mem_ctrls.bw_total::ruby.dir_cntrl0 921905182 # Total bandwidth to/from this memory (bytes/s)
|
||||
system.mem_ctrls.bw_total::total 921905182 # Total bandwidth to/from this memory (bytes/s)
|
||||
system.mem_ctrls.readReqs 441 # Number of read requests accepted
|
||||
system.mem_ctrls.writeReqs 81 # Number of write requests accepted
|
||||
system.mem_ctrls.readBursts 441 # Number of DRAM read bursts, including those serviced by the write queue
|
||||
|
@ -73,7 +73,7 @@ system.mem_ctrls.perBankWrBursts::14 0 # Pe
|
|||
system.mem_ctrls.perBankWrBursts::15 1 # Per bank write bursts
|
||||
system.mem_ctrls.numRdRetry 0 # Number of times read queue was full causing retry
|
||||
system.mem_ctrls.numWrRetry 0 # Number of times write queue was full causing retry
|
||||
system.mem_ctrls.totGap 36187 # Total gap between requests
|
||||
system.mem_ctrls.totGap 36170 # Total gap between requests
|
||||
system.mem_ctrls.readPktSize::0 0 # Read request sizes (log2)
|
||||
system.mem_ctrls.readPktSize::1 0 # Read request sizes (log2)
|
||||
system.mem_ctrls.readPktSize::2 0 # Read request sizes (log2)
|
||||
|
@ -210,16 +210,16 @@ system.mem_ctrls.wrPerTurnAround::gmean 16.000000 # Wr
|
|||
system.mem_ctrls.wrPerTurnAround::stdev nan # Writes before turning the bus around for reads
|
||||
system.mem_ctrls.wrPerTurnAround::16 1 100.00% 100.00% # Writes before turning the bus around for reads
|
||||
system.mem_ctrls.wrPerTurnAround::total 1 # Writes before turning the bus around for reads
|
||||
system.mem_ctrls.totQLat 2306 # Total ticks spent queuing
|
||||
system.mem_ctrls.totMemAccLat 9431 # Total ticks spent from burst creation until serviced by the DRAM
|
||||
system.mem_ctrls.totQLat 2372 # Total ticks spent queuing
|
||||
system.mem_ctrls.totMemAccLat 9497 # Total ticks spent from burst creation until serviced by the DRAM
|
||||
system.mem_ctrls.totBusLat 1875 # Total ticks spent in databus transfers
|
||||
system.mem_ctrls.avgQLat 6.15 # Average queueing delay per DRAM burst
|
||||
system.mem_ctrls.avgQLat 6.33 # Average queueing delay per DRAM burst
|
||||
system.mem_ctrls.avgBusLat 5.00 # Average bus latency per DRAM burst
|
||||
system.mem_ctrls.avgMemAccLat 25.15 # Average memory access latency per DRAM burst
|
||||
system.mem_ctrls.avgRdBW 661.98 # Average DRAM read bandwidth in MiByte/s
|
||||
system.mem_ctrls.avgWrBW 28.24 # Average achieved write bandwidth in MiByte/s
|
||||
system.mem_ctrls.avgRdBWSys 778.49 # Average system read bandwidth in MiByte/s
|
||||
system.mem_ctrls.avgWrBWSys 142.99 # Average system write bandwidth in MiByte/s
|
||||
system.mem_ctrls.avgMemAccLat 25.33 # Average memory access latency per DRAM burst
|
||||
system.mem_ctrls.avgRdBW 662.29 # Average DRAM read bandwidth in MiByte/s
|
||||
system.mem_ctrls.avgWrBW 28.26 # Average achieved write bandwidth in MiByte/s
|
||||
system.mem_ctrls.avgRdBWSys 778.85 # Average system read bandwidth in MiByte/s
|
||||
system.mem_ctrls.avgWrBWSys 143.05 # Average system write bandwidth in MiByte/s
|
||||
system.mem_ctrls.peakBW 12800.00 # Theoretical peak bandwidth in MiByte/s
|
||||
system.mem_ctrls.busUtil 5.39 # Data bus utilization in percentage
|
||||
system.mem_ctrls.busUtilRead 5.17 # Data bus utilization in percentage for reads
|
||||
|
@ -230,21 +230,21 @@ system.mem_ctrls.readRowHits 301 # Nu
|
|||
system.mem_ctrls.writeRowHits 15 # Number of row buffer hits during writes
|
||||
system.mem_ctrls.readRowHitRate 80.27 # Row buffer hit rate for reads
|
||||
system.mem_ctrls.writeRowHitRate 32.61 # Row buffer hit rate for writes
|
||||
system.mem_ctrls.avgGap 69.32 # Average gap between requests
|
||||
system.mem_ctrls.avgGap 69.29 # Average gap between requests
|
||||
system.mem_ctrls.pageHitRate 75.06 # Row buffer hit rate, read and write combined
|
||||
system.mem_ctrls_0.actEnergy 143640 # Energy for activate commands per rank (pJ)
|
||||
system.mem_ctrls_0.preEnergy 79800 # Energy for precharge commands per rank (pJ)
|
||||
system.mem_ctrls_0.readEnergy 1634880 # Energy for read commands per rank (pJ)
|
||||
system.mem_ctrls_0.writeEnergy 0 # Energy for write commands per rank (pJ)
|
||||
system.mem_ctrls_0.refreshEnergy 2034240 # Energy for refresh commands per rank (pJ)
|
||||
system.mem_ctrls_0.actBackEnergy 20833956 # Energy for active background per rank (pJ)
|
||||
system.mem_ctrls_0.preBackEnergy 567000 # Energy for precharge background per rank (pJ)
|
||||
system.mem_ctrls_0.totalEnergy 25293516 # Total energy per rank (pJ)
|
||||
system.mem_ctrls_0.averagePower 805.423386 # Core power per rank (mW)
|
||||
system.mem_ctrls_0.memoryStateTime::IDLE 847 # Time in different power states
|
||||
system.mem_ctrls_0.actBackEnergy 20835324 # Energy for active background per rank (pJ)
|
||||
system.mem_ctrls_0.preBackEnergy 565800 # Energy for precharge background per rank (pJ)
|
||||
system.mem_ctrls_0.totalEnergy 25293684 # Total energy per rank (pJ)
|
||||
system.mem_ctrls_0.averagePower 805.428735 # Core power per rank (mW)
|
||||
system.mem_ctrls_0.memoryStateTime::IDLE 845 # Time in different power states
|
||||
system.mem_ctrls_0.memoryStateTime::REF 1040 # Time in different power states
|
||||
system.mem_ctrls_0.memoryStateTime::PRE_PDN 0 # Time in different power states
|
||||
system.mem_ctrls_0.memoryStateTime::ACT 29531 # Time in different power states
|
||||
system.mem_ctrls_0.memoryStateTime::ACT 29533 # Time in different power states
|
||||
system.mem_ctrls_0.memoryStateTime::ACT_PDN 0 # Time in different power states
|
||||
system.mem_ctrls_1.actEnergy 309960 # Energy for activate commands per rank (pJ)
|
||||
system.mem_ctrls_1.preEnergy 172200 # Energy for precharge commands per rank (pJ)
|
||||
|
@ -255,7 +255,7 @@ system.mem_ctrls_1.actBackEnergy 21069936 # En
|
|||
system.mem_ctrls_1.preBackEnergy 360000 # Energy for precharge background per rank (pJ)
|
||||
system.mem_ctrls_1.totalEnergy 26558304 # Total energy per rank (pJ)
|
||||
system.mem_ctrls_1.averagePower 845.698128 # Core power per rank (mW)
|
||||
system.mem_ctrls_1.memoryStateTime::IDLE 1450 # Time in different power states
|
||||
system.mem_ctrls_1.memoryStateTime::IDLE 1449 # Time in different power states
|
||||
system.mem_ctrls_1.memoryStateTime::REF 1040 # Time in different power states
|
||||
system.mem_ctrls_1.memoryStateTime::PRE_PDN 0 # Time in different power states
|
||||
system.mem_ctrls_1.memoryStateTime::ACT 29876 # Time in different power states
|
||||
|
@ -294,7 +294,7 @@ system.cpu.itb.data_misses 0 # DT
|
|||
system.cpu.itb.data_acv 0 # DTB access violations
|
||||
system.cpu.itb.data_accesses 0 # DTB accesses
|
||||
system.cpu.workload.num_syscalls 4 # Number of system calls
|
||||
system.cpu.numCycles 36255 # number of cpu cycles simulated
|
||||
system.cpu.numCycles 36238 # number of cpu cycles simulated
|
||||
system.cpu.numWorkItemsStarted 0 # number of work items this cpu started
|
||||
system.cpu.numWorkItemsCompleted 0 # number of work items this cpu completed
|
||||
system.cpu.committedInsts 2577 # Number of instructions committed
|
||||
|
@ -313,7 +313,7 @@ system.cpu.num_mem_refs 717 # nu
|
|||
system.cpu.num_load_insts 419 # Number of load instructions
|
||||
system.cpu.num_store_insts 298 # Number of store instructions
|
||||
system.cpu.num_idle_cycles 0 # Number of idle cycles
|
||||
system.cpu.num_busy_cycles 36255 # Number of busy cycles
|
||||
system.cpu.num_busy_cycles 36238 # Number of busy cycles
|
||||
system.cpu.not_idle_fraction 1 # Percentage of non-idle cycles
|
||||
system.cpu.idle_fraction 0 # Percentage of idle cycles
|
||||
system.cpu.Branches 396 # Number of branches fetched
|
||||
|
@ -360,29 +360,29 @@ system.ruby.outstanding_req_hist::mean 1
|
|||
system.ruby.outstanding_req_hist::gmean 1
|
||||
system.ruby.outstanding_req_hist | 0 0.00% 0.00% | 3295 100.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00%
|
||||
system.ruby.outstanding_req_hist::total 3295
|
||||
system.ruby.latency_hist::bucket_size 32
|
||||
system.ruby.latency_hist::max_bucket 319
|
||||
system.ruby.latency_hist::bucket_size 64
|
||||
system.ruby.latency_hist::max_bucket 639
|
||||
system.ruby.latency_hist::samples 3294
|
||||
system.ruby.latency_hist::mean 10.006375
|
||||
system.ruby.latency_hist::gmean 3.254924
|
||||
system.ruby.latency_hist::stdev 22.032392
|
||||
system.ruby.latency_hist | 2912 88.40% 88.40% | 290 8.80% 97.21% | 87 2.64% 99.85% | 1 0.03% 99.88% | 0 0.00% 99.88% | 0 0.00% 99.88% | 0 0.00% 99.88% | 0 0.00% 99.88% | 1 0.03% 99.91% | 3 0.09% 100.00%
|
||||
system.ruby.latency_hist::mean 10.001214
|
||||
system.ruby.latency_hist::gmean 3.249510
|
||||
system.ruby.latency_hist::stdev 22.284852
|
||||
system.ruby.latency_hist | 3202 97.21% 97.21% | 88 2.67% 99.88% | 0 0.00% 99.88% | 0 0.00% 99.88% | 3 0.09% 99.97% | 1 0.03% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00%
|
||||
system.ruby.latency_hist::total 3294
|
||||
system.ruby.hit_latency_hist::bucket_size 2
|
||||
system.ruby.hit_latency_hist::max_bucket 19
|
||||
system.ruby.hit_latency_hist::samples 2853
|
||||
system.ruby.hit_latency_hist::mean 2.266036
|
||||
system.ruby.hit_latency_hist::gmean 2.092620
|
||||
system.ruby.hit_latency_hist::stdev 1.690154
|
||||
system.ruby.hit_latency_hist::mean 2.241851
|
||||
system.ruby.hit_latency_hist::gmean 2.088573
|
||||
system.ruby.hit_latency_hist::stdev 1.536503
|
||||
system.ruby.hit_latency_hist | 0 0.00% 0.00% | 2784 97.58% 97.58% | 0 0.00% 97.58% | 0 0.00% 97.58% | 0 0.00% 97.58% | 0 0.00% 97.58% | 69 2.42% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00%
|
||||
system.ruby.hit_latency_hist::total 2853
|
||||
system.ruby.miss_latency_hist::bucket_size 32
|
||||
system.ruby.miss_latency_hist::max_bucket 319
|
||||
system.ruby.miss_latency_hist::bucket_size 64
|
||||
system.ruby.miss_latency_hist::max_bucket 639
|
||||
system.ruby.miss_latency_hist::samples 441
|
||||
system.ruby.miss_latency_hist::mean 60.081633
|
||||
system.ruby.miss_latency_hist::gmean 56.714803
|
||||
system.ruby.miss_latency_hist::stdev 26.697338
|
||||
system.ruby.miss_latency_hist | 59 13.38% 13.38% | 290 65.76% 79.14% | 87 19.73% 98.87% | 1 0.23% 99.09% | 0 0.00% 99.09% | 0 0.00% 99.09% | 0 0.00% 99.09% | 0 0.00% 99.09% | 1 0.23% 99.32% | 3 0.68% 100.00%
|
||||
system.ruby.miss_latency_hist::mean 60.199546
|
||||
system.ruby.miss_latency_hist::gmean 56.719819
|
||||
system.ruby.miss_latency_hist::stdev 28.025250
|
||||
system.ruby.miss_latency_hist | 349 79.14% 79.14% | 88 19.95% 99.09% | 0 0.00% 99.09% | 0 0.00% 99.09% | 3 0.68% 99.77% | 1 0.23% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00%
|
||||
system.ruby.miss_latency_hist::total 441
|
||||
system.ruby.Directory.incomplete_times 440
|
||||
system.ruby.dir_cntrl0.probeFilter.demand_hits 0 # Number of cache demand hits
|
||||
|
@ -397,8 +397,9 @@ system.ruby.l1_cntrl0.L1Icache.demand_accesses 2585
|
|||
system.ruby.l1_cntrl0.L2cache.demand_hits 69 # Number of cache demand hits
|
||||
system.ruby.l1_cntrl0.L2cache.demand_misses 441 # Number of cache demand misses
|
||||
system.ruby.l1_cntrl0.L2cache.demand_accesses 510 # Number of cache demand accesses
|
||||
system.ruby.l1_cntrl0.fully_busy_cycles 11 # cycles for which number of transistions == max transitions
|
||||
system.ruby.memctrl_clk_domain.clock 3 # Clock period in ticks
|
||||
system.ruby.network.routers0.percent_links_utilized 4.670390
|
||||
system.ruby.network.routers0.percent_links_utilized 4.672581
|
||||
system.ruby.network.routers0.msg_count.Request_Control::2 441
|
||||
system.ruby.network.routers0.msg_count.Response_Data::4 441
|
||||
system.ruby.network.routers0.msg_count.Writeback_Data::5 81
|
||||
|
@ -413,7 +414,7 @@ system.ruby.network.routers0.msg_bytes.Writeback_Control::2 3400
|
|||
system.ruby.network.routers0.msg_bytes.Writeback_Control::3 3400
|
||||
system.ruby.network.routers0.msg_bytes.Writeback_Control::5 2752
|
||||
system.ruby.network.routers0.msg_bytes.Unblock_Control::5 3520
|
||||
system.ruby.network.routers1.percent_links_utilized 4.670390
|
||||
system.ruby.network.routers1.percent_links_utilized 4.672581
|
||||
system.ruby.network.routers1.msg_count.Request_Control::2 441
|
||||
system.ruby.network.routers1.msg_count.Response_Data::4 441
|
||||
system.ruby.network.routers1.msg_count.Writeback_Data::5 81
|
||||
|
@ -428,7 +429,7 @@ system.ruby.network.routers1.msg_bytes.Writeback_Control::2 3400
|
|||
system.ruby.network.routers1.msg_bytes.Writeback_Control::3 3400
|
||||
system.ruby.network.routers1.msg_bytes.Writeback_Control::5 2752
|
||||
system.ruby.network.routers1.msg_bytes.Unblock_Control::5 3520
|
||||
system.ruby.network.routers2.percent_links_utilized 4.670390
|
||||
system.ruby.network.routers2.percent_links_utilized 4.672581
|
||||
system.ruby.network.routers2.msg_count.Request_Control::2 441
|
||||
system.ruby.network.routers2.msg_count.Response_Data::4 441
|
||||
system.ruby.network.routers2.msg_count.Writeback_Data::5 81
|
||||
|
@ -453,12 +454,12 @@ system.ruby.network.msg_byte.Response_Data 95256
|
|||
system.ruby.network.msg_byte.Writeback_Data 17496
|
||||
system.ruby.network.msg_byte.Writeback_Control 28656
|
||||
system.ruby.network.msg_byte.Unblock_Control 10560
|
||||
system.ruby.network.routers0.throttle0.link_utilization 6.059854
|
||||
system.ruby.network.routers0.throttle0.link_utilization 6.062697
|
||||
system.ruby.network.routers0.throttle0.msg_count.Response_Data::4 441
|
||||
system.ruby.network.routers0.throttle0.msg_count.Writeback_Control::3 425
|
||||
system.ruby.network.routers0.throttle0.msg_bytes.Response_Data::4 31752
|
||||
system.ruby.network.routers0.throttle0.msg_bytes.Writeback_Control::3 3400
|
||||
system.ruby.network.routers0.throttle1.link_utilization 3.280927
|
||||
system.ruby.network.routers0.throttle1.link_utilization 3.282466
|
||||
system.ruby.network.routers0.throttle1.msg_count.Request_Control::2 441
|
||||
system.ruby.network.routers0.throttle1.msg_count.Writeback_Data::5 81
|
||||
system.ruby.network.routers0.throttle1.msg_count.Writeback_Control::2 425
|
||||
|
@ -469,7 +470,7 @@ system.ruby.network.routers0.throttle1.msg_bytes.Writeback_Data::5 5832
|
|||
system.ruby.network.routers0.throttle1.msg_bytes.Writeback_Control::2 3400
|
||||
system.ruby.network.routers0.throttle1.msg_bytes.Writeback_Control::5 2752
|
||||
system.ruby.network.routers0.throttle1.msg_bytes.Unblock_Control::5 3520
|
||||
system.ruby.network.routers1.throttle0.link_utilization 3.280927
|
||||
system.ruby.network.routers1.throttle0.link_utilization 3.282466
|
||||
system.ruby.network.routers1.throttle0.msg_count.Request_Control::2 441
|
||||
system.ruby.network.routers1.throttle0.msg_count.Writeback_Data::5 81
|
||||
system.ruby.network.routers1.throttle0.msg_count.Writeback_Control::2 425
|
||||
|
@ -480,17 +481,17 @@ system.ruby.network.routers1.throttle0.msg_bytes.Writeback_Data::5 5832
|
|||
system.ruby.network.routers1.throttle0.msg_bytes.Writeback_Control::2 3400
|
||||
system.ruby.network.routers1.throttle0.msg_bytes.Writeback_Control::5 2752
|
||||
system.ruby.network.routers1.throttle0.msg_bytes.Unblock_Control::5 3520
|
||||
system.ruby.network.routers1.throttle1.link_utilization 6.059854
|
||||
system.ruby.network.routers1.throttle1.link_utilization 6.062697
|
||||
system.ruby.network.routers1.throttle1.msg_count.Response_Data::4 441
|
||||
system.ruby.network.routers1.throttle1.msg_count.Writeback_Control::3 425
|
||||
system.ruby.network.routers1.throttle1.msg_bytes.Response_Data::4 31752
|
||||
system.ruby.network.routers1.throttle1.msg_bytes.Writeback_Control::3 3400
|
||||
system.ruby.network.routers2.throttle0.link_utilization 6.059854
|
||||
system.ruby.network.routers2.throttle0.link_utilization 6.062697
|
||||
system.ruby.network.routers2.throttle0.msg_count.Response_Data::4 441
|
||||
system.ruby.network.routers2.throttle0.msg_count.Writeback_Control::3 425
|
||||
system.ruby.network.routers2.throttle0.msg_bytes.Response_Data::4 31752
|
||||
system.ruby.network.routers2.throttle0.msg_bytes.Writeback_Control::3 3400
|
||||
system.ruby.network.routers2.throttle1.link_utilization 3.280927
|
||||
system.ruby.network.routers2.throttle1.link_utilization 3.282466
|
||||
system.ruby.network.routers2.throttle1.msg_count.Request_Control::2 441
|
||||
system.ruby.network.routers2.throttle1.msg_count.Writeback_Data::5 81
|
||||
system.ruby.network.routers2.throttle1.msg_count.Writeback_Control::2 425
|
||||
|
@ -504,74 +505,74 @@ system.ruby.network.routers2.throttle1.msg_bytes.Unblock_Control::5 3520
|
|||
system.ruby.LD.latency_hist::bucket_size 32
|
||||
system.ruby.LD.latency_hist::max_bucket 319
|
||||
system.ruby.LD.latency_hist::samples 415
|
||||
system.ruby.LD.latency_hist::mean 22.096386
|
||||
system.ruby.LD.latency_hist::gmean 7.349549
|
||||
system.ruby.LD.latency_hist::stdev 32.133859
|
||||
system.ruby.LD.latency_hist | 313 75.42% 75.42% | 69 16.63% 92.05% | 31 7.47% 99.52% | 0 0.00% 99.52% | 0 0.00% 99.52% | 0 0.00% 99.52% | 0 0.00% 99.52% | 0 0.00% 99.52% | 1 0.24% 99.76% | 1 0.24% 100.00%
|
||||
system.ruby.LD.latency_hist::mean 22.067470
|
||||
system.ruby.LD.latency_hist::gmean 7.299119
|
||||
system.ruby.LD.latency_hist::stdev 32.750562
|
||||
system.ruby.LD.latency_hist | 313 75.42% 75.42% | 69 16.63% 92.05% | 31 7.47% 99.52% | 0 0.00% 99.52% | 0 0.00% 99.52% | 0 0.00% 99.52% | 0 0.00% 99.52% | 0 0.00% 99.52% | 0 0.00% 99.52% | 2 0.48% 100.00%
|
||||
system.ruby.LD.latency_hist::total 415
|
||||
system.ruby.LD.hit_latency_hist::bucket_size 2
|
||||
system.ruby.LD.hit_latency_hist::max_bucket 19
|
||||
system.ruby.LD.hit_latency_hist::samples 269
|
||||
system.ruby.LD.hit_latency_hist::mean 3.472119
|
||||
system.ruby.LD.hit_latency_hist::gmean 2.569339
|
||||
system.ruby.LD.hit_latency_hist::stdev 3.752134
|
||||
system.ruby.LD.hit_latency_hist::mean 3.338290
|
||||
system.ruby.LD.hit_latency_hist::gmean 2.541963
|
||||
system.ruby.LD.hit_latency_hist::stdev 3.411031
|
||||
system.ruby.LD.hit_latency_hist | 0 0.00% 0.00% | 233 86.62% 86.62% | 0 0.00% 86.62% | 0 0.00% 86.62% | 0 0.00% 86.62% | 0 0.00% 86.62% | 36 13.38% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00%
|
||||
system.ruby.LD.hit_latency_hist::total 269
|
||||
system.ruby.LD.miss_latency_hist::bucket_size 32
|
||||
system.ruby.LD.miss_latency_hist::max_bucket 319
|
||||
system.ruby.LD.miss_latency_hist::samples 146
|
||||
system.ruby.LD.miss_latency_hist::mean 56.410959
|
||||
system.ruby.LD.miss_latency_hist::gmean 50.960600
|
||||
system.ruby.LD.miss_latency_hist::stdev 33.061838
|
||||
system.ruby.LD.miss_latency_hist | 44 30.14% 30.14% | 69 47.26% 77.40% | 31 21.23% 98.63% | 0 0.00% 98.63% | 0 0.00% 98.63% | 0 0.00% 98.63% | 0 0.00% 98.63% | 0 0.00% 98.63% | 1 0.68% 99.32% | 1 0.68% 100.00%
|
||||
system.ruby.LD.miss_latency_hist::mean 56.575342
|
||||
system.ruby.LD.miss_latency_hist::gmean 50.969029
|
||||
system.ruby.LD.miss_latency_hist::stdev 34.513533
|
||||
system.ruby.LD.miss_latency_hist | 44 30.14% 30.14% | 69 47.26% 77.40% | 31 21.23% 98.63% | 0 0.00% 98.63% | 0 0.00% 98.63% | 0 0.00% 98.63% | 0 0.00% 98.63% | 0 0.00% 98.63% | 0 0.00% 98.63% | 2 1.37% 100.00%
|
||||
system.ruby.LD.miss_latency_hist::total 146
|
||||
system.ruby.ST.latency_hist::bucket_size 8
|
||||
system.ruby.ST.latency_hist::max_bucket 79
|
||||
system.ruby.ST.latency_hist::samples 294
|
||||
system.ruby.ST.latency_hist::mean 10.299320
|
||||
system.ruby.ST.latency_hist::gmean 3.570687
|
||||
system.ruby.ST.latency_hist::stdev 19.141619
|
||||
system.ruby.ST.latency_hist::mean 10.251701
|
||||
system.ruby.ST.latency_hist::gmean 3.559470
|
||||
system.ruby.ST.latency_hist::stdev 19.106793
|
||||
system.ruby.ST.latency_hist | 236 80.27% 80.27% | 11 3.74% 84.01% | 0 0.00% 84.01% | 15 5.10% 89.12% | 0 0.00% 89.12% | 0 0.00% 89.12% | 0 0.00% 89.12% | 22 7.48% 96.60% | 4 1.36% 97.96% | 6 2.04% 100.00%
|
||||
system.ruby.ST.latency_hist::total 294
|
||||
system.ruby.ST.hit_latency_hist::bucket_size 2
|
||||
system.ruby.ST.hit_latency_hist::max_bucket 19
|
||||
system.ruby.ST.hit_latency_hist::samples 247
|
||||
system.ruby.ST.hit_latency_hist::mean 2.489879
|
||||
system.ruby.ST.hit_latency_hist::gmean 2.173865
|
||||
system.ruby.ST.hit_latency_hist::stdev 2.273678
|
||||
system.ruby.ST.hit_latency_hist::mean 2.445344
|
||||
system.ruby.ST.hit_latency_hist::gmean 2.166130
|
||||
system.ruby.ST.hit_latency_hist::stdev 2.066980
|
||||
system.ruby.ST.hit_latency_hist | 0 0.00% 0.00% | 236 95.55% 95.55% | 0 0.00% 95.55% | 0 0.00% 95.55% | 0 0.00% 95.55% | 0 0.00% 95.55% | 11 4.45% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00%
|
||||
system.ruby.ST.hit_latency_hist::total 247
|
||||
system.ruby.ST.miss_latency_hist::bucket_size 8
|
||||
system.ruby.ST.miss_latency_hist::max_bucket 79
|
||||
system.ruby.ST.miss_latency_hist::samples 47
|
||||
system.ruby.ST.miss_latency_hist::mean 51.340426
|
||||
system.ruby.ST.miss_latency_hist::gmean 48.458941
|
||||
system.ruby.ST.miss_latency_hist::stdev 16.053276
|
||||
system.ruby.ST.miss_latency_hist::mean 51.276596
|
||||
system.ruby.ST.miss_latency_hist::gmean 48.413040
|
||||
system.ruby.ST.miss_latency_hist::stdev 15.988722
|
||||
system.ruby.ST.miss_latency_hist | 0 0.00% 0.00% | 0 0.00% 0.00% | 0 0.00% 0.00% | 15 31.91% 31.91% | 0 0.00% 31.91% | 0 0.00% 31.91% | 0 0.00% 31.91% | 22 46.81% 78.72% | 4 8.51% 87.23% | 6 12.77% 100.00%
|
||||
system.ruby.ST.miss_latency_hist::total 47
|
||||
system.ruby.IFETCH.latency_hist::bucket_size 32
|
||||
system.ruby.IFETCH.latency_hist::max_bucket 319
|
||||
system.ruby.IFETCH.latency_hist::bucket_size 64
|
||||
system.ruby.IFETCH.latency_hist::max_bucket 639
|
||||
system.ruby.IFETCH.latency_hist::samples 2585
|
||||
system.ruby.IFETCH.latency_hist::mean 8.032108
|
||||
system.ruby.IFETCH.latency_hist::gmean 2.826057
|
||||
system.ruby.IFETCH.latency_hist::stdev 19.602299
|
||||
system.ruby.IFETCH.latency_hist | 2337 90.41% 90.41% | 199 7.70% 98.10% | 46 1.78% 99.88% | 1 0.04% 99.92% | 0 0.00% 99.92% | 0 0.00% 99.92% | 0 0.00% 99.92% | 0 0.00% 99.92% | 0 0.00% 99.92% | 2 0.08% 100.00%
|
||||
system.ruby.IFETCH.latency_hist::mean 8.035590
|
||||
system.ruby.IFETCH.latency_hist::gmean 2.824197
|
||||
system.ruby.IFETCH.latency_hist::stdev 19.808514
|
||||
system.ruby.IFETCH.latency_hist | 2536 98.10% 98.10% | 47 1.82% 99.92% | 0 0.00% 99.92% | 0 0.00% 99.92% | 1 0.04% 99.96% | 1 0.04% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00%
|
||||
system.ruby.IFETCH.latency_hist::total 2585
|
||||
system.ruby.IFETCH.hit_latency_hist::bucket_size 2
|
||||
system.ruby.IFETCH.hit_latency_hist::max_bucket 19
|
||||
system.ruby.IFETCH.hit_latency_hist::samples 2337
|
||||
system.ruby.IFETCH.hit_latency_hist::mean 2.103552
|
||||
system.ruby.IFETCH.hit_latency_hist::gmean 2.035554
|
||||
system.ruby.IFETCH.hit_latency_hist::stdev 1.062463
|
||||
system.ruby.IFETCH.hit_latency_hist::mean 2.094138
|
||||
system.ruby.IFETCH.hit_latency_hist::gmean 2.034021
|
||||
system.ruby.IFETCH.hit_latency_hist::stdev 0.965875
|
||||
system.ruby.IFETCH.hit_latency_hist | 0 0.00% 0.00% | 2315 99.06% 99.06% | 0 0.00% 99.06% | 0 0.00% 99.06% | 0 0.00% 99.06% | 0 0.00% 99.06% | 22 0.94% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00%
|
||||
system.ruby.IFETCH.hit_latency_hist::total 2337
|
||||
system.ruby.IFETCH.miss_latency_hist::bucket_size 32
|
||||
system.ruby.IFETCH.miss_latency_hist::max_bucket 319
|
||||
system.ruby.IFETCH.miss_latency_hist::bucket_size 64
|
||||
system.ruby.IFETCH.miss_latency_hist::max_bucket 639
|
||||
system.ruby.IFETCH.miss_latency_hist::samples 248
|
||||
system.ruby.IFETCH.miss_latency_hist::mean 63.899194
|
||||
system.ruby.IFETCH.miss_latency_hist::gmean 62.229629
|
||||
system.ruby.IFETCH.miss_latency_hist::stdev 23.299188
|
||||
system.ruby.IFETCH.miss_latency_hist | 0 0.00% 0.00% | 199 80.24% 80.24% | 46 18.55% 98.79% | 1 0.40% 99.19% | 0 0.00% 99.19% | 0 0.00% 99.19% | 0 0.00% 99.19% | 0 0.00% 99.19% | 0 0.00% 99.19% | 2 0.81% 100.00%
|
||||
system.ruby.IFETCH.miss_latency_hist::mean 64.024194
|
||||
system.ruby.IFETCH.miss_latency_hist::gmean 62.244534
|
||||
system.ruby.IFETCH.miss_latency_hist::stdev 24.791752
|
||||
system.ruby.IFETCH.miss_latency_hist | 199 80.24% 80.24% | 47 18.95% 99.19% | 0 0.00% 99.19% | 0 0.00% 99.19% | 1 0.40% 99.60% | 1 0.40% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00%
|
||||
system.ruby.IFETCH.miss_latency_hist::total 248
|
||||
system.ruby.L1Cache.hit_mach_latency_hist::bucket_size 1
|
||||
system.ruby.L1Cache.hit_mach_latency_hist::max_bucket 9
|
||||
|
@ -583,17 +584,17 @@ system.ruby.L1Cache.hit_mach_latency_hist::total 2784
|
|||
system.ruby.L2Cache.hit_mach_latency_hist::bucket_size 2
|
||||
system.ruby.L2Cache.hit_mach_latency_hist::max_bucket 19
|
||||
system.ruby.L2Cache.hit_mach_latency_hist::samples 69
|
||||
system.ruby.L2Cache.hit_mach_latency_hist::mean 13
|
||||
system.ruby.L2Cache.hit_mach_latency_hist::gmean 13.000000
|
||||
system.ruby.L2Cache.hit_mach_latency_hist::mean 12
|
||||
system.ruby.L2Cache.hit_mach_latency_hist::gmean 12.000000
|
||||
system.ruby.L2Cache.hit_mach_latency_hist | 0 0.00% 0.00% | 0 0.00% 0.00% | 0 0.00% 0.00% | 0 0.00% 0.00% | 0 0.00% 0.00% | 0 0.00% 0.00% | 69 100.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00%
|
||||
system.ruby.L2Cache.hit_mach_latency_hist::total 69
|
||||
system.ruby.Directory.miss_mach_latency_hist::bucket_size 32
|
||||
system.ruby.Directory.miss_mach_latency_hist::max_bucket 319
|
||||
system.ruby.Directory.miss_mach_latency_hist::bucket_size 64
|
||||
system.ruby.Directory.miss_mach_latency_hist::max_bucket 639
|
||||
system.ruby.Directory.miss_mach_latency_hist::samples 441
|
||||
system.ruby.Directory.miss_mach_latency_hist::mean 60.081633
|
||||
system.ruby.Directory.miss_mach_latency_hist::gmean 56.714803
|
||||
system.ruby.Directory.miss_mach_latency_hist::stdev 26.697338
|
||||
system.ruby.Directory.miss_mach_latency_hist | 59 13.38% 13.38% | 290 65.76% 79.14% | 87 19.73% 98.87% | 1 0.23% 99.09% | 0 0.00% 99.09% | 0 0.00% 99.09% | 0 0.00% 99.09% | 0 0.00% 99.09% | 1 0.23% 99.32% | 3 0.68% 100.00%
|
||||
system.ruby.Directory.miss_mach_latency_hist::mean 60.199546
|
||||
system.ruby.Directory.miss_mach_latency_hist::gmean 56.719819
|
||||
system.ruby.Directory.miss_mach_latency_hist::stdev 28.025250
|
||||
system.ruby.Directory.miss_mach_latency_hist | 349 79.14% 79.14% | 88 19.95% 99.09% | 0 0.00% 99.09% | 0 0.00% 99.09% | 3 0.68% 99.77% | 1 0.23% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00%
|
||||
system.ruby.Directory.miss_mach_latency_hist::total 441
|
||||
system.ruby.Directory.miss_latency_hist.issue_to_initial_request::bucket_size 1
|
||||
system.ruby.Directory.miss_latency_hist.issue_to_initial_request::max_bucket 9
|
||||
|
@ -631,17 +632,17 @@ system.ruby.LD.L1Cache.hit_type_mach_latency_hist::total 233
|
|||
system.ruby.LD.L2Cache.hit_type_mach_latency_hist::bucket_size 2
|
||||
system.ruby.LD.L2Cache.hit_type_mach_latency_hist::max_bucket 19
|
||||
system.ruby.LD.L2Cache.hit_type_mach_latency_hist::samples 36
|
||||
system.ruby.LD.L2Cache.hit_type_mach_latency_hist::mean 13
|
||||
system.ruby.LD.L2Cache.hit_type_mach_latency_hist::gmean 13.000000
|
||||
system.ruby.LD.L2Cache.hit_type_mach_latency_hist::mean 12
|
||||
system.ruby.LD.L2Cache.hit_type_mach_latency_hist::gmean 12.000000
|
||||
system.ruby.LD.L2Cache.hit_type_mach_latency_hist | 0 0.00% 0.00% | 0 0.00% 0.00% | 0 0.00% 0.00% | 0 0.00% 0.00% | 0 0.00% 0.00% | 0 0.00% 0.00% | 36 100.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00%
|
||||
system.ruby.LD.L2Cache.hit_type_mach_latency_hist::total 36
|
||||
system.ruby.LD.Directory.miss_type_mach_latency_hist::bucket_size 32
|
||||
system.ruby.LD.Directory.miss_type_mach_latency_hist::max_bucket 319
|
||||
system.ruby.LD.Directory.miss_type_mach_latency_hist::samples 146
|
||||
system.ruby.LD.Directory.miss_type_mach_latency_hist::mean 56.410959
|
||||
system.ruby.LD.Directory.miss_type_mach_latency_hist::gmean 50.960600
|
||||
system.ruby.LD.Directory.miss_type_mach_latency_hist::stdev 33.061838
|
||||
system.ruby.LD.Directory.miss_type_mach_latency_hist | 44 30.14% 30.14% | 69 47.26% 77.40% | 31 21.23% 98.63% | 0 0.00% 98.63% | 0 0.00% 98.63% | 0 0.00% 98.63% | 0 0.00% 98.63% | 0 0.00% 98.63% | 1 0.68% 99.32% | 1 0.68% 100.00%
|
||||
system.ruby.LD.Directory.miss_type_mach_latency_hist::mean 56.575342
|
||||
system.ruby.LD.Directory.miss_type_mach_latency_hist::gmean 50.969029
|
||||
system.ruby.LD.Directory.miss_type_mach_latency_hist::stdev 34.513533
|
||||
system.ruby.LD.Directory.miss_type_mach_latency_hist | 44 30.14% 30.14% | 69 47.26% 77.40% | 31 21.23% 98.63% | 0 0.00% 98.63% | 0 0.00% 98.63% | 0 0.00% 98.63% | 0 0.00% 98.63% | 0 0.00% 98.63% | 0 0.00% 98.63% | 2 1.37% 100.00%
|
||||
system.ruby.LD.Directory.miss_type_mach_latency_hist::total 146
|
||||
system.ruby.ST.L1Cache.hit_type_mach_latency_hist::bucket_size 1
|
||||
system.ruby.ST.L1Cache.hit_type_mach_latency_hist::max_bucket 9
|
||||
|
@ -653,16 +654,16 @@ system.ruby.ST.L1Cache.hit_type_mach_latency_hist::total 236
|
|||
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::bucket_size 2
|
||||
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::max_bucket 19
|
||||
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::samples 11
|
||||
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::mean 13
|
||||
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::gmean 13
|
||||
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::mean 12
|
||||
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::gmean 12.000000
|
||||
system.ruby.ST.L2Cache.hit_type_mach_latency_hist | 0 0.00% 0.00% | 0 0.00% 0.00% | 0 0.00% 0.00% | 0 0.00% 0.00% | 0 0.00% 0.00% | 0 0.00% 0.00% | 11 100.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00%
|
||||
system.ruby.ST.L2Cache.hit_type_mach_latency_hist::total 11
|
||||
system.ruby.ST.Directory.miss_type_mach_latency_hist::bucket_size 8
|
||||
system.ruby.ST.Directory.miss_type_mach_latency_hist::max_bucket 79
|
||||
system.ruby.ST.Directory.miss_type_mach_latency_hist::samples 47
|
||||
system.ruby.ST.Directory.miss_type_mach_latency_hist::mean 51.340426
|
||||
system.ruby.ST.Directory.miss_type_mach_latency_hist::gmean 48.458941
|
||||
system.ruby.ST.Directory.miss_type_mach_latency_hist::stdev 16.053276
|
||||
system.ruby.ST.Directory.miss_type_mach_latency_hist::mean 51.276596
|
||||
system.ruby.ST.Directory.miss_type_mach_latency_hist::gmean 48.413040
|
||||
system.ruby.ST.Directory.miss_type_mach_latency_hist::stdev 15.988722
|
||||
system.ruby.ST.Directory.miss_type_mach_latency_hist | 0 0.00% 0.00% | 0 0.00% 0.00% | 0 0.00% 0.00% | 15 31.91% 31.91% | 0 0.00% 31.91% | 0 0.00% 31.91% | 0 0.00% 31.91% | 22 46.81% 78.72% | 4 8.51% 87.23% | 6 12.77% 100.00%
|
||||
system.ruby.ST.Directory.miss_type_mach_latency_hist::total 47
|
||||
system.ruby.IFETCH.L1Cache.hit_type_mach_latency_hist::bucket_size 1
|
||||
|
@ -675,17 +676,17 @@ system.ruby.IFETCH.L1Cache.hit_type_mach_latency_hist::total 2315
|
|||
system.ruby.IFETCH.L2Cache.hit_type_mach_latency_hist::bucket_size 2
|
||||
system.ruby.IFETCH.L2Cache.hit_type_mach_latency_hist::max_bucket 19
|
||||
system.ruby.IFETCH.L2Cache.hit_type_mach_latency_hist::samples 22
|
||||
system.ruby.IFETCH.L2Cache.hit_type_mach_latency_hist::mean 13
|
||||
system.ruby.IFETCH.L2Cache.hit_type_mach_latency_hist::gmean 13
|
||||
system.ruby.IFETCH.L2Cache.hit_type_mach_latency_hist::mean 12
|
||||
system.ruby.IFETCH.L2Cache.hit_type_mach_latency_hist::gmean 12.000000
|
||||
system.ruby.IFETCH.L2Cache.hit_type_mach_latency_hist | 0 0.00% 0.00% | 0 0.00% 0.00% | 0 0.00% 0.00% | 0 0.00% 0.00% | 0 0.00% 0.00% | 0 0.00% 0.00% | 22 100.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00%
|
||||
system.ruby.IFETCH.L2Cache.hit_type_mach_latency_hist::total 22
|
||||
system.ruby.IFETCH.Directory.miss_type_mach_latency_hist::bucket_size 32
|
||||
system.ruby.IFETCH.Directory.miss_type_mach_latency_hist::max_bucket 319
|
||||
system.ruby.IFETCH.Directory.miss_type_mach_latency_hist::bucket_size 64
|
||||
system.ruby.IFETCH.Directory.miss_type_mach_latency_hist::max_bucket 639
|
||||
system.ruby.IFETCH.Directory.miss_type_mach_latency_hist::samples 248
|
||||
system.ruby.IFETCH.Directory.miss_type_mach_latency_hist::mean 63.899194
|
||||
system.ruby.IFETCH.Directory.miss_type_mach_latency_hist::gmean 62.229629
|
||||
system.ruby.IFETCH.Directory.miss_type_mach_latency_hist::stdev 23.299188
|
||||
system.ruby.IFETCH.Directory.miss_type_mach_latency_hist | 0 0.00% 0.00% | 199 80.24% 80.24% | 46 18.55% 98.79% | 1 0.40% 99.19% | 0 0.00% 99.19% | 0 0.00% 99.19% | 0 0.00% 99.19% | 0 0.00% 99.19% | 0 0.00% 99.19% | 2 0.81% 100.00%
|
||||
system.ruby.IFETCH.Directory.miss_type_mach_latency_hist::mean 64.024194
|
||||
system.ruby.IFETCH.Directory.miss_type_mach_latency_hist::gmean 62.244534
|
||||
system.ruby.IFETCH.Directory.miss_type_mach_latency_hist::stdev 24.791752
|
||||
system.ruby.IFETCH.Directory.miss_type_mach_latency_hist | 199 80.24% 80.24% | 47 18.95% 99.19% | 0 0.00% 99.19% | 0 0.00% 99.19% | 1 0.40% 99.60% | 1 0.40% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00% | 0 0.00% 100.00%
|
||||
system.ruby.IFETCH.Directory.miss_type_mach_latency_hist::total 248
|
||||
system.ruby.Directory_Controller.GETX 51 0.00% 0.00%
|
||||
system.ruby.Directory_Controller.GETS 409 0.00% 0.00%
|
||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue