From 25e1b1c1f5f4e0ad3976c88998161700135f4aae Mon Sep 17 00:00:00 2001 From: Andreas Hansson Date: Fri, 3 Jul 2015 10:15:03 -0400 Subject: stats: Update stats for cache, crossbar and DRAM changes This update includes the changes to whole-line writes, the refinement of Read to ReadClean and ReadShared, the introduction of CleanEvict for snoop-filter tracking, and updates to the DRAM command scheduler for bank-group-aware scheduling. Needless to say, almost every regression is affected. --- .../se/10.mcf/ref/x86/linux/o3-timing/stats.txt | 1407 ++++++++++---------- .../10.mcf/ref/x86/linux/simple-timing/stats.txt | 453 ++++--- 2 files changed, 943 insertions(+), 917 deletions(-) (limited to 'tests/long/se/10.mcf/ref/x86/linux') diff --git a/tests/long/se/10.mcf/ref/x86/linux/o3-timing/stats.txt b/tests/long/se/10.mcf/ref/x86/linux/o3-timing/stats.txt index 1d5681a17..6f4514f73 100644 --- a/tests/long/se/10.mcf/ref/x86/linux/o3-timing/stats.txt +++ b/tests/long/se/10.mcf/ref/x86/linux/o3-timing/stats.txt @@ -1,79 +1,79 @@ ---------- Begin Simulation Statistics ---------- -sim_seconds 0.062108 # Number of seconds simulated -sim_ticks 62108139000 # Number of ticks simulated -final_tick 62108139000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset) +sim_seconds 0.062104 # Number of seconds simulated +sim_ticks 62103992500 # Number of ticks simulated +final_tick 62103992500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset) sim_freq 1000000000000 # Frequency of simulated ticks -host_inst_rate 114338 # Simulator instruction rate (inst/s) -host_op_rate 201331 # Simulator op (including micro ops) rate (op/s) -host_tick_rate 44948395 # Simulator tick rate (ticks/s) -host_mem_usage 455560 # Number of bytes of host memory used -host_seconds 1381.77 # Real time elapsed on the host +host_inst_rate 108853 # Simulator instruction rate (inst/s) +host_op_rate 191673 # Simulator op (including micro ops) rate (op/s) +host_tick_rate 42789284 # Simulator tick rate (ticks/s) +host_mem_usage 455804 # Number of bytes of host memory used +host_seconds 1451.39 # Real time elapsed on the host sim_insts 157988547 # Number of instructions simulated sim_ops 278192464 # Number of ops (including micro ops) simulated system.voltage_domain.voltage 1 # Voltage in Volts system.clk_domain.clock 1000 # Clock period in ticks -system.physmem.bytes_read::cpu.inst 64960 # Number of bytes read from this memory -system.physmem.bytes_read::cpu.data 1886080 # Number of bytes read from this memory -system.physmem.bytes_read::total 1951040 # Number of bytes read from this memory -system.physmem.bytes_inst_read::cpu.inst 64960 # Number of instructions bytes read from this memory -system.physmem.bytes_inst_read::total 64960 # Number of instructions bytes read from this memory -system.physmem.bytes_written::writebacks 13952 # Number of bytes written to this memory -system.physmem.bytes_written::total 13952 # Number of bytes written to this memory -system.physmem.num_reads::cpu.inst 1015 # Number of read requests responded to by this memory -system.physmem.num_reads::cpu.data 29470 # Number of read requests responded to by this memory -system.physmem.num_reads::total 30485 # Number of read requests responded to by this memory -system.physmem.num_writes::writebacks 218 # Number of write requests responded to by this memory -system.physmem.num_writes::total 218 # Number of write requests responded to by this memory -system.physmem.bw_read::cpu.inst 1045918 # Total read bandwidth from this memory (bytes/s) -system.physmem.bw_read::cpu.data 30367679 # Total read bandwidth from this memory (bytes/s) -system.physmem.bw_read::total 31413596 # Total read bandwidth from this memory (bytes/s) -system.physmem.bw_inst_read::cpu.inst 1045918 # Instruction read bandwidth from this memory (bytes/s) -system.physmem.bw_inst_read::total 1045918 # Instruction read bandwidth from this memory (bytes/s) -system.physmem.bw_write::writebacks 224640 # Write bandwidth from this memory (bytes/s) -system.physmem.bw_write::total 224640 # Write bandwidth from this memory (bytes/s) -system.physmem.bw_total::writebacks 224640 # Total bandwidth to/from this memory (bytes/s) -system.physmem.bw_total::cpu.inst 1045918 # Total bandwidth to/from this memory (bytes/s) -system.physmem.bw_total::cpu.data 30367679 # Total bandwidth to/from this memory (bytes/s) -system.physmem.bw_total::total 31638237 # Total bandwidth to/from this memory (bytes/s) -system.physmem.readReqs 30485 # Number of read requests accepted -system.physmem.writeReqs 218 # Number of write requests accepted -system.physmem.readBursts 30485 # Number of DRAM read bursts, including those serviced by the write queue -system.physmem.writeBursts 218 # Number of DRAM write bursts, including those merged in the write queue -system.physmem.bytesReadDRAM 1943936 # Total number of bytes read from DRAM -system.physmem.bytesReadWrQ 7104 # Total number of bytes read from write queue -system.physmem.bytesWritten 12736 # Total number of bytes written to DRAM -system.physmem.bytesReadSys 1951040 # Total read bytes from the system interface side -system.physmem.bytesWrittenSys 13952 # Total written bytes from the system interface side -system.physmem.servicedByWrQ 111 # Number of DRAM read bursts serviced by the write queue +system.physmem.bytes_read::cpu.inst 64832 # Number of bytes read from this memory +system.physmem.bytes_read::cpu.data 1883648 # Number of bytes read from this memory +system.physmem.bytes_read::total 1948480 # Number of bytes read from this memory +system.physmem.bytes_inst_read::cpu.inst 64832 # Number of instructions bytes read from this memory +system.physmem.bytes_inst_read::total 64832 # Number of instructions bytes read from this memory +system.physmem.bytes_written::writebacks 11776 # Number of bytes written to this memory +system.physmem.bytes_written::total 11776 # Number of bytes written to this memory +system.physmem.num_reads::cpu.inst 1013 # Number of read requests responded to by this memory +system.physmem.num_reads::cpu.data 29432 # Number of read requests responded to by this memory +system.physmem.num_reads::total 30445 # Number of read requests responded to by this memory +system.physmem.num_writes::writebacks 184 # Number of write requests responded to by this memory +system.physmem.num_writes::total 184 # Number of write requests responded to by this memory +system.physmem.bw_read::cpu.inst 1043926 # Total read bandwidth from this memory (bytes/s) +system.physmem.bw_read::cpu.data 30330546 # Total read bandwidth from this memory (bytes/s) +system.physmem.bw_read::total 31374472 # Total read bandwidth from this memory (bytes/s) +system.physmem.bw_inst_read::cpu.inst 1043926 # Instruction read bandwidth from this memory (bytes/s) +system.physmem.bw_inst_read::total 1043926 # Instruction read bandwidth from this memory (bytes/s) +system.physmem.bw_write::writebacks 189617 # Write bandwidth from this memory (bytes/s) +system.physmem.bw_write::total 189617 # Write bandwidth from this memory (bytes/s) +system.physmem.bw_total::writebacks 189617 # Total bandwidth to/from this memory (bytes/s) +system.physmem.bw_total::cpu.inst 1043926 # Total bandwidth to/from this memory (bytes/s) +system.physmem.bw_total::cpu.data 30330546 # Total bandwidth to/from this memory (bytes/s) +system.physmem.bw_total::total 31564090 # Total bandwidth to/from this memory (bytes/s) +system.physmem.readReqs 30446 # Number of read requests accepted +system.physmem.writeReqs 184 # Number of write requests accepted +system.physmem.readBursts 30446 # Number of DRAM read bursts, including those serviced by the write queue +system.physmem.writeBursts 184 # Number of DRAM write bursts, including those merged in the write queue +system.physmem.bytesReadDRAM 1943488 # Total number of bytes read from DRAM +system.physmem.bytesReadWrQ 5056 # Total number of bytes read from write queue +system.physmem.bytesWritten 10368 # Total number of bytes written to DRAM +system.physmem.bytesReadSys 1948544 # Total read bytes from the system interface side +system.physmem.bytesWrittenSys 11776 # Total written bytes from the system interface side +system.physmem.servicedByWrQ 79 # Number of DRAM read bursts serviced by the write queue system.physmem.mergedWrBursts 0 # Number of DRAM write bursts merged with an existing one system.physmem.neitherReadNorWriteReqs 0 # Number of requests that are neither read nor write -system.physmem.perBankRdBursts::0 1926 # Per bank write bursts -system.physmem.perBankRdBursts::1 2065 # Per bank write bursts -system.physmem.perBankRdBursts::2 2030 # Per bank write bursts -system.physmem.perBankRdBursts::3 1931 # Per bank write bursts -system.physmem.perBankRdBursts::4 2028 # Per bank write bursts -system.physmem.perBankRdBursts::5 1903 # Per bank write bursts -system.physmem.perBankRdBursts::6 1964 # Per bank write bursts -system.physmem.perBankRdBursts::7 1862 # Per bank write bursts +system.physmem.perBankRdBursts::0 1927 # Per bank write bursts +system.physmem.perBankRdBursts::1 2069 # Per bank write bursts +system.physmem.perBankRdBursts::2 2026 # Per bank write bursts +system.physmem.perBankRdBursts::3 1929 # Per bank write bursts +system.physmem.perBankRdBursts::4 2026 # Per bank write bursts +system.physmem.perBankRdBursts::5 1901 # Per bank write bursts +system.physmem.perBankRdBursts::6 1959 # Per bank write bursts +system.physmem.perBankRdBursts::7 1865 # Per bank write bursts system.physmem.perBankRdBursts::8 1938 # Per bank write bursts -system.physmem.perBankRdBursts::9 1938 # Per bank write bursts -system.physmem.perBankRdBursts::10 1804 # Per bank write bursts -system.physmem.perBankRdBursts::11 1795 # Per bank write bursts +system.physmem.perBankRdBursts::9 1937 # Per bank write bursts +system.physmem.perBankRdBursts::10 1805 # Per bank write bursts +system.physmem.perBankRdBursts::11 1796 # Per bank write bursts system.physmem.perBankRdBursts::12 1792 # Per bank write bursts system.physmem.perBankRdBursts::13 1800 # Per bank write bursts system.physmem.perBankRdBursts::14 1819 # Per bank write bursts -system.physmem.perBankRdBursts::15 1779 # Per bank write bursts -system.physmem.perBankWrBursts::0 14 # Per bank write bursts -system.physmem.perBankWrBursts::1 89 # Per bank write bursts -system.physmem.perBankWrBursts::2 33 # Per bank write bursts -system.physmem.perBankWrBursts::3 21 # Per bank write bursts -system.physmem.perBankWrBursts::4 13 # Per bank write bursts -system.physmem.perBankWrBursts::5 7 # Per bank write bursts +system.physmem.perBankRdBursts::15 1778 # Per bank write bursts +system.physmem.perBankWrBursts::0 25 # Per bank write bursts +system.physmem.perBankWrBursts::1 94 # Per bank write bursts +system.physmem.perBankWrBursts::2 8 # Per bank write bursts +system.physmem.perBankWrBursts::3 7 # Per bank write bursts +system.physmem.perBankWrBursts::4 7 # Per bank write bursts +system.physmem.perBankWrBursts::5 0 # Per bank write bursts system.physmem.perBankWrBursts::6 13 # Per bank write bursts system.physmem.perBankWrBursts::7 0 # Per bank write bursts system.physmem.perBankWrBursts::8 0 # Per bank write bursts -system.physmem.perBankWrBursts::9 6 # Per bank write bursts +system.physmem.perBankWrBursts::9 5 # Per bank write bursts system.physmem.perBankWrBursts::10 3 # Per bank write bursts system.physmem.perBankWrBursts::11 0 # Per bank write bursts system.physmem.perBankWrBursts::12 0 # Per bank write bursts @@ -82,25 +82,25 @@ system.physmem.perBankWrBursts::14 0 # Pe system.physmem.perBankWrBursts::15 0 # Per bank write bursts system.physmem.numRdRetry 0 # Number of times read queue was full causing retry system.physmem.numWrRetry 0 # Number of times write queue was full causing retry -system.physmem.totGap 62107943500 # Total gap between requests +system.physmem.totGap 62103972000 # Total gap between requests system.physmem.readPktSize::0 0 # Read request sizes (log2) system.physmem.readPktSize::1 0 # Read request sizes (log2) system.physmem.readPktSize::2 0 # Read request sizes (log2) system.physmem.readPktSize::3 0 # Read request sizes (log2) system.physmem.readPktSize::4 0 # Read request sizes (log2) system.physmem.readPktSize::5 0 # Read request sizes (log2) -system.physmem.readPktSize::6 30485 # Read request sizes (log2) +system.physmem.readPktSize::6 30446 # Read request sizes (log2) system.physmem.writePktSize::0 0 # Write request sizes (log2) system.physmem.writePktSize::1 0 # Write request sizes (log2) system.physmem.writePktSize::2 0 # Write request sizes (log2) system.physmem.writePktSize::3 0 # Write request sizes (log2) system.physmem.writePktSize::4 0 # Write request sizes (log2) system.physmem.writePktSize::5 0 # Write request sizes (log2) -system.physmem.writePktSize::6 218 # Write request sizes (log2) +system.physmem.writePktSize::6 184 # Write request sizes (log2) system.physmem.rdQLenPdf::0 29885 # What read queue length does an incoming req see -system.physmem.rdQLenPdf::1 375 # What read queue length does an incoming req see -system.physmem.rdQLenPdf::2 90 # What read queue length does an incoming req see -system.physmem.rdQLenPdf::3 22 # What read queue length does an incoming req see +system.physmem.rdQLenPdf::1 384 # What read queue length does an incoming req see +system.physmem.rdQLenPdf::2 75 # What read queue length does an incoming req see +system.physmem.rdQLenPdf::3 21 # What read queue length does an incoming req see system.physmem.rdQLenPdf::4 1 # What read queue length does an incoming req see system.physmem.rdQLenPdf::5 1 # What read queue length does an incoming req see system.physmem.rdQLenPdf::6 0 # What read queue length does an incoming req see @@ -144,24 +144,24 @@ system.physmem.wrQLenPdf::11 1 # Wh system.physmem.wrQLenPdf::12 1 # What write queue length does an incoming req see system.physmem.wrQLenPdf::13 1 # What write queue length does an incoming req see system.physmem.wrQLenPdf::14 1 # What write queue length does an incoming req see -system.physmem.wrQLenPdf::15 11 # What write queue length does an incoming req see -system.physmem.wrQLenPdf::16 11 # What write queue length does an incoming req see -system.physmem.wrQLenPdf::17 11 # What write queue length does an incoming req see -system.physmem.wrQLenPdf::18 12 # What write queue length does an incoming req see -system.physmem.wrQLenPdf::19 11 # What write queue length does an incoming req see -system.physmem.wrQLenPdf::20 11 # What write queue length does an incoming req see -system.physmem.wrQLenPdf::21 11 # What write queue length does an incoming req see -system.physmem.wrQLenPdf::22 11 # What write queue length does an incoming req see -system.physmem.wrQLenPdf::23 11 # What write queue length does an incoming req see -system.physmem.wrQLenPdf::24 11 # What write queue length does an incoming req see -system.physmem.wrQLenPdf::25 11 # What write queue length does an incoming req see -system.physmem.wrQLenPdf::26 13 # What write queue length does an incoming req see -system.physmem.wrQLenPdf::27 11 # What write queue length does an incoming req see -system.physmem.wrQLenPdf::28 12 # What write queue length does an incoming req see -system.physmem.wrQLenPdf::29 12 # What write queue length does an incoming req see -system.physmem.wrQLenPdf::30 11 # What write queue length does an incoming req see -system.physmem.wrQLenPdf::31 11 # What write queue length does an incoming req see -system.physmem.wrQLenPdf::32 11 # What write queue length does an incoming req see +system.physmem.wrQLenPdf::15 10 # What write queue length does an incoming req see +system.physmem.wrQLenPdf::16 10 # What write queue length does an incoming req see +system.physmem.wrQLenPdf::17 10 # What write queue length does an incoming req see +system.physmem.wrQLenPdf::18 10 # What write queue length does an incoming req see +system.physmem.wrQLenPdf::19 10 # What write queue length does an incoming req see +system.physmem.wrQLenPdf::20 10 # What write queue length does an incoming req see +system.physmem.wrQLenPdf::21 10 # What write queue length does an incoming req see +system.physmem.wrQLenPdf::22 9 # What write queue length does an incoming req see +system.physmem.wrQLenPdf::23 9 # What write queue length does an incoming req see +system.physmem.wrQLenPdf::24 9 # What write queue length does an incoming req see +system.physmem.wrQLenPdf::25 9 # What write queue length does an incoming req see +system.physmem.wrQLenPdf::26 9 # What write queue length does an incoming req see +system.physmem.wrQLenPdf::27 9 # What write queue length does an incoming req see +system.physmem.wrQLenPdf::28 9 # What write queue length does an incoming req see +system.physmem.wrQLenPdf::29 9 # What write queue length does an incoming req see +system.physmem.wrQLenPdf::30 9 # What write queue length does an incoming req see +system.physmem.wrQLenPdf::31 9 # What write queue length does an incoming req see +system.physmem.wrQLenPdf::32 9 # What write queue length does an incoming req see system.physmem.wrQLenPdf::33 0 # What write queue length does an incoming req see system.physmem.wrQLenPdf::34 0 # What write queue length does an incoming req see system.physmem.wrQLenPdf::35 0 # What write queue length does an incoming req see @@ -193,225 +193,221 @@ system.physmem.wrQLenPdf::60 0 # Wh system.physmem.wrQLenPdf::61 0 # What write queue length does an incoming req see system.physmem.wrQLenPdf::62 0 # What write queue length does an incoming req see system.physmem.wrQLenPdf::63 0 # What write queue length does an incoming req see -system.physmem.bytesPerActivate::samples 2733 # Bytes accessed per row activation -system.physmem.bytesPerActivate::mean 715.170143 # Bytes accessed per row activation -system.physmem.bytesPerActivate::gmean 514.587482 # Bytes accessed per row activation -system.physmem.bytesPerActivate::stdev 389.057467 # Bytes accessed per row activation -system.physmem.bytesPerActivate::0-127 358 13.10% 13.10% # Bytes accessed per row activation -system.physmem.bytesPerActivate::128-255 248 9.07% 22.17% # Bytes accessed per row activation -system.physmem.bytesPerActivate::256-383 120 4.39% 26.56% # Bytes accessed per row activation -system.physmem.bytesPerActivate::384-511 119 4.35% 30.92% # Bytes accessed per row activation -system.physmem.bytesPerActivate::512-639 123 4.50% 35.42% # Bytes accessed per row activation -system.physmem.bytesPerActivate::640-767 99 3.62% 39.04% # Bytes accessed per row activation -system.physmem.bytesPerActivate::768-895 98 3.59% 42.63% # Bytes accessed per row activation -system.physmem.bytesPerActivate::896-1023 77 2.82% 45.44% # Bytes accessed per row activation -system.physmem.bytesPerActivate::1024-1151 1491 54.56% 100.00% # Bytes accessed per row activation -system.physmem.bytesPerActivate::total 2733 # Bytes accessed per row activation -system.physmem.rdPerTurnAround::samples 11 # Reads before turning the bus around for writes -system.physmem.rdPerTurnAround::mean 2756.545455 # Reads before turning the bus around for writes -system.physmem.rdPerTurnAround::gmean 17.211839 # Reads before turning the bus around for writes -system.physmem.rdPerTurnAround::stdev 9104.288367 # Reads before turning the bus around for writes -system.physmem.rdPerTurnAround::0-1023 10 90.91% 90.91% # Reads before turning the bus around for writes -system.physmem.rdPerTurnAround::29696-30719 1 9.09% 100.00% # Reads before turning the bus around for writes -system.physmem.rdPerTurnAround::total 11 # Reads before turning the bus around for writes -system.physmem.wrPerTurnAround::samples 11 # Writes before turning the bus around for reads -system.physmem.wrPerTurnAround::mean 18.090909 # Writes before turning the bus around for reads -system.physmem.wrPerTurnAround::gmean 18.068275 # Writes before turning the bus around for reads -system.physmem.wrPerTurnAround::stdev 0.943880 # Writes before turning the bus around for reads -system.physmem.wrPerTurnAround::16 1 9.09% 9.09% # Writes before turning the bus around for reads -system.physmem.wrPerTurnAround::18 8 72.73% 81.82% # Writes before turning the bus around for reads -system.physmem.wrPerTurnAround::19 1 9.09% 90.91% # Writes before turning the bus around for reads -system.physmem.wrPerTurnAround::20 1 9.09% 100.00% # Writes before turning the bus around for reads -system.physmem.wrPerTurnAround::total 11 # Writes before turning the bus around for reads -system.physmem.totQLat 137229500 # Total ticks spent queuing -system.physmem.totMemAccLat 706742000 # Total ticks spent from burst creation until serviced by the DRAM -system.physmem.totBusLat 151870000 # Total ticks spent in databus transfers -system.physmem.avgQLat 4517.99 # Average queueing delay per DRAM burst +system.physmem.bytesPerActivate::samples 2720 # Bytes accessed per row activation +system.physmem.bytesPerActivate::mean 718.117647 # Bytes accessed per row activation +system.physmem.bytesPerActivate::gmean 516.851204 # Bytes accessed per row activation +system.physmem.bytesPerActivate::stdev 389.329010 # Bytes accessed per row activation +system.physmem.bytesPerActivate::0-127 349 12.83% 12.83% # Bytes accessed per row activation +system.physmem.bytesPerActivate::128-255 252 9.26% 22.10% # Bytes accessed per row activation +system.physmem.bytesPerActivate::256-383 126 4.63% 26.73% # Bytes accessed per row activation +system.physmem.bytesPerActivate::384-511 106 3.90% 30.63% # Bytes accessed per row activation +system.physmem.bytesPerActivate::512-639 106 3.90% 34.52% # Bytes accessed per row activation +system.physmem.bytesPerActivate::640-767 118 4.34% 38.86% # Bytes accessed per row activation +system.physmem.bytesPerActivate::768-895 88 3.24% 42.10% # Bytes accessed per row activation +system.physmem.bytesPerActivate::896-1023 74 2.72% 44.82% # Bytes accessed per row activation +system.physmem.bytesPerActivate::1024-1151 1501 55.18% 100.00% # Bytes accessed per row activation +system.physmem.bytesPerActivate::total 2720 # Bytes accessed per row activation +system.physmem.rdPerTurnAround::samples 9 # Reads before turning the bus around for writes +system.physmem.rdPerTurnAround::mean 3367.333333 # Reads before turning the bus around for writes +system.physmem.rdPerTurnAround::gmean 25.147360 # Reads before turning the bus around for writes +system.physmem.rdPerTurnAround::stdev 10062.626521 # Reads before turning the bus around for writes +system.physmem.rdPerTurnAround::0-1023 8 88.89% 88.89% # Reads before turning the bus around for writes +system.physmem.rdPerTurnAround::29696-30719 1 11.11% 100.00% # Reads before turning the bus around for writes +system.physmem.rdPerTurnAround::total 9 # Reads before turning the bus around for writes +system.physmem.wrPerTurnAround::samples 9 # Writes before turning the bus around for reads +system.physmem.wrPerTurnAround::mean 18 # Writes before turning the bus around for reads +system.physmem.wrPerTurnAround::gmean 18.000000 # Writes before turning the bus around for reads +system.physmem.wrPerTurnAround::18 9 100.00% 100.00% # Writes before turning the bus around for reads +system.physmem.wrPerTurnAround::total 9 # Writes before turning the bus around for reads +system.physmem.totQLat 131808750 # Total ticks spent queuing +system.physmem.totMemAccLat 701190000 # Total ticks spent from burst creation until serviced by the DRAM +system.physmem.totBusLat 151835000 # Total ticks spent in databus transfers +system.physmem.avgQLat 4340.53 # Average queueing delay per DRAM burst system.physmem.avgBusLat 5000.00 # Average bus latency per DRAM burst -system.physmem.avgMemAccLat 23267.99 # Average memory access latency per DRAM burst -system.physmem.avgRdBW 31.30 # Average DRAM read bandwidth in MiByte/s -system.physmem.avgWrBW 0.21 # Average achieved write bandwidth in MiByte/s -system.physmem.avgRdBWSys 31.41 # Average system read bandwidth in MiByte/s -system.physmem.avgWrBWSys 0.22 # Average system write bandwidth in MiByte/s +system.physmem.avgMemAccLat 23090.53 # Average memory access latency per DRAM burst +system.physmem.avgRdBW 31.29 # Average DRAM read bandwidth in MiByte/s +system.physmem.avgWrBW 0.17 # Average achieved write bandwidth in MiByte/s +system.physmem.avgRdBWSys 31.38 # Average system read bandwidth in MiByte/s +system.physmem.avgWrBWSys 0.19 # Average system write bandwidth in MiByte/s system.physmem.peakBW 12800.00 # Theoretical peak bandwidth in MiByte/s system.physmem.busUtil 0.25 # Data bus utilization in percentage system.physmem.busUtilRead 0.24 # Data bus utilization in percentage for reads system.physmem.busUtilWrite 0.00 # Data bus utilization in percentage for writes -system.physmem.avgRdQLen 1.02 # Average read queue length when enqueuing -system.physmem.avgWrQLen 10.79 # Average write queue length when enqueuing -system.physmem.readRowHits 27693 # Number of row buffer hits during reads -system.physmem.writeRowHits 139 # Number of row buffer hits during writes -system.physmem.readRowHitRate 91.17 # Row buffer hit rate for reads -system.physmem.writeRowHitRate 63.76 # Row buffer hit rate for writes -system.physmem.avgGap 2022862.38 # Average gap between requests -system.physmem.pageHitRate 90.98 # Row buffer hit rate, read and write combined -system.physmem_0.actEnergy 10893960 # Energy for activate commands per rank (pJ) -system.physmem_0.preEnergy 5944125 # Energy for precharge commands per rank (pJ) -system.physmem_0.readEnergy 122226000 # Energy for read commands per rank (pJ) -system.physmem_0.writeEnergy 1134000 # Energy for write commands per rank (pJ) +system.physmem.avgRdQLen 1.00 # Average read queue length when enqueuing +system.physmem.avgWrQLen 13.82 # Average write queue length when enqueuing +system.physmem.readRowHits 27697 # Number of row buffer hits during reads +system.physmem.writeRowHits 108 # Number of row buffer hits during writes +system.physmem.readRowHitRate 91.21 # Row buffer hit rate for reads +system.physmem.writeRowHitRate 58.70 # Row buffer hit rate for writes +system.physmem.avgGap 2027553.77 # Average gap between requests +system.physmem.pageHitRate 91.01 # Row buffer hit rate, read and write combined +system.physmem_0.actEnergy 10848600 # Energy for activate commands per rank (pJ) +system.physmem_0.preEnergy 5919375 # Energy for precharge commands per rank (pJ) +system.physmem_0.readEnergy 122421000 # Energy for read commands per rank (pJ) +system.physmem_0.writeEnergy 997920 # Energy for write commands per rank (pJ) system.physmem_0.refreshEnergy 4056274560 # Energy for refresh commands per rank (pJ) -system.physmem_0.actBackEnergy 2882954835 # Energy for active background per rank (pJ) -system.physmem_0.preBackEnergy 34733126250 # Energy for precharge background per rank (pJ) -system.physmem_0.totalEnergy 41812553730 # Total energy per rank (pJ) -system.physmem_0.averagePower 673.273290 # Core power per rank (mW) -system.physmem_0.memoryStateTime::IDLE 57766447750 # Time in different power states +system.physmem_0.actBackEnergy 2874471525 # Energy for active background per rank (pJ) +system.physmem_0.preBackEnergy 34740567750 # Energy for precharge background per rank (pJ) +system.physmem_0.totalEnergy 41811500730 # Total energy per rank (pJ) +system.physmem_0.averagePower 673.256335 # Core power per rank (mW) +system.physmem_0.memoryStateTime::IDLE 57777967000 # Time in different power states system.physmem_0.memoryStateTime::REF 2073760000 # Time in different power states system.physmem_0.memoryStateTime::PRE_PDN 0 # Time in different power states -system.physmem_0.memoryStateTime::ACT 2264083750 # Time in different power states +system.physmem_0.memoryStateTime::ACT 2251676750 # Time in different power states system.physmem_0.memoryStateTime::ACT_PDN 0 # Time in different power states -system.physmem_1.actEnergy 9699480 # Energy for activate commands per rank (pJ) -system.physmem_1.preEnergy 5292375 # Energy for precharge commands per rank (pJ) -system.physmem_1.readEnergy 114270000 # Energy for read commands per rank (pJ) +system.physmem_1.actEnergy 9714600 # Energy for activate commands per rank (pJ) +system.physmem_1.preEnergy 5300625 # Energy for precharge commands per rank (pJ) +system.physmem_1.readEnergy 114371400 # Energy for read commands per rank (pJ) system.physmem_1.writeEnergy 51840 # Energy for write commands per rank (pJ) system.physmem_1.refreshEnergy 4056274560 # Energy for refresh commands per rank (pJ) -system.physmem_1.actBackEnergy 3028786200 # Energy for active background per rank (pJ) -system.physmem_1.preBackEnergy 34605195750 # Energy for precharge background per rank (pJ) -system.physmem_1.totalEnergy 41819570205 # Total energy per rank (pJ) -system.physmem_1.averagePower 673.386420 # Core power per rank (mW) -system.physmem_1.memoryStateTime::IDLE 57553191500 # Time in different power states +system.physmem_1.actBackEnergy 3081237030 # Energy for active background per rank (pJ) +system.physmem_1.preBackEnergy 34559194500 # Energy for precharge background per rank (pJ) +system.physmem_1.totalEnergy 41826144555 # Total energy per rank (pJ) +system.physmem_1.averagePower 673.492132 # Core power per rank (mW) +system.physmem_1.memoryStateTime::IDLE 57475856750 # Time in different power states system.physmem_1.memoryStateTime::REF 2073760000 # Time in different power states system.physmem_1.memoryStateTime::PRE_PDN 0 # Time in different power states -system.physmem_1.memoryStateTime::ACT 2477594500 # Time in different power states +system.physmem_1.memoryStateTime::ACT 2554341750 # Time in different power states system.physmem_1.memoryStateTime::ACT_PDN 0 # Time in different power states -system.cpu.branchPred.lookups 37389273 # Number of BP lookups -system.cpu.branchPred.condPredicted 37389273 # Number of conditional branches predicted -system.cpu.branchPred.condIncorrect 796060 # Number of conditional branches incorrect -system.cpu.branchPred.BTBLookups 21398380 # Number of BTB lookups -system.cpu.branchPred.BTBHits 21281300 # Number of BTB hits +system.cpu.branchPred.lookups 37407153 # Number of BP lookups +system.cpu.branchPred.condPredicted 37407153 # Number of conditional branches predicted +system.cpu.branchPred.condIncorrect 797525 # Number of conditional branches incorrect +system.cpu.branchPred.BTBLookups 21397569 # Number of BTB lookups +system.cpu.branchPred.BTBHits 21291133 # Number of BTB hits system.cpu.branchPred.BTBCorrect 0 # Number of correct BTB predictions (this stat may not work properly. -system.cpu.branchPred.BTBHitPct 99.452856 # BTB Hit Percentage -system.cpu.branchPred.usedRAS 5538224 # Number of times the RAS was used to get a target. -system.cpu.branchPred.RASInCorrect 5409 # Number of incorrect RAS predictions. +system.cpu.branchPred.BTBHitPct 99.502579 # BTB Hit Percentage +system.cpu.branchPred.usedRAS 5522199 # Number of times the RAS was used to get a target. +system.cpu.branchPred.RASInCorrect 5378 # Number of incorrect RAS predictions. system.cpu_clk_domain.clock 500 # Clock period in ticks system.cpu.apic_clk_domain.clock 8000 # Clock period in ticks system.cpu.workload.num_syscalls 444 # Number of system calls -system.cpu.numCycles 124216279 # number of cpu cycles simulated +system.cpu.numCycles 124207986 # 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.fetch.icacheStallCycles 28231712 # Number of cycles fetch is stalled on an Icache miss -system.cpu.fetch.Insts 201414270 # Number of instructions fetch has processed -system.cpu.fetch.Branches 37389273 # Number of branches that fetch encountered -system.cpu.fetch.predictedBranches 26819524 # Number of branches that fetch has predicted taken -system.cpu.fetch.Cycles 95072949 # Number of cycles fetch has run and was not squashing or blocked -system.cpu.fetch.SquashCycles 1663625 # Number of cycles fetch has spent squashing -system.cpu.fetch.MiscStallCycles 802 # Number of cycles fetch has spent waiting on interrupts, or bad addresses, or out of MSHRs -system.cpu.fetch.PendingTrapStallCycles 13794 # Number of stall cycles due to pending traps -system.cpu.fetch.PendingQuiesceStallCycles 13 # Number of stall cycles due to pending quiesce instructions -system.cpu.fetch.IcacheWaitRetryStallCycles 15 # Number of stall cycles due to full MSHR -system.cpu.fetch.CacheLines 27828273 # Number of cache lines fetched -system.cpu.fetch.IcacheSquashes 190340 # Number of outstanding Icache misses that were squashed -system.cpu.fetch.rateDist::samples 124151097 # Number of instructions fetched each cycle (Total) -system.cpu.fetch.rateDist::mean 2.859474 # Number of instructions fetched each cycle (Total) -system.cpu.fetch.rateDist::stdev 3.368729 # Number of instructions fetched each cycle (Total) +system.cpu.fetch.icacheStallCycles 28243826 # Number of cycles fetch is stalled on an Icache miss +system.cpu.fetch.Insts 201531916 # Number of instructions fetch has processed +system.cpu.fetch.Branches 37407153 # Number of branches that fetch encountered +system.cpu.fetch.predictedBranches 26813332 # Number of branches that fetch has predicted taken +system.cpu.fetch.Cycles 95053081 # Number of cycles fetch has run and was not squashing or blocked +system.cpu.fetch.SquashCycles 1666271 # Number of cycles fetch has spent squashing +system.cpu.fetch.TlbCycles 3 # Number of cycles fetch has spent waiting for tlb +system.cpu.fetch.MiscStallCycles 874 # Number of cycles fetch has spent waiting on interrupts, or bad addresses, or out of MSHRs +system.cpu.fetch.PendingTrapStallCycles 14570 # Number of stall cycles due to pending traps +system.cpu.fetch.PendingQuiesceStallCycles 14 # Number of stall cycles due to pending quiesce instructions +system.cpu.fetch.CacheLines 27854872 # Number of cache lines fetched +system.cpu.fetch.IcacheSquashes 208775 # Number of outstanding Icache misses that were squashed +system.cpu.fetch.rateDist::samples 124145503 # Number of instructions fetched each cycle (Total) +system.cpu.fetch.rateDist::mean 2.860655 # Number of instructions fetched each cycle (Total) +system.cpu.fetch.rateDist::stdev 3.369153 # Number of instructions fetched each cycle (Total) system.cpu.fetch.rateDist::underflows 0 0.00% 0.00% # Number of instructions fetched each cycle (Total) -system.cpu.fetch.rateDist::0 63239379 50.94% 50.94% # Number of instructions fetched each cycle (Total) -system.cpu.fetch.rateDist::1 3665567 2.95% 53.89% # Number of instructions fetched each cycle (Total) -system.cpu.fetch.rateDist::2 3524262 2.84% 56.73% # Number of instructions fetched each cycle (Total) -system.cpu.fetch.rateDist::3 5966051 4.81% 61.53% # Number of instructions fetched each cycle (Total) -system.cpu.fetch.rateDist::4 7629037 6.14% 67.68% # Number of instructions fetched each cycle (Total) -system.cpu.fetch.rateDist::5 5460577 4.40% 72.08% # Number of instructions fetched each cycle (Total) -system.cpu.fetch.rateDist::6 3340077 2.69% 74.77% # Number of instructions fetched each cycle (Total) -system.cpu.fetch.rateDist::7 2074079 1.67% 76.44% # Number of instructions fetched each cycle (Total) -system.cpu.fetch.rateDist::8 29252068 23.56% 100.00% # Number of instructions fetched each cycle (Total) +system.cpu.fetch.rateDist::0 63227150 50.93% 50.93% # Number of instructions fetched each cycle (Total) +system.cpu.fetch.rateDist::1 3664165 2.95% 53.88% # Number of instructions fetched each cycle (Total) +system.cpu.fetch.rateDist::2 3505505 2.82% 56.71% # Number of instructions fetched each cycle (Total) +system.cpu.fetch.rateDist::3 5966108 4.81% 61.51% # Number of instructions fetched each cycle (Total) +system.cpu.fetch.rateDist::4 7642313 6.16% 67.67% # Number of instructions fetched each cycle (Total) +system.cpu.fetch.rateDist::5 5450974 4.39% 72.06% # Number of instructions fetched each cycle (Total) +system.cpu.fetch.rateDist::6 3347715 2.70% 74.75% # Number of instructions fetched each cycle (Total) +system.cpu.fetch.rateDist::7 2079081 1.67% 76.43% # Number of instructions fetched each cycle (Total) +system.cpu.fetch.rateDist::8 29262492 23.57% 100.00% # Number of instructions fetched each cycle (Total) system.cpu.fetch.rateDist::overflows 0 0.00% 100.00% # Number of instructions fetched each cycle (Total) system.cpu.fetch.rateDist::min_value 0 # Number of instructions fetched each cycle (Total) system.cpu.fetch.rateDist::max_value 8 # Number of instructions fetched each cycle (Total) -system.cpu.fetch.rateDist::total 124151097 # Number of instructions fetched each cycle (Total) -system.cpu.fetch.branchRate 0.301001 # Number of branch fetches per cycle -system.cpu.fetch.rate 1.621480 # Number of inst fetches per cycle -system.cpu.decode.IdleCycles 13268959 # Number of cycles decode is idle -system.cpu.decode.BlockedCycles 63731322 # Number of cycles decode is blocked -system.cpu.decode.RunCycles 36520631 # Number of cycles decode is running -system.cpu.decode.UnblockCycles 9798373 # Number of cycles decode is unblocking -system.cpu.decode.SquashCycles 831812 # Number of cycles decode is squashing -system.cpu.decode.DecodedInsts 334996047 # Number of instructions handled by decode -system.cpu.rename.SquashCycles 831812 # Number of cycles rename is squashing -system.cpu.rename.IdleCycles 18591577 # Number of cycles rename is idle -system.cpu.rename.BlockCycles 8853243 # Number of cycles rename is blocking -system.cpu.rename.serializeStallCycles 16711 # count of cycles rename stalled for serializing inst -system.cpu.rename.RunCycles 40784813 # Number of cycles rename is running -system.cpu.rename.UnblockCycles 55072941 # Number of cycles rename is unblocking -system.cpu.rename.RenamedInsts 328614087 # Number of instructions processed by rename -system.cpu.rename.ROBFullEvents 2150 # Number of times rename has blocked due to ROB full -system.cpu.rename.IQFullEvents 765426 # Number of times rename has blocked due to IQ full -system.cpu.rename.LQFullEvents 48317500 # Number of times rename has blocked due to LQ full -system.cpu.rename.SQFullEvents 4996682 # Number of times rename has blocked due to SQ full -system.cpu.rename.RenamedOperands 330544508 # Number of destination operands rename has renamed -system.cpu.rename.RenameLookups 872885571 # Number of register rename lookups that rename has made -system.cpu.rename.int_rename_lookups 537662987 # Number of integer rename lookups -system.cpu.rename.fp_rename_lookups 823 # Number of floating rename lookups +system.cpu.fetch.rateDist::total 124145503 # Number of instructions fetched each cycle (Total) +system.cpu.fetch.branchRate 0.301165 # Number of branch fetches per cycle +system.cpu.fetch.rate 1.622536 # Number of inst fetches per cycle +system.cpu.decode.IdleCycles 13298609 # Number of cycles decode is idle +system.cpu.decode.BlockedCycles 63688691 # Number of cycles decode is blocked +system.cpu.decode.RunCycles 36532978 # Number of cycles decode is running +system.cpu.decode.UnblockCycles 9792090 # Number of cycles decode is unblocking +system.cpu.decode.SquashCycles 833135 # Number of cycles decode is squashing +system.cpu.decode.DecodedInsts 335053232 # Number of instructions handled by decode +system.cpu.rename.SquashCycles 833135 # Number of cycles rename is squashing +system.cpu.rename.IdleCycles 18606460 # Number of cycles rename is idle +system.cpu.rename.BlockCycles 8830273 # Number of cycles rename is blocking +system.cpu.rename.serializeStallCycles 16174 # count of cycles rename stalled for serializing inst +system.cpu.rename.RunCycles 40807487 # Number of cycles rename is running +system.cpu.rename.UnblockCycles 55051974 # Number of cycles rename is unblocking +system.cpu.rename.RenamedInsts 328692220 # Number of instructions processed by rename +system.cpu.rename.ROBFullEvents 2265 # Number of times rename has blocked due to ROB full +system.cpu.rename.IQFullEvents 765831 # Number of times rename has blocked due to IQ full +system.cpu.rename.LQFullEvents 48323645 # Number of times rename has blocked due to LQ full +system.cpu.rename.SQFullEvents 4961410 # Number of times rename has blocked due to SQ full +system.cpu.rename.RenamedOperands 330669691 # Number of destination operands rename has renamed +system.cpu.rename.RenameLookups 873156420 # Number of register rename lookups that rename has made +system.cpu.rename.int_rename_lookups 537756143 # Number of integer rename lookups +system.cpu.rename.fp_rename_lookups 567 # Number of floating rename lookups system.cpu.rename.CommittedMaps 279212747 # Number of HB maps that are committed -system.cpu.rename.UndoneMaps 51331761 # Number of HB maps that are undone due to squashing -system.cpu.rename.serializingInsts 491 # count of serializing insts renamed -system.cpu.rename.tempSerializingInsts 491 # count of temporary serializing insts renamed -system.cpu.rename.skidInsts 66256508 # count of insts added to the skid buffer -system.cpu.memDep0.insertedLoads 106310670 # Number of loads inserted to the mem dependence unit. -system.cpu.memDep0.insertedStores 36525048 # Number of stores inserted to the mem dependence unit. -system.cpu.memDep0.conflictingLoads 49788623 # Number of conflicting loads. -system.cpu.memDep0.conflictingStores 8449867 # Number of conflicting stores. -system.cpu.iq.iqInstsAdded 325445308 # Number of instructions added to the IQ (excludes non-spec) -system.cpu.iq.iqNonSpecInstsAdded 1768 # Number of non-speculative instructions added to the IQ -system.cpu.iq.iqInstsIssued 307970327 # Number of instructions issued -system.cpu.iq.iqSquashedInstsIssued 51339 # Number of squashed instructions issued -system.cpu.iq.iqSquashedInstsExamined 47254612 # Number of squashed instructions iterated over during squash; mainly for profiling -system.cpu.iq.iqSquashedOperandsExamined 68858955 # Number of squashed operands that are examined and possibly removed from graph -system.cpu.iq.iqSquashedNonSpecRemoved 1323 # Number of squashed non-spec instructions that were removed -system.cpu.iq.issued_per_cycle::samples 124151097 # Number of insts issued each cycle -system.cpu.iq.issued_per_cycle::mean 2.480609 # Number of insts issued each cycle -system.cpu.iq.issued_per_cycle::stdev 2.128122 # Number of insts issued each cycle +system.cpu.rename.UndoneMaps 51456944 # Number of HB maps that are undone due to squashing +system.cpu.rename.serializingInsts 481 # count of serializing insts renamed +system.cpu.rename.tempSerializingInsts 481 # count of temporary serializing insts renamed +system.cpu.rename.skidInsts 66169497 # count of insts added to the skid buffer +system.cpu.memDep0.insertedLoads 106330183 # Number of loads inserted to the mem dependence unit. +system.cpu.memDep0.insertedStores 36531613 # Number of stores inserted to the mem dependence unit. +system.cpu.memDep0.conflictingLoads 49817317 # Number of conflicting loads. +system.cpu.memDep0.conflictingStores 8395275 # Number of conflicting stores. +system.cpu.iq.iqInstsAdded 325507363 # Number of instructions added to the IQ (excludes non-spec) +system.cpu.iq.iqNonSpecInstsAdded 2500 # Number of non-speculative instructions added to the IQ +system.cpu.iq.iqInstsIssued 308019505 # Number of instructions issued +system.cpu.iq.iqSquashedInstsIssued 50533 # Number of squashed instructions issued +system.cpu.iq.iqSquashedInstsExamined 47317399 # Number of squashed instructions iterated over during squash; mainly for profiling +system.cpu.iq.iqSquashedOperandsExamined 68952386 # Number of squashed operands that are examined and possibly removed from graph +system.cpu.iq.iqSquashedNonSpecRemoved 2055 # Number of squashed non-spec instructions that were removed +system.cpu.iq.issued_per_cycle::samples 124145503 # Number of insts issued each cycle +system.cpu.iq.issued_per_cycle::mean 2.481117 # Number of insts issued each cycle +system.cpu.iq.issued_per_cycle::stdev 2.143684 # Number of insts issued each cycle system.cpu.iq.issued_per_cycle::underflows 0 0.00% 0.00% # Number of insts issued each cycle -system.cpu.iq.issued_per_cycle::0 30600533 24.65% 24.65% # Number of insts issued each cycle -system.cpu.iq.issued_per_cycle::1 19593175 15.78% 40.43% # Number of insts issued each cycle -system.cpu.iq.issued_per_cycle::2 16755552 13.50% 53.93% # Number of insts issued each cycle -system.cpu.iq.issued_per_cycle::3 17045170 13.73% 67.66% # Number of insts issued each cycle -system.cpu.iq.issued_per_cycle::4 15962727 12.86% 80.51% # Number of insts issued each cycle -system.cpu.iq.issued_per_cycle::5 12649852 10.19% 90.70% # Number of insts issued each cycle -system.cpu.iq.issued_per_cycle::6 5781799 4.66% 95.36% # Number of insts issued each cycle -system.cpu.iq.issued_per_cycle::7 4158736 3.35% 98.71% # Number of insts issued each cycle -system.cpu.iq.issued_per_cycle::8 1603553 1.29% 100.00% # Number of insts issued each cycle +system.cpu.iq.issued_per_cycle::0 30872061 24.87% 24.87% # Number of insts issued each cycle +system.cpu.iq.issued_per_cycle::1 19525697 15.73% 40.60% # Number of insts issued each cycle +system.cpu.iq.issued_per_cycle::2 16787256 13.52% 54.12% # Number of insts issued each cycle +system.cpu.iq.issued_per_cycle::3 17357634 13.98% 68.10% # Number of insts issued each cycle +system.cpu.iq.issued_per_cycle::4 14846406 11.96% 80.06% # Number of insts issued each cycle +system.cpu.iq.issued_per_cycle::5 12689504 10.22% 90.28% # Number of insts issued each cycle +system.cpu.iq.issued_per_cycle::6 6302474 5.08% 95.36% # Number of insts issued each cycle +system.cpu.iq.issued_per_cycle::7 3917362 3.16% 98.51% # Number of insts issued each cycle +system.cpu.iq.issued_per_cycle::8 1847109 1.49% 100.00% # Number of insts issued each cycle system.cpu.iq.issued_per_cycle::overflows 0 0.00% 100.00% # Number of insts issued each cycle system.cpu.iq.issued_per_cycle::min_value 0 # Number of insts issued each cycle system.cpu.iq.issued_per_cycle::max_value 8 # Number of insts issued each cycle -system.cpu.iq.issued_per_cycle::total 124151097 # Number of insts issued each cycle +system.cpu.iq.issued_per_cycle::total 124145503 # Number of insts issued each cycle system.cpu.iq.fu_full::No_OpClass 0 0.00% 0.00% # attempts to use FU when none available -system.cpu.iq.fu_full::IntAlu 316480 7.51% 7.51% # attempts to use FU when none available -system.cpu.iq.fu_full::IntMult 0 0.00% 7.51% # attempts to use FU when none available -system.cpu.iq.fu_full::IntDiv 0 0.00% 7.51% # attempts to use FU when none available -system.cpu.iq.fu_full::FloatAdd 0 0.00% 7.51% # attempts to use FU when none available -system.cpu.iq.fu_full::FloatCmp 0 0.00% 7.51% # attempts to use FU when none available -system.cpu.iq.fu_full::FloatCvt 0 0.00% 7.51% # attempts to use FU when none available -system.cpu.iq.fu_full::FloatMult 0 0.00% 7.51% # attempts to use FU when none available -system.cpu.iq.fu_full::FloatDiv 0 0.00% 7.51% # attempts to use FU when none available -system.cpu.iq.fu_full::FloatSqrt 0 0.00% 7.51% # attempts to use FU when none available -system.cpu.iq.fu_full::SimdAdd 0 0.00% 7.51% # attempts to use FU when none available -system.cpu.iq.fu_full::SimdAddAcc 0 0.00% 7.51% # attempts to use FU when none available -system.cpu.iq.fu_full::SimdAlu 0 0.00% 7.51% # attempts to use FU when none available -system.cpu.iq.fu_full::SimdCmp 0 0.00% 7.51% # attempts to use FU when none available -system.cpu.iq.fu_full::SimdCvt 0 0.00% 7.51% # attempts to use FU when none available -system.cpu.iq.fu_full::SimdMisc 0 0.00% 7.51% # attempts to use FU when none available -system.cpu.iq.fu_full::SimdMult 0 0.00% 7.51% # attempts to use FU when none available -system.cpu.iq.fu_full::SimdMultAcc 0 0.00% 7.51% # attempts to use FU when none available -system.cpu.iq.fu_full::SimdShift 0 0.00% 7.51% # attempts to use FU when none available -system.cpu.iq.fu_full::SimdShiftAcc 0 0.00% 7.51% # attempts to use FU when none available -system.cpu.iq.fu_full::SimdSqrt 0 0.00% 7.51% # attempts to use FU when none available -system.cpu.iq.fu_full::SimdFloatAdd 0 0.00% 7.51% # attempts to use FU when none available -system.cpu.iq.fu_full::SimdFloatAlu 0 0.00% 7.51% # attempts to use FU when none available -system.cpu.iq.fu_full::SimdFloatCmp 0 0.00% 7.51% # attempts to use FU when none available -system.cpu.iq.fu_full::SimdFloatCvt 0 0.00% 7.51% # attempts to use FU when none available -system.cpu.iq.fu_full::SimdFloatDiv 0 0.00% 7.51% # attempts to use FU when none available -system.cpu.iq.fu_full::SimdFloatMisc 0 0.00% 7.51% # attempts to use FU when none available -system.cpu.iq.fu_full::SimdFloatMult 0 0.00% 7.51% # attempts to use FU when none available -system.cpu.iq.fu_full::SimdFloatMultAcc 0 0.00% 7.51% # attempts to use FU when none available -system.cpu.iq.fu_full::SimdFloatSqrt 0 0.00% 7.51% # attempts to use FU when none available -system.cpu.iq.fu_full::MemRead 3709774 87.98% 95.49% # attempts to use FU when none available -system.cpu.iq.fu_full::MemWrite 190338 4.51% 100.00% # attempts to use FU when none available +system.cpu.iq.fu_full::IntAlu 329941 8.31% 8.31% # attempts to use FU when none available +system.cpu.iq.fu_full::IntMult 0 0.00% 8.31% # attempts to use FU when none available +system.cpu.iq.fu_full::IntDiv 0 0.00% 8.31% # attempts to use FU when none available +system.cpu.iq.fu_full::FloatAdd 0 0.00% 8.31% # attempts to use FU when none available +system.cpu.iq.fu_full::FloatCmp 0 0.00% 8.31% # attempts to use FU when none available +system.cpu.iq.fu_full::FloatCvt 0 0.00% 8.31% # attempts to use FU when none available +system.cpu.iq.fu_full::FloatMult 0 0.00% 8.31% # attempts to use FU when none available +system.cpu.iq.fu_full::FloatDiv 0 0.00% 8.31% # attempts to use FU when none available +system.cpu.iq.fu_full::FloatSqrt 0 0.00% 8.31% # attempts to use FU when none available +system.cpu.iq.fu_full::SimdAdd 0 0.00% 8.31% # attempts to use FU when none available +system.cpu.iq.fu_full::SimdAddAcc 0 0.00% 8.31% # attempts to use FU when none available +system.cpu.iq.fu_full::SimdAlu 0 0.00% 8.31% # attempts to use FU when none available +system.cpu.iq.fu_full::SimdCmp 0 0.00% 8.31% # attempts to use FU when none available +system.cpu.iq.fu_full::SimdCvt 0 0.00% 8.31% # attempts to use FU when none available +system.cpu.iq.fu_full::SimdMisc 0 0.00% 8.31% # attempts to use FU when none available +system.cpu.iq.fu_full::SimdMult 0 0.00% 8.31% # attempts to use FU when none available +system.cpu.iq.fu_full::SimdMultAcc 0 0.00% 8.31% # attempts to use FU when none available +system.cpu.iq.fu_full::SimdShift 0 0.00% 8.31% # attempts to use FU when none available +system.cpu.iq.fu_full::SimdShiftAcc 0 0.00% 8.31% # attempts to use FU when none available +system.cpu.iq.fu_full::SimdSqrt 0 0.00% 8.31% # attempts to use FU when none available +system.cpu.iq.fu_full::SimdFloatAdd 0 0.00% 8.31% # attempts to use FU when none available +system.cpu.iq.fu_full::SimdFloatAlu 0 0.00% 8.31% # attempts to use FU when none available +system.cpu.iq.fu_full::SimdFloatCmp 0 0.00% 8.31% # attempts to use FU when none available +system.cpu.iq.fu_full::SimdFloatCvt 0 0.00% 8.31% # attempts to use FU when none available +system.cpu.iq.fu_full::SimdFloatDiv 0 0.00% 8.31% # attempts to use FU when none available +system.cpu.iq.fu_full::SimdFloatMisc 0 0.00% 8.31% # attempts to use FU when none available +system.cpu.iq.fu_full::SimdFloatMult 0 0.00% 8.31% # attempts to use FU when none available +system.cpu.iq.fu_full::SimdFloatMultAcc 0 0.00% 8.31% # attempts to use FU when none available +system.cpu.iq.fu_full::SimdFloatSqrt 0 0.00% 8.31% # attempts to use FU when none available +system.cpu.iq.fu_full::MemRead 3456308 87.04% 95.35% # attempts to use FU when none available +system.cpu.iq.fu_full::MemWrite 184474 4.65% 100.00% # attempts to use FU when none available system.cpu.iq.fu_full::IprAccess 0 0.00% 100.00% # attempts to use FU when none available system.cpu.iq.fu_full::InstPrefetch 0 0.00% 100.00% # attempts to use FU when none available -system.cpu.iq.FU_type_0::No_OpClass 33340 0.01% 0.01% # Type of FU issued -system.cpu.iq.FU_type_0::IntAlu 175386232 56.95% 56.96% # Type of FU issued -system.cpu.iq.FU_type_0::IntMult 11196 0.00% 56.96% # Type of FU issued -system.cpu.iq.FU_type_0::IntDiv 347 0.00% 56.96% # Type of FU issued -system.cpu.iq.FU_type_0::FloatAdd 45 0.00% 56.96% # Type of FU issued +system.cpu.iq.FU_type_0::No_OpClass 33338 0.01% 0.01% # Type of FU issued +system.cpu.iq.FU_type_0::IntAlu 175410718 56.95% 56.96% # Type of FU issued +system.cpu.iq.FU_type_0::IntMult 11212 0.00% 56.96% # Type of FU issued +system.cpu.iq.FU_type_0::IntDiv 340 0.00% 56.96% # Type of FU issued +system.cpu.iq.FU_type_0::FloatAdd 38 0.00% 56.96% # Type of FU issued system.cpu.iq.FU_type_0::FloatCmp 0 0.00% 56.96% # Type of FU issued system.cpu.iq.FU_type_0::FloatCvt 0 0.00% 56.96% # Type of FU issued system.cpu.iq.FU_type_0::FloatMult 0 0.00% 56.96% # Type of FU issued @@ -437,84 +433,84 @@ system.cpu.iq.FU_type_0::SimdFloatMisc 0 0.00% 56.96% # Ty system.cpu.iq.FU_type_0::SimdFloatMult 0 0.00% 56.96% # Type of FU issued system.cpu.iq.FU_type_0::SimdFloatMultAcc 0 0.00% 56.96% # Type of FU issued system.cpu.iq.FU_type_0::SimdFloatSqrt 0 0.00% 56.96% # Type of FU issued -system.cpu.iq.FU_type_0::MemRead 98505322 31.99% 88.95% # Type of FU issued -system.cpu.iq.FU_type_0::MemWrite 34033845 11.05% 100.00% # Type of FU issued +system.cpu.iq.FU_type_0::MemRead 98529790 31.99% 88.95% # Type of FU issued +system.cpu.iq.FU_type_0::MemWrite 34034069 11.05% 100.00% # Type of FU issued system.cpu.iq.FU_type_0::IprAccess 0 0.00% 100.00% # Type of FU issued system.cpu.iq.FU_type_0::InstPrefetch 0 0.00% 100.00% # Type of FU issued -system.cpu.iq.FU_type_0::total 307970327 # Type of FU issued -system.cpu.iq.rate 2.479307 # Inst issue rate -system.cpu.iq.fu_busy_cnt 4216592 # FU busy when requested -system.cpu.iq.fu_busy_rate 0.013692 # FU busy rate (busy events/executed inst) -system.cpu.iq.int_inst_queue_reads 744358969 # Number of integer instruction queue reads -system.cpu.iq.int_inst_queue_writes 372741153 # Number of integer instruction queue writes -system.cpu.iq.int_inst_queue_wakeup_accesses 305973250 # Number of integer instruction queue wakeup accesses -system.cpu.iq.fp_inst_queue_reads 713 # Number of floating instruction queue reads -system.cpu.iq.fp_inst_queue_writes 1268 # Number of floating instruction queue writes -system.cpu.iq.fp_inst_queue_wakeup_accesses 215 # Number of floating instruction queue wakeup accesses -system.cpu.iq.int_alu_accesses 312153240 # Number of integer alu accesses -system.cpu.iq.fp_alu_accesses 339 # Number of floating point alu accesses -system.cpu.iew.lsq.thread0.forwLoads 58265174 # Number of loads that had data forwarded from stores +system.cpu.iq.FU_type_0::total 308019505 # Type of FU issued +system.cpu.iq.rate 2.479869 # Inst issue rate +system.cpu.iq.fu_busy_cnt 3970723 # FU busy when requested +system.cpu.iq.fu_busy_rate 0.012891 # FU busy rate (busy events/executed inst) +system.cpu.iq.int_inst_queue_reads 744205245 # Number of integer instruction queue reads +system.cpu.iq.int_inst_queue_writes 372866875 # Number of integer instruction queue writes +system.cpu.iq.int_inst_queue_wakeup_accesses 306008038 # Number of integer instruction queue wakeup accesses +system.cpu.iq.fp_inst_queue_reads 524 # Number of floating instruction queue reads +system.cpu.iq.fp_inst_queue_writes 864 # Number of floating instruction queue writes +system.cpu.iq.fp_inst_queue_wakeup_accesses 168 # Number of floating instruction queue wakeup accesses +system.cpu.iq.int_alu_accesses 311956642 # Number of integer alu accesses +system.cpu.iq.fp_alu_accesses 248 # Number of floating point alu accesses +system.cpu.iew.lsq.thread0.forwLoads 58273942 # Number of loads that had data forwarded from stores system.cpu.iew.lsq.thread0.invAddrLoads 0 # Number of loads ignored due to an invalid address -system.cpu.iew.lsq.thread0.squashedLoads 15531285 # Number of loads squashed -system.cpu.iew.lsq.thread0.ignoredResponses 58585 # Number of memory responses ignored because the instruction is squashed -system.cpu.iew.lsq.thread0.memOrderViolation 41983 # Number of memory ordering violations -system.cpu.iew.lsq.thread0.squashedStores 5085296 # Number of stores squashed +system.cpu.iew.lsq.thread0.squashedLoads 15550798 # Number of loads squashed +system.cpu.iew.lsq.thread0.ignoredResponses 67136 # Number of memory responses ignored because the instruction is squashed +system.cpu.iew.lsq.thread0.memOrderViolation 41716 # Number of memory ordering violations +system.cpu.iew.lsq.thread0.squashedStores 5091861 # Number of stores squashed system.cpu.iew.lsq.thread0.invAddrSwpfs 0 # Number of software prefetches ignored due to an invalid address system.cpu.iew.lsq.thread0.blockedLoads 0 # Number of blocked loads due to partial load-store forwarding -system.cpu.iew.lsq.thread0.rescheduledLoads 3668 # Number of loads that were rescheduled -system.cpu.iew.lsq.thread0.cacheBlocked 124310 # Number of times an access to memory failed due to the cache being blocked +system.cpu.iew.lsq.thread0.rescheduledLoads 3678 # Number of loads that were rescheduled +system.cpu.iew.lsq.thread0.cacheBlocked 142532 # Number of times an access to memory failed due to the cache being blocked system.cpu.iew.iewIdleCycles 0 # Number of cycles IEW is idle -system.cpu.iew.iewSquashCycles 831812 # Number of cycles IEW is squashing -system.cpu.iew.iewBlockCycles 5699246 # Number of cycles IEW is blocking -system.cpu.iew.iewUnblockCycles 3054980 # Number of cycles IEW is unblocking -system.cpu.iew.iewDispatchedInsts 325447076 # Number of instructions dispatched to IQ -system.cpu.iew.iewDispSquashedInsts 123578 # Number of squashed instructions skipped by dispatch -system.cpu.iew.iewDispLoadInsts 106310670 # Number of dispatched load instructions -system.cpu.iew.iewDispStoreInsts 36525048 # Number of dispatched store instructions -system.cpu.iew.iewDispNonSpecInsts 476 # Number of dispatched non-speculative instructions -system.cpu.iew.iewIQFullEvents 2754 # Number of times the IQ has become full, causing a stall -system.cpu.iew.iewLSQFullEvents 3058247 # Number of times the LSQ has become full, causing a stall -system.cpu.iew.memOrderViolationEvents 41983 # Number of memory order violations -system.cpu.iew.predictedTakenIncorrect 401587 # Number of branches that were predicted taken incorrectly -system.cpu.iew.predictedNotTakenIncorrect 444043 # Number of branches that were predicted not taken incorrectly -system.cpu.iew.branchMispredicts 845630 # Number of branch mispredicts detected at execute -system.cpu.iew.iewExecutedInsts 306900581 # Number of executed instructions -system.cpu.iew.iewExecLoadInsts 98149248 # Number of load instructions executed -system.cpu.iew.iewExecSquashedInsts 1069746 # Number of squashed instructions skipped in execute +system.cpu.iew.iewSquashCycles 833135 # Number of cycles IEW is squashing +system.cpu.iew.iewBlockCycles 5706209 # Number of cycles IEW is blocking +system.cpu.iew.iewUnblockCycles 3030570 # Number of cycles IEW is unblocking +system.cpu.iew.iewDispatchedInsts 325509863 # Number of instructions dispatched to IQ +system.cpu.iew.iewDispSquashedInsts 125935 # Number of squashed instructions skipped by dispatch +system.cpu.iew.iewDispLoadInsts 106330183 # Number of dispatched load instructions +system.cpu.iew.iewDispStoreInsts 36531613 # Number of dispatched store instructions +system.cpu.iew.iewDispNonSpecInsts 471 # Number of dispatched non-speculative instructions +system.cpu.iew.iewIQFullEvents 2800 # Number of times the IQ has become full, causing a stall +system.cpu.iew.iewLSQFullEvents 3033928 # Number of times the LSQ has become full, causing a stall +system.cpu.iew.memOrderViolationEvents 41716 # Number of memory order violations +system.cpu.iew.predictedTakenIncorrect 402612 # Number of branches that were predicted taken incorrectly +system.cpu.iew.predictedNotTakenIncorrect 445047 # Number of branches that were predicted not taken incorrectly +system.cpu.iew.branchMispredicts 847659 # Number of branch mispredicts detected at execute +system.cpu.iew.iewExecutedInsts 306958421 # Number of executed instructions +system.cpu.iew.iewExecLoadInsts 98183223 # Number of load instructions executed +system.cpu.iew.iewExecSquashedInsts 1061084 # Number of squashed instructions skipped in execute system.cpu.iew.exec_swp 0 # number of swp insts executed system.cpu.iew.exec_nop 0 # number of nop insts executed -system.cpu.iew.exec_refs 131968833 # number of memory reference insts executed -system.cpu.iew.exec_branches 31535132 # Number of branches executed -system.cpu.iew.exec_stores 33819585 # Number of stores executed -system.cpu.iew.exec_rate 2.470695 # Inst execution rate -system.cpu.iew.wb_sent 306301702 # cumulative count of insts sent to commit -system.cpu.iew.wb_count 305973465 # cumulative count of insts written-back -system.cpu.iew.wb_producers 231572201 # num instructions producing a value -system.cpu.iew.wb_consumers 336082865 # num instructions consuming a value +system.cpu.iew.exec_refs 132003276 # number of memory reference insts executed +system.cpu.iew.exec_branches 31537655 # Number of branches executed +system.cpu.iew.exec_stores 33820053 # Number of stores executed +system.cpu.iew.exec_rate 2.471326 # Inst execution rate +system.cpu.iew.wb_sent 306335531 # cumulative count of insts sent to commit +system.cpu.iew.wb_count 306008206 # cumulative count of insts written-back +system.cpu.iew.wb_producers 231609196 # num instructions producing a value +system.cpu.iew.wb_consumers 336109097 # num instructions consuming a value system.cpu.iew.wb_penalized 0 # number of instrctions required to write to 'other' IQ -system.cpu.iew.wb_rate 2.463232 # insts written-back per cycle -system.cpu.iew.wb_fanout 0.689033 # average fanout of values written-back +system.cpu.iew.wb_rate 2.463676 # insts written-back per cycle +system.cpu.iew.wb_fanout 0.689089 # average fanout of values written-back system.cpu.iew.wb_penalized_rate 0 # fraction of instructions written-back that wrote to 'other' IQ -system.cpu.commit.commitSquashedInsts 47355755 # The number of squashed insts skipped by commit +system.cpu.commit.commitSquashedInsts 47420049 # The number of squashed insts skipped by commit system.cpu.commit.commitNonSpecStalls 445 # The number of times commit has been forced to stall to communicate backwards -system.cpu.commit.branchMispredicts 796864 # The number of times a branch was mispredicted -system.cpu.commit.committed_per_cycle::samples 117707358 # Number of insts commited each cycle -system.cpu.commit.committed_per_cycle::mean 2.363425 # Number of insts commited each cycle -system.cpu.commit.committed_per_cycle::stdev 3.086682 # Number of insts commited each cycle +system.cpu.commit.branchMispredicts 798401 # The number of times a branch was mispredicted +system.cpu.commit.committed_per_cycle::samples 117693042 # Number of insts commited each cycle +system.cpu.commit.committed_per_cycle::mean 2.363712 # Number of insts commited each cycle +system.cpu.commit.committed_per_cycle::stdev 3.086908 # Number of insts commited each cycle system.cpu.commit.committed_per_cycle::underflows 0 0.00% 0.00% # Number of insts commited each cycle -system.cpu.commit.committed_per_cycle::0 53343112 45.32% 45.32% # Number of insts commited each cycle -system.cpu.commit.committed_per_cycle::1 15934290 13.54% 58.86% # Number of insts commited each cycle -system.cpu.commit.committed_per_cycle::2 11043478 9.38% 68.24% # Number of insts commited each cycle -system.cpu.commit.committed_per_cycle::3 8763951 7.45% 75.68% # Number of insts commited each cycle -system.cpu.commit.committed_per_cycle::4 1880549 1.60% 77.28% # Number of insts commited each cycle -system.cpu.commit.committed_per_cycle::5 1728612 1.47% 78.75% # Number of insts commited each cycle -system.cpu.commit.committed_per_cycle::6 852753 0.72% 79.47% # Number of insts commited each cycle -system.cpu.commit.committed_per_cycle::7 687313 0.58% 80.06% # Number of insts commited each cycle -system.cpu.commit.committed_per_cycle::8 23473300 19.94% 100.00% # Number of insts commited each cycle +system.cpu.commit.committed_per_cycle::0 53351319 45.33% 45.33% # Number of insts commited each cycle +system.cpu.commit.committed_per_cycle::1 15952359 13.55% 58.89% # Number of insts commited each cycle +system.cpu.commit.committed_per_cycle::2 10962553 9.31% 68.20% # Number of insts commited each cycle +system.cpu.commit.committed_per_cycle::3 8763534 7.45% 75.65% # Number of insts commited each cycle +system.cpu.commit.committed_per_cycle::4 1923790 1.63% 77.28% # Number of insts commited each cycle +system.cpu.commit.committed_per_cycle::5 1729278 1.47% 78.75% # Number of insts commited each cycle +system.cpu.commit.committed_per_cycle::6 853123 0.72% 79.47% # Number of insts commited each cycle +system.cpu.commit.committed_per_cycle::7 692579 0.59% 80.06% # Number of insts commited each cycle +system.cpu.commit.committed_per_cycle::8 23464507 19.94% 100.00% # Number of insts commited each cycle system.cpu.commit.committed_per_cycle::overflows 0 0.00% 100.00% # Number of insts commited each cycle system.cpu.commit.committed_per_cycle::min_value 0 # Number of insts commited each cycle system.cpu.commit.committed_per_cycle::max_value 8 # Number of insts commited each cycle -system.cpu.commit.committed_per_cycle::total 117707358 # Number of insts commited each cycle +system.cpu.commit.committed_per_cycle::total 117693042 # Number of insts commited each cycle system.cpu.commit.committedInsts 157988547 # Number of instructions committed system.cpu.commit.committedOps 278192464 # Number of ops (including micro ops) committed system.cpu.commit.swp_count 0 # Number of s/w prefetches committed @@ -560,324 +556,330 @@ system.cpu.commit.op_class_0::MemWrite 31439752 11.30% 100.00% # Cl system.cpu.commit.op_class_0::IprAccess 0 0.00% 100.00% # Class of committed instruction system.cpu.commit.op_class_0::InstPrefetch 0 0.00% 100.00% # Class of committed instruction system.cpu.commit.op_class_0::total 278192464 # Class of committed instruction -system.cpu.commit.bw_lim_events 23473300 # number cycles where commit BW limit reached -system.cpu.rob.rob_reads 419782277 # The number of ROB reads -system.cpu.rob.rob_writes 657549499 # The number of ROB writes -system.cpu.timesIdled 568 # Number of times that the entire CPU went into an idle state and unscheduled itself -system.cpu.idleCycles 65182 # Total number of cycles that the CPU has spent unscheduled due to idling +system.cpu.commit.bw_lim_events 23464507 # number cycles where commit BW limit reached +system.cpu.rob.rob_reads 419841048 # The number of ROB reads +system.cpu.rob.rob_writes 657686557 # The number of ROB writes +system.cpu.timesIdled 566 # Number of times that the entire CPU went into an idle state and unscheduled itself +system.cpu.idleCycles 62483 # Total number of cycles that the CPU has spent unscheduled due to idling system.cpu.committedInsts 157988547 # Number of Instructions Simulated system.cpu.committedOps 278192464 # Number of Ops (including micro ops) Simulated -system.cpu.cpi 0.786236 # CPI: Cycles Per Instruction -system.cpu.cpi_total 0.786236 # CPI: Total CPI of All Threads -system.cpu.ipc 1.271883 # IPC: Instructions Per Cycle -system.cpu.ipc_total 1.271883 # IPC: Total IPC of All Threads -system.cpu.int_regfile_reads 493639930 # number of integer regfile reads -system.cpu.int_regfile_writes 240886983 # number of integer regfile writes -system.cpu.fp_regfile_reads 187 # number of floating regfile reads -system.cpu.fp_regfile_writes 111 # number of floating regfile writes -system.cpu.cc_regfile_reads 107695799 # number of cc regfile reads -system.cpu.cc_regfile_writes 64567771 # number of cc regfile writes -system.cpu.misc_regfile_reads 196286158 # number of misc regfile reads +system.cpu.cpi 0.786183 # CPI: Cycles Per Instruction +system.cpu.cpi_total 0.786183 # CPI: Total CPI of All Threads +system.cpu.ipc 1.271968 # IPC: Instructions Per Cycle +system.cpu.ipc_total 1.271968 # IPC: Total IPC of All Threads +system.cpu.int_regfile_reads 493729388 # number of integer regfile reads +system.cpu.int_regfile_writes 240917610 # number of integer regfile writes +system.cpu.fp_regfile_reads 146 # number of floating regfile reads +system.cpu.fp_regfile_writes 96 # number of floating regfile writes +system.cpu.cc_regfile_reads 107705980 # number of cc regfile reads +system.cpu.cc_regfile_writes 64576396 # number of cc regfile writes +system.cpu.misc_regfile_reads 196329384 # number of misc regfile reads system.cpu.misc_regfile_writes 1 # number of misc regfile writes -system.cpu.dcache.tags.replacements 2072438 # number of replacements -system.cpu.dcache.tags.tagsinuse 4067.873358 # Cycle average of tags in use -system.cpu.dcache.tags.total_refs 68418587 # Total number of references to valid blocks. -system.cpu.dcache.tags.sampled_refs 2076534 # Sample count of references to valid blocks. -system.cpu.dcache.tags.avg_refs 32.948455 # Average number of references to valid blocks. -system.cpu.dcache.tags.warmup_cycle 19755616250 # Cycle when the warmup percentage was hit. -system.cpu.dcache.tags.occ_blocks::cpu.data 4067.873358 # Average occupied blocks per requestor -system.cpu.dcache.tags.occ_percent::cpu.data 0.993133 # Average percentage of cache occupancy -system.cpu.dcache.tags.occ_percent::total 0.993133 # Average percentage of cache occupancy +system.cpu.dcache.tags.replacements 2072430 # number of replacements +system.cpu.dcache.tags.tagsinuse 4068.090496 # Cycle average of tags in use +system.cpu.dcache.tags.total_refs 68424035 # Total number of references to valid blocks. +system.cpu.dcache.tags.sampled_refs 2076526 # Sample count of references to valid blocks. +system.cpu.dcache.tags.avg_refs 32.951206 # Average number of references to valid blocks. +system.cpu.dcache.tags.warmup_cycle 19739908500 # Cycle when the warmup percentage was hit. +system.cpu.dcache.tags.occ_blocks::cpu.data 4068.090496 # Average occupied blocks per requestor +system.cpu.dcache.tags.occ_percent::cpu.data 0.993186 # Average percentage of cache occupancy +system.cpu.dcache.tags.occ_percent::total 0.993186 # Average percentage of cache occupancy system.cpu.dcache.tags.occ_task_id_blocks::1024 4096 # Occupied blocks per task id -system.cpu.dcache.tags.age_task_id_blocks_1024::0 606 # Occupied blocks per task id -system.cpu.dcache.tags.age_task_id_blocks_1024::1 3362 # Occupied blocks per task id +system.cpu.dcache.tags.age_task_id_blocks_1024::0 595 # Occupied blocks per task id +system.cpu.dcache.tags.age_task_id_blocks_1024::1 3373 # Occupied blocks per task id system.cpu.dcache.tags.age_task_id_blocks_1024::2 128 # Occupied blocks per task id system.cpu.dcache.tags.occ_task_id_percent::1024 1 # Percentage of cache occupancy per task id -system.cpu.dcache.tags.tag_accesses 144472022 # Number of tag accesses -system.cpu.dcache.tags.data_accesses 144472022 # Number of data accesses -system.cpu.dcache.ReadReq_hits::cpu.data 37072750 # number of ReadReq hits -system.cpu.dcache.ReadReq_hits::total 37072750 # number of ReadReq hits -system.cpu.dcache.WriteReq_hits::cpu.data 31345837 # number of WriteReq hits -system.cpu.dcache.WriteReq_hits::total 31345837 # number of WriteReq hits -system.cpu.dcache.demand_hits::cpu.data 68418587 # number of demand (read+write) hits -system.cpu.dcache.demand_hits::total 68418587 # number of demand (read+write) hits -system.cpu.dcache.overall_hits::cpu.data 68418587 # number of overall hits -system.cpu.dcache.overall_hits::total 68418587 # number of overall hits -system.cpu.dcache.ReadReq_misses::cpu.data 2685242 # number of ReadReq misses -system.cpu.dcache.ReadReq_misses::total 2685242 # number of ReadReq misses -system.cpu.dcache.WriteReq_misses::cpu.data 93915 # number of WriteReq misses -system.cpu.dcache.WriteReq_misses::total 93915 # number of WriteReq misses -system.cpu.dcache.demand_misses::cpu.data 2779157 # number of demand (read+write) misses -system.cpu.dcache.demand_misses::total 2779157 # number of demand (read+write) misses -system.cpu.dcache.overall_misses::cpu.data 2779157 # number of overall misses -system.cpu.dcache.overall_misses::total 2779157 # number of overall misses -system.cpu.dcache.ReadReq_miss_latency::cpu.data 32132974500 # number of ReadReq miss cycles -system.cpu.dcache.ReadReq_miss_latency::total 32132974500 # number of ReadReq miss cycles -system.cpu.dcache.WriteReq_miss_latency::cpu.data 2979596244 # number of WriteReq miss cycles -system.cpu.dcache.WriteReq_miss_latency::total 2979596244 # number of WriteReq miss cycles -system.cpu.dcache.demand_miss_latency::cpu.data 35112570744 # number of demand (read+write) miss cycles -system.cpu.dcache.demand_miss_latency::total 35112570744 # number of demand (read+write) miss cycles -system.cpu.dcache.overall_miss_latency::cpu.data 35112570744 # number of overall miss cycles -system.cpu.dcache.overall_miss_latency::total 35112570744 # number of overall miss cycles -system.cpu.dcache.ReadReq_accesses::cpu.data 39757992 # number of ReadReq accesses(hits+misses) -system.cpu.dcache.ReadReq_accesses::total 39757992 # number of ReadReq accesses(hits+misses) +system.cpu.dcache.tags.tag_accesses 144493228 # Number of tag accesses +system.cpu.dcache.tags.data_accesses 144493228 # Number of data accesses +system.cpu.dcache.ReadReq_hits::cpu.data 37078222 # number of ReadReq hits +system.cpu.dcache.ReadReq_hits::total 37078222 # number of ReadReq hits +system.cpu.dcache.WriteReq_hits::cpu.data 31345813 # number of WriteReq hits +system.cpu.dcache.WriteReq_hits::total 31345813 # number of WriteReq hits +system.cpu.dcache.demand_hits::cpu.data 68424035 # number of demand (read+write) hits +system.cpu.dcache.demand_hits::total 68424035 # number of demand (read+write) hits +system.cpu.dcache.overall_hits::cpu.data 68424035 # number of overall hits +system.cpu.dcache.overall_hits::total 68424035 # number of overall hits +system.cpu.dcache.ReadReq_misses::cpu.data 2690377 # number of ReadReq misses +system.cpu.dcache.ReadReq_misses::total 2690377 # number of ReadReq misses +system.cpu.dcache.WriteReq_misses::cpu.data 93939 # number of WriteReq misses +system.cpu.dcache.WriteReq_misses::total 93939 # number of WriteReq misses +system.cpu.dcache.demand_misses::cpu.data 2784316 # number of demand (read+write) misses +system.cpu.dcache.demand_misses::total 2784316 # number of demand (read+write) misses +system.cpu.dcache.overall_misses::cpu.data 2784316 # number of overall misses +system.cpu.dcache.overall_misses::total 2784316 # number of overall misses +system.cpu.dcache.ReadReq_miss_latency::cpu.data 32316565000 # number of ReadReq miss cycles +system.cpu.dcache.ReadReq_miss_latency::total 32316565000 # number of ReadReq miss cycles +system.cpu.dcache.WriteReq_miss_latency::cpu.data 2955969494 # number of WriteReq miss cycles +system.cpu.dcache.WriteReq_miss_latency::total 2955969494 # number of WriteReq miss cycles +system.cpu.dcache.demand_miss_latency::cpu.data 35272534494 # number of demand (read+write) miss cycles +system.cpu.dcache.demand_miss_latency::total 35272534494 # number of demand (read+write) miss cycles +system.cpu.dcache.overall_miss_latency::cpu.data 35272534494 # number of overall miss cycles +system.cpu.dcache.overall_miss_latency::total 35272534494 # number of overall miss cycles +system.cpu.dcache.ReadReq_accesses::cpu.data 39768599 # number of ReadReq accesses(hits+misses) +system.cpu.dcache.ReadReq_accesses::total 39768599 # number of ReadReq accesses(hits+misses) system.cpu.dcache.WriteReq_accesses::cpu.data 31439752 # number of WriteReq accesses(hits+misses) system.cpu.dcache.WriteReq_accesses::total 31439752 # number of WriteReq accesses(hits+misses) -system.cpu.dcache.demand_accesses::cpu.data 71197744 # number of demand (read+write) accesses -system.cpu.dcache.demand_accesses::total 71197744 # number of demand (read+write) accesses -system.cpu.dcache.overall_accesses::cpu.data 71197744 # number of overall (read+write) accesses -system.cpu.dcache.overall_accesses::total 71197744 # number of overall (read+write) accesses -system.cpu.dcache.ReadReq_miss_rate::cpu.data 0.067540 # miss rate for ReadReq accesses -system.cpu.dcache.ReadReq_miss_rate::total 0.067540 # miss rate for ReadReq accesses -system.cpu.dcache.WriteReq_miss_rate::cpu.data 0.002987 # miss rate for WriteReq accesses -system.cpu.dcache.WriteReq_miss_rate::total 0.002987 # miss rate for WriteReq accesses -system.cpu.dcache.demand_miss_rate::cpu.data 0.039034 # miss rate for demand accesses -system.cpu.dcache.demand_miss_rate::total 0.039034 # miss rate for demand accesses -system.cpu.dcache.overall_miss_rate::cpu.data 0.039034 # miss rate for overall accesses -system.cpu.dcache.overall_miss_rate::total 0.039034 # miss rate for overall accesses -system.cpu.dcache.ReadReq_avg_miss_latency::cpu.data 11966.509722 # average ReadReq miss latency -system.cpu.dcache.ReadReq_avg_miss_latency::total 11966.509722 # average ReadReq miss latency -system.cpu.dcache.WriteReq_avg_miss_latency::cpu.data 31726.521259 # average WriteReq miss latency -system.cpu.dcache.WriteReq_avg_miss_latency::total 31726.521259 # average WriteReq miss latency -system.cpu.dcache.demand_avg_miss_latency::cpu.data 12634.252309 # average overall miss latency -system.cpu.dcache.demand_avg_miss_latency::total 12634.252309 # average overall miss latency -system.cpu.dcache.overall_avg_miss_latency::cpu.data 12634.252309 # average overall miss latency -system.cpu.dcache.overall_avg_miss_latency::total 12634.252309 # average overall miss latency -system.cpu.dcache.blocked_cycles::no_mshrs 199012 # number of cycles access was blocked +system.cpu.dcache.demand_accesses::cpu.data 71208351 # number of demand (read+write) accesses +system.cpu.dcache.demand_accesses::total 71208351 # number of demand (read+write) accesses +system.cpu.dcache.overall_accesses::cpu.data 71208351 # number of overall (read+write) accesses +system.cpu.dcache.overall_accesses::total 71208351 # number of overall (read+write) accesses +system.cpu.dcache.ReadReq_miss_rate::cpu.data 0.067651 # miss rate for ReadReq accesses +system.cpu.dcache.ReadReq_miss_rate::total 0.067651 # miss rate for ReadReq accesses +system.cpu.dcache.WriteReq_miss_rate::cpu.data 0.002988 # miss rate for WriteReq accesses +system.cpu.dcache.WriteReq_miss_rate::total 0.002988 # miss rate for WriteReq accesses +system.cpu.dcache.demand_miss_rate::cpu.data 0.039101 # miss rate for demand accesses +system.cpu.dcache.demand_miss_rate::total 0.039101 # miss rate for demand accesses +system.cpu.dcache.overall_miss_rate::cpu.data 0.039101 # miss rate for overall accesses +system.cpu.dcache.overall_miss_rate::total 0.039101 # miss rate for overall accesses +system.cpu.dcache.ReadReq_avg_miss_latency::cpu.data 12011.909483 # average ReadReq miss latency +system.cpu.dcache.ReadReq_avg_miss_latency::total 12011.909483 # average ReadReq miss latency +system.cpu.dcache.WriteReq_avg_miss_latency::cpu.data 31466.903991 # average WriteReq miss latency +system.cpu.dcache.WriteReq_avg_miss_latency::total 31466.903991 # average WriteReq miss latency +system.cpu.dcache.demand_avg_miss_latency::cpu.data 12668.294293 # average overall miss latency +system.cpu.dcache.demand_avg_miss_latency::total 12668.294293 # average overall miss latency +system.cpu.dcache.overall_avg_miss_latency::cpu.data 12668.294293 # average overall miss latency +system.cpu.dcache.overall_avg_miss_latency::total 12668.294293 # average overall miss latency +system.cpu.dcache.blocked_cycles::no_mshrs 221313 # number of cycles access was blocked system.cpu.dcache.blocked_cycles::no_targets 0 # number of cycles access was blocked -system.cpu.dcache.blocked::no_mshrs 39951 # number of cycles access was blocked +system.cpu.dcache.blocked::no_mshrs 43094 # number of cycles access was blocked system.cpu.dcache.blocked::no_targets 0 # number of cycles access was blocked -system.cpu.dcache.avg_blocked_cycles::no_mshrs 4.981402 # average number of cycles each access was blocked +system.cpu.dcache.avg_blocked_cycles::no_mshrs 5.135587 # average number of cycles each access was blocked system.cpu.dcache.avg_blocked_cycles::no_targets nan # average number of cycles each access was blocked system.cpu.dcache.fast_writes 0 # number of fast writes performed system.cpu.dcache.cache_copies 0 # number of cache copies performed -system.cpu.dcache.writebacks::writebacks 2066723 # number of writebacks -system.cpu.dcache.writebacks::total 2066723 # number of writebacks -system.cpu.dcache.ReadReq_mshr_hits::cpu.data 690734 # number of ReadReq MSHR hits -system.cpu.dcache.ReadReq_mshr_hits::total 690734 # number of ReadReq MSHR hits -system.cpu.dcache.WriteReq_mshr_hits::cpu.data 11889 # number of WriteReq MSHR hits -system.cpu.dcache.WriteReq_mshr_hits::total 11889 # number of WriteReq MSHR hits -system.cpu.dcache.demand_mshr_hits::cpu.data 702623 # number of demand (read+write) MSHR hits -system.cpu.dcache.demand_mshr_hits::total 702623 # number of demand (read+write) MSHR hits -system.cpu.dcache.overall_mshr_hits::cpu.data 702623 # number of overall MSHR hits -system.cpu.dcache.overall_mshr_hits::total 702623 # number of overall MSHR hits -system.cpu.dcache.ReadReq_mshr_misses::cpu.data 1994508 # number of ReadReq MSHR misses -system.cpu.dcache.ReadReq_mshr_misses::total 1994508 # number of ReadReq MSHR misses -system.cpu.dcache.WriteReq_mshr_misses::cpu.data 82026 # number of WriteReq MSHR misses -system.cpu.dcache.WriteReq_mshr_misses::total 82026 # number of WriteReq MSHR misses -system.cpu.dcache.demand_mshr_misses::cpu.data 2076534 # number of demand (read+write) MSHR misses -system.cpu.dcache.demand_mshr_misses::total 2076534 # number of demand (read+write) MSHR misses -system.cpu.dcache.overall_mshr_misses::cpu.data 2076534 # number of overall MSHR misses -system.cpu.dcache.overall_mshr_misses::total 2076534 # number of overall MSHR misses -system.cpu.dcache.ReadReq_mshr_miss_latency::cpu.data 23036962750 # number of ReadReq MSHR miss cycles -system.cpu.dcache.ReadReq_mshr_miss_latency::total 23036962750 # number of ReadReq MSHR miss cycles -system.cpu.dcache.WriteReq_mshr_miss_latency::cpu.data 2767409747 # number of WriteReq MSHR miss cycles -system.cpu.dcache.WriteReq_mshr_miss_latency::total 2767409747 # number of WriteReq MSHR miss cycles -system.cpu.dcache.demand_mshr_miss_latency::cpu.data 25804372497 # number of demand (read+write) MSHR miss cycles -system.cpu.dcache.demand_mshr_miss_latency::total 25804372497 # number of demand (read+write) MSHR miss cycles -system.cpu.dcache.overall_mshr_miss_latency::cpu.data 25804372497 # number of overall MSHR miss cycles -system.cpu.dcache.overall_mshr_miss_latency::total 25804372497 # number of overall MSHR miss cycles -system.cpu.dcache.ReadReq_mshr_miss_rate::cpu.data 0.050166 # mshr miss rate for ReadReq accesses -system.cpu.dcache.ReadReq_mshr_miss_rate::total 0.050166 # mshr miss rate for ReadReq accesses -system.cpu.dcache.WriteReq_mshr_miss_rate::cpu.data 0.002609 # mshr miss rate for WriteReq accesses -system.cpu.dcache.WriteReq_mshr_miss_rate::total 0.002609 # mshr miss rate for WriteReq accesses -system.cpu.dcache.demand_mshr_miss_rate::cpu.data 0.029166 # mshr miss rate for demand accesses -system.cpu.dcache.demand_mshr_miss_rate::total 0.029166 # mshr miss rate for demand accesses -system.cpu.dcache.overall_mshr_miss_rate::cpu.data 0.029166 # mshr miss rate for overall accesses -system.cpu.dcache.overall_mshr_miss_rate::total 0.029166 # mshr miss rate for overall accesses -system.cpu.dcache.ReadReq_avg_mshr_miss_latency::cpu.data 11550.198219 # average ReadReq mshr miss latency -system.cpu.dcache.ReadReq_avg_mshr_miss_latency::total 11550.198219 # average ReadReq mshr miss latency -system.cpu.dcache.WriteReq_avg_mshr_miss_latency::cpu.data 33738.201875 # average WriteReq mshr miss latency -system.cpu.dcache.WriteReq_avg_mshr_miss_latency::total 33738.201875 # average WriteReq mshr miss latency -system.cpu.dcache.demand_avg_mshr_miss_latency::cpu.data 12426.655425 # average overall mshr miss latency -system.cpu.dcache.demand_avg_mshr_miss_latency::total 12426.655425 # average overall mshr miss latency -system.cpu.dcache.overall_avg_mshr_miss_latency::cpu.data 12426.655425 # average overall mshr miss latency -system.cpu.dcache.overall_avg_mshr_miss_latency::total 12426.655425 # average overall mshr miss latency +system.cpu.dcache.writebacks::writebacks 2066711 # number of writebacks +system.cpu.dcache.writebacks::total 2066711 # number of writebacks +system.cpu.dcache.ReadReq_mshr_hits::cpu.data 695911 # number of ReadReq MSHR hits +system.cpu.dcache.ReadReq_mshr_hits::total 695911 # number of ReadReq MSHR hits +system.cpu.dcache.WriteReq_mshr_hits::cpu.data 11877 # number of WriteReq MSHR hits +system.cpu.dcache.WriteReq_mshr_hits::total 11877 # number of WriteReq MSHR hits +system.cpu.dcache.demand_mshr_hits::cpu.data 707788 # number of demand (read+write) MSHR hits +system.cpu.dcache.demand_mshr_hits::total 707788 # number of demand (read+write) MSHR hits +system.cpu.dcache.overall_mshr_hits::cpu.data 707788 # number of overall MSHR hits +system.cpu.dcache.overall_mshr_hits::total 707788 # number of overall MSHR hits +system.cpu.dcache.ReadReq_mshr_misses::cpu.data 1994466 # number of ReadReq MSHR misses +system.cpu.dcache.ReadReq_mshr_misses::total 1994466 # number of ReadReq MSHR misses +system.cpu.dcache.WriteReq_mshr_misses::cpu.data 82062 # number of WriteReq MSHR misses +system.cpu.dcache.WriteReq_mshr_misses::total 82062 # number of WriteReq MSHR misses +system.cpu.dcache.demand_mshr_misses::cpu.data 2076528 # number of demand (read+write) MSHR misses +system.cpu.dcache.demand_mshr_misses::total 2076528 # number of demand (read+write) MSHR misses +system.cpu.dcache.overall_mshr_misses::cpu.data 2076528 # number of overall MSHR misses +system.cpu.dcache.overall_mshr_misses::total 2076528 # number of overall MSHR misses +system.cpu.dcache.ReadReq_mshr_miss_latency::cpu.data 24203306500 # number of ReadReq MSHR miss cycles +system.cpu.dcache.ReadReq_mshr_miss_latency::total 24203306500 # number of ReadReq MSHR miss cycles +system.cpu.dcache.WriteReq_mshr_miss_latency::cpu.data 2798613994 # number of WriteReq MSHR miss cycles +system.cpu.dcache.WriteReq_mshr_miss_latency::total 2798613994 # number of WriteReq MSHR miss cycles +system.cpu.dcache.demand_mshr_miss_latency::cpu.data 27001920494 # number of demand (read+write) MSHR miss cycles +system.cpu.dcache.demand_mshr_miss_latency::total 27001920494 # number of demand (read+write) MSHR miss cycles +system.cpu.dcache.overall_mshr_miss_latency::cpu.data 27001920494 # number of overall MSHR miss cycles +system.cpu.dcache.overall_mshr_miss_latency::total 27001920494 # number of overall MSHR miss cycles +system.cpu.dcache.ReadReq_mshr_miss_rate::cpu.data 0.050152 # mshr miss rate for ReadReq accesses +system.cpu.dcache.ReadReq_mshr_miss_rate::total 0.050152 # mshr miss rate for ReadReq accesses +system.cpu.dcache.WriteReq_mshr_miss_rate::cpu.data 0.002610 # mshr miss rate for WriteReq accesses +system.cpu.dcache.WriteReq_mshr_miss_rate::total 0.002610 # mshr miss rate for WriteReq accesses +system.cpu.dcache.demand_mshr_miss_rate::cpu.data 0.029161 # mshr miss rate for demand accesses +system.cpu.dcache.demand_mshr_miss_rate::total 0.029161 # mshr miss rate for demand accesses +system.cpu.dcache.overall_mshr_miss_rate::cpu.data 0.029161 # mshr miss rate for overall accesses +system.cpu.dcache.overall_mshr_miss_rate::total 0.029161 # mshr miss rate for overall accesses +system.cpu.dcache.ReadReq_avg_mshr_miss_latency::cpu.data 12135.231435 # average ReadReq mshr miss latency +system.cpu.dcache.ReadReq_avg_mshr_miss_latency::total 12135.231435 # average ReadReq mshr miss latency +system.cpu.dcache.WriteReq_avg_mshr_miss_latency::cpu.data 34103.653262 # average WriteReq mshr miss latency +system.cpu.dcache.WriteReq_avg_mshr_miss_latency::total 34103.653262 # average WriteReq mshr miss latency +system.cpu.dcache.demand_avg_mshr_miss_latency::cpu.data 13003.398218 # average overall mshr miss latency +system.cpu.dcache.demand_avg_mshr_miss_latency::total 13003.398218 # average overall mshr miss latency +system.cpu.dcache.overall_avg_mshr_miss_latency::cpu.data 13003.398218 # average overall mshr miss latency +system.cpu.dcache.overall_avg_mshr_miss_latency::total 13003.398218 # average overall mshr miss latency system.cpu.dcache.no_allocate_misses 0 # Number of misses that were no-allocate -system.cpu.icache.tags.replacements 61 # number of replacements -system.cpu.icache.tags.tagsinuse 828.295860 # Cycle average of tags in use -system.cpu.icache.tags.total_refs 27826925 # Total number of references to valid blocks. +system.cpu.icache.tags.replacements 64 # number of replacements +system.cpu.icache.tags.tagsinuse 833.320748 # Cycle average of tags in use +system.cpu.icache.tags.total_refs 27853507 # Total number of references to valid blocks. system.cpu.icache.tags.sampled_refs 1032 # Sample count of references to valid blocks. -system.cpu.icache.tags.avg_refs 26964.074612 # Average number of references to valid blocks. +system.cpu.icache.tags.avg_refs 26989.832364 # Average number of references to valid blocks. system.cpu.icache.tags.warmup_cycle 0 # Cycle when the warmup percentage was hit. -system.cpu.icache.tags.occ_blocks::cpu.inst 828.295860 # Average occupied blocks per requestor -system.cpu.icache.tags.occ_percent::cpu.inst 0.404441 # Average percentage of cache occupancy -system.cpu.icache.tags.occ_percent::total 0.404441 # Average percentage of cache occupancy -system.cpu.icache.tags.occ_task_id_blocks::1024 971 # Occupied blocks per task id +system.cpu.icache.tags.occ_blocks::cpu.inst 833.320748 # Average occupied blocks per requestor +system.cpu.icache.tags.occ_percent::cpu.inst 0.406895 # Average percentage of cache occupancy +system.cpu.icache.tags.occ_percent::total 0.406895 # Average percentage of cache occupancy +system.cpu.icache.tags.occ_task_id_blocks::1024 968 # Occupied blocks per task id system.cpu.icache.tags.age_task_id_blocks_1024::0 52 # Occupied blocks per task id -system.cpu.icache.tags.age_task_id_blocks_1024::2 25 # Occupied blocks per task id -system.cpu.icache.tags.age_task_id_blocks_1024::3 21 # Occupied blocks per task id -system.cpu.icache.tags.age_task_id_blocks_1024::4 873 # Occupied blocks per task id -system.cpu.icache.tags.occ_task_id_percent::1024 0.474121 # Percentage of cache occupancy per task id -system.cpu.icache.tags.tag_accesses 55657578 # Number of tag accesses -system.cpu.icache.tags.data_accesses 55657578 # Number of data accesses -system.cpu.icache.ReadReq_hits::cpu.inst 27826925 # number of ReadReq hits -system.cpu.icache.ReadReq_hits::total 27826925 # number of ReadReq hits -system.cpu.icache.demand_hits::cpu.inst 27826925 # number of demand (read+write) hits -system.cpu.icache.demand_hits::total 27826925 # number of demand (read+write) hits -system.cpu.icache.overall_hits::cpu.inst 27826925 # number of overall hits -system.cpu.icache.overall_hits::total 27826925 # number of overall hits -system.cpu.icache.ReadReq_misses::cpu.inst 1348 # number of ReadReq misses -system.cpu.icache.ReadReq_misses::total 1348 # number of ReadReq misses -system.cpu.icache.demand_misses::cpu.inst 1348 # number of demand (read+write) misses -system.cpu.icache.demand_misses::total 1348 # number of demand (read+write) misses -system.cpu.icache.overall_misses::cpu.inst 1348 # number of overall misses -system.cpu.icache.overall_misses::total 1348 # number of overall misses -system.cpu.icache.ReadReq_miss_latency::cpu.inst 101838000 # number of ReadReq miss cycles -system.cpu.icache.ReadReq_miss_latency::total 101838000 # number of ReadReq miss cycles -system.cpu.icache.demand_miss_latency::cpu.inst 101838000 # number of demand (read+write) miss cycles -system.cpu.icache.demand_miss_latency::total 101838000 # number of demand (read+write) miss cycles -system.cpu.icache.overall_miss_latency::cpu.inst 101838000 # number of overall miss cycles -system.cpu.icache.overall_miss_latency::total 101838000 # number of overall miss cycles -system.cpu.icache.ReadReq_accesses::cpu.inst 27828273 # number of ReadReq accesses(hits+misses) -system.cpu.icache.ReadReq_accesses::total 27828273 # number of ReadReq accesses(hits+misses) -system.cpu.icache.demand_accesses::cpu.inst 27828273 # number of demand (read+write) accesses -system.cpu.icache.demand_accesses::total 27828273 # number of demand (read+write) accesses -system.cpu.icache.overall_accesses::cpu.inst 27828273 # number of overall (read+write) accesses -system.cpu.icache.overall_accesses::total 27828273 # number of overall (read+write) accesses -system.cpu.icache.ReadReq_miss_rate::cpu.inst 0.000048 # miss rate for ReadReq accesses -system.cpu.icache.ReadReq_miss_rate::total 0.000048 # miss rate for ReadReq accesses -system.cpu.icache.demand_miss_rate::cpu.inst 0.000048 # miss rate for demand accesses -system.cpu.icache.demand_miss_rate::total 0.000048 # miss rate for demand accesses -system.cpu.icache.overall_miss_rate::cpu.inst 0.000048 # miss rate for overall accesses -system.cpu.icache.overall_miss_rate::total 0.000048 # miss rate for overall accesses -system.cpu.icache.ReadReq_avg_miss_latency::cpu.inst 75547.477745 # average ReadReq miss latency -system.cpu.icache.ReadReq_avg_miss_latency::total 75547.477745 # average ReadReq miss latency -system.cpu.icache.demand_avg_miss_latency::cpu.inst 75547.477745 # average overall miss latency -system.cpu.icache.demand_avg_miss_latency::total 75547.477745 # average overall miss latency -system.cpu.icache.overall_avg_miss_latency::cpu.inst 75547.477745 # average overall miss latency -system.cpu.icache.overall_avg_miss_latency::total 75547.477745 # average overall miss latency -system.cpu.icache.blocked_cycles::no_mshrs 460 # number of cycles access was blocked +system.cpu.icache.tags.age_task_id_blocks_1024::2 23 # Occupied blocks per task id +system.cpu.icache.tags.age_task_id_blocks_1024::3 17 # Occupied blocks per task id +system.cpu.icache.tags.age_task_id_blocks_1024::4 876 # Occupied blocks per task id +system.cpu.icache.tags.occ_task_id_percent::1024 0.472656 # Percentage of cache occupancy per task id +system.cpu.icache.tags.tag_accesses 55710776 # Number of tag accesses +system.cpu.icache.tags.data_accesses 55710776 # Number of data accesses +system.cpu.icache.ReadReq_hits::cpu.inst 27853507 # number of ReadReq hits +system.cpu.icache.ReadReq_hits::total 27853507 # number of ReadReq hits +system.cpu.icache.demand_hits::cpu.inst 27853507 # number of demand (read+write) hits +system.cpu.icache.demand_hits::total 27853507 # number of demand (read+write) hits +system.cpu.icache.overall_hits::cpu.inst 27853507 # number of overall hits +system.cpu.icache.overall_hits::total 27853507 # number of overall hits +system.cpu.icache.ReadReq_misses::cpu.inst 1365 # number of ReadReq misses +system.cpu.icache.ReadReq_misses::total 1365 # number of ReadReq misses +system.cpu.icache.demand_misses::cpu.inst 1365 # number of demand (read+write) misses +system.cpu.icache.demand_misses::total 1365 # number of demand (read+write) misses +system.cpu.icache.overall_misses::cpu.inst 1365 # number of overall misses +system.cpu.icache.overall_misses::total 1365 # number of overall misses +system.cpu.icache.ReadReq_miss_latency::cpu.inst 98783500 # number of ReadReq miss cycles +system.cpu.icache.ReadReq_miss_latency::total 98783500 # number of ReadReq miss cycles +system.cpu.icache.demand_miss_latency::cpu.inst 98783500 # number of demand (read+write) miss cycles +system.cpu.icache.demand_miss_latency::total 98783500 # number of demand (read+write) miss cycles +system.cpu.icache.overall_miss_latency::cpu.inst 98783500 # number of overall miss cycles +system.cpu.icache.overall_miss_latency::total 98783500 # number of overall miss cycles +system.cpu.icache.ReadReq_accesses::cpu.inst 27854872 # number of ReadReq accesses(hits+misses) +system.cpu.icache.ReadReq_accesses::total 27854872 # number of ReadReq accesses(hits+misses) +system.cpu.icache.demand_accesses::cpu.inst 27854872 # number of demand (read+write) accesses +system.cpu.icache.demand_accesses::total 27854872 # number of demand (read+write) accesses +system.cpu.icache.overall_accesses::cpu.inst 27854872 # number of overall (read+write) accesses +system.cpu.icache.overall_accesses::total 27854872 # number of overall (read+write) accesses +system.cpu.icache.ReadReq_miss_rate::cpu.inst 0.000049 # miss rate for ReadReq accesses +system.cpu.icache.ReadReq_miss_rate::total 0.000049 # miss rate for ReadReq accesses +system.cpu.icache.demand_miss_rate::cpu.inst 0.000049 # miss rate for demand accesses +system.cpu.icache.demand_miss_rate::total 0.000049 # miss rate for demand accesses +system.cpu.icache.overall_miss_rate::cpu.inst 0.000049 # miss rate for overall accesses +system.cpu.icache.overall_miss_rate::total 0.000049 # miss rate for overall accesses +system.cpu.icache.ReadReq_avg_miss_latency::cpu.inst 72368.864469 # average ReadReq miss latency +system.cpu.icache.ReadReq_avg_miss_latency::total 72368.864469 # average ReadReq miss latency +system.cpu.icache.demand_avg_miss_latency::cpu.inst 72368.864469 # average overall miss latency +system.cpu.icache.demand_avg_miss_latency::total 72368.864469 # average overall miss latency +system.cpu.icache.overall_avg_miss_latency::cpu.inst 72368.864469 # average overall miss latency +system.cpu.icache.overall_avg_miss_latency::total 72368.864469 # average overall miss latency +system.cpu.icache.blocked_cycles::no_mshrs 217 # number of cycles access was blocked system.cpu.icache.blocked_cycles::no_targets 0 # number of cycles access was blocked -system.cpu.icache.blocked::no_mshrs 7 # number of cycles access was blocked +system.cpu.icache.blocked::no_mshrs 3 # number of cycles access was blocked system.cpu.icache.blocked::no_targets 0 # number of cycles access was blocked -system.cpu.icache.avg_blocked_cycles::no_mshrs 65.714286 # average number of cycles each access was blocked +system.cpu.icache.avg_blocked_cycles::no_mshrs 72.333333 # average number of cycles each access was blocked system.cpu.icache.avg_blocked_cycles::no_targets nan # average number of cycles each access was blocked system.cpu.icache.fast_writes 0 # number of fast writes performed system.cpu.icache.cache_copies 0 # number of cache copies performed -system.cpu.icache.ReadReq_mshr_hits::cpu.inst 316 # number of ReadReq MSHR hits -system.cpu.icache.ReadReq_mshr_hits::total 316 # number of ReadReq MSHR hits -system.cpu.icache.demand_mshr_hits::cpu.inst 316 # number of demand (read+write) MSHR hits -system.cpu.icache.demand_mshr_hits::total 316 # number of demand (read+write) MSHR hits -system.cpu.icache.overall_mshr_hits::cpu.inst 316 # number of overall MSHR hits -system.cpu.icache.overall_mshr_hits::total 316 # number of overall MSHR hits +system.cpu.icache.ReadReq_mshr_hits::cpu.inst 333 # number of ReadReq MSHR hits +system.cpu.icache.ReadReq_mshr_hits::total 333 # number of ReadReq MSHR hits +system.cpu.icache.demand_mshr_hits::cpu.inst 333 # number of demand (read+write) MSHR hits +system.cpu.icache.demand_mshr_hits::total 333 # number of demand (read+write) MSHR hits +system.cpu.icache.overall_mshr_hits::cpu.inst 333 # number of overall MSHR hits +system.cpu.icache.overall_mshr_hits::total 333 # number of overall MSHR hits system.cpu.icache.ReadReq_mshr_misses::cpu.inst 1032 # number of ReadReq MSHR misses system.cpu.icache.ReadReq_mshr_misses::total 1032 # number of ReadReq MSHR misses system.cpu.icache.demand_mshr_misses::cpu.inst 1032 # number of demand (read+write) MSHR misses system.cpu.icache.demand_mshr_misses::total 1032 # number of demand (read+write) MSHR misses system.cpu.icache.overall_mshr_misses::cpu.inst 1032 # number of overall MSHR misses system.cpu.icache.overall_mshr_misses::total 1032 # number of overall MSHR misses -system.cpu.icache.ReadReq_mshr_miss_latency::cpu.inst 79628000 # number of ReadReq MSHR miss cycles -system.cpu.icache.ReadReq_mshr_miss_latency::total 79628000 # number of ReadReq MSHR miss cycles -system.cpu.icache.demand_mshr_miss_latency::cpu.inst 79628000 # number of demand (read+write) MSHR miss cycles -system.cpu.icache.demand_mshr_miss_latency::total 79628000 # number of demand (read+write) MSHR miss cycles -system.cpu.icache.overall_mshr_miss_latency::cpu.inst 79628000 # number of overall MSHR miss cycles -system.cpu.icache.overall_mshr_miss_latency::total 79628000 # number of overall MSHR miss cycles +system.cpu.icache.ReadReq_mshr_miss_latency::cpu.inst 78148000 # number of ReadReq MSHR miss cycles +system.cpu.icache.ReadReq_mshr_miss_latency::total 78148000 # number of ReadReq MSHR miss cycles +system.cpu.icache.demand_mshr_miss_latency::cpu.inst 78148000 # number of demand (read+write) MSHR miss cycles +system.cpu.icache.demand_mshr_miss_latency::total 78148000 # number of demand (read+write) MSHR miss cycles +system.cpu.icache.overall_mshr_miss_latency::cpu.inst 78148000 # number of overall MSHR miss cycles +system.cpu.icache.overall_mshr_miss_latency::total 78148000 # number of overall MSHR miss cycles system.cpu.icache.ReadReq_mshr_miss_rate::cpu.inst 0.000037 # mshr miss rate for ReadReq accesses system.cpu.icache.ReadReq_mshr_miss_rate::total 0.000037 # mshr miss rate for ReadReq accesses system.cpu.icache.demand_mshr_miss_rate::cpu.inst 0.000037 # mshr miss rate for demand accesses system.cpu.icache.demand_mshr_miss_rate::total 0.000037 # mshr miss rate for demand accesses system.cpu.icache.overall_mshr_miss_rate::cpu.inst 0.000037 # mshr miss rate for overall accesses system.cpu.icache.overall_mshr_miss_rate::total 0.000037 # mshr miss rate for overall accesses -system.cpu.icache.ReadReq_avg_mshr_miss_latency::cpu.inst 77158.914729 # average ReadReq mshr miss latency -system.cpu.icache.ReadReq_avg_mshr_miss_latency::total 77158.914729 # average ReadReq mshr miss latency -system.cpu.icache.demand_avg_mshr_miss_latency::cpu.inst 77158.914729 # average overall mshr miss latency -system.cpu.icache.demand_avg_mshr_miss_latency::total 77158.914729 # average overall mshr miss latency -system.cpu.icache.overall_avg_mshr_miss_latency::cpu.inst 77158.914729 # average overall mshr miss latency -system.cpu.icache.overall_avg_mshr_miss_latency::total 77158.914729 # average overall mshr miss latency +system.cpu.icache.ReadReq_avg_mshr_miss_latency::cpu.inst 75724.806202 # average ReadReq mshr miss latency +system.cpu.icache.ReadReq_avg_mshr_miss_latency::total 75724.806202 # average ReadReq mshr miss latency +system.cpu.icache.demand_avg_mshr_miss_latency::cpu.inst 75724.806202 # average overall mshr miss latency +system.cpu.icache.demand_avg_mshr_miss_latency::total 75724.806202 # average overall mshr miss latency +system.cpu.icache.overall_avg_mshr_miss_latency::cpu.inst 75724.806202 # average overall mshr miss latency +system.cpu.icache.overall_avg_mshr_miss_latency::total 75724.806202 # average overall mshr miss latency system.cpu.icache.no_allocate_misses 0 # Number of misses that were no-allocate -system.cpu.l2cache.tags.replacements 538 # number of replacements -system.cpu.l2cache.tags.tagsinuse 20666.246528 # Cycle average of tags in use -system.cpu.l2cache.tags.total_refs 4029584 # Total number of references to valid blocks. -system.cpu.l2cache.tags.sampled_refs 30468 # Sample count of references to valid blocks. -system.cpu.l2cache.tags.avg_refs 132.256269 # Average number of references to valid blocks. +system.cpu.l2cache.tags.replacements 495 # number of replacements +system.cpu.l2cache.tags.tagsinuse 20681.782708 # Cycle average of tags in use +system.cpu.l2cache.tags.total_refs 4035350 # Total number of references to valid blocks. +system.cpu.l2cache.tags.sampled_refs 30428 # Sample count of references to valid blocks. +system.cpu.l2cache.tags.avg_refs 132.619627 # Average number of references to valid blocks. system.cpu.l2cache.tags.warmup_cycle 0 # Cycle when the warmup percentage was hit. -system.cpu.l2cache.tags.occ_blocks::writebacks 19735.717882 # Average occupied blocks per requestor -system.cpu.l2cache.tags.occ_blocks::cpu.inst 681.212002 # Average occupied blocks per requestor -system.cpu.l2cache.tags.occ_blocks::cpu.data 249.316644 # Average occupied blocks per requestor -system.cpu.l2cache.tags.occ_percent::writebacks 0.602286 # Average percentage of cache occupancy -system.cpu.l2cache.tags.occ_percent::cpu.inst 0.020789 # Average percentage of cache occupancy -system.cpu.l2cache.tags.occ_percent::cpu.data 0.007609 # Average percentage of cache occupancy -system.cpu.l2cache.tags.occ_percent::total 0.630684 # Average percentage of cache occupancy -system.cpu.l2cache.tags.occ_task_id_blocks::1024 29930 # Occupied blocks per task id -system.cpu.l2cache.tags.age_task_id_blocks_1024::0 57 # Occupied blocks per task id -system.cpu.l2cache.tags.age_task_id_blocks_1024::1 66 # Occupied blocks per task id -system.cpu.l2cache.tags.age_task_id_blocks_1024::2 808 # Occupied blocks per task id -system.cpu.l2cache.tags.age_task_id_blocks_1024::3 1396 # Occupied blocks per task id -system.cpu.l2cache.tags.age_task_id_blocks_1024::4 27603 # Occupied blocks per task id -system.cpu.l2cache.tags.occ_task_id_percent::1024 0.913391 # Percentage of cache occupancy per task id -system.cpu.l2cache.tags.tag_accesses 33266846 # Number of tag accesses -system.cpu.l2cache.tags.data_accesses 33266846 # Number of data accesses -system.cpu.l2cache.ReadReq_hits::cpu.inst 17 # number of ReadReq hits -system.cpu.l2cache.ReadReq_hits::cpu.data 1994001 # number of ReadReq hits -system.cpu.l2cache.ReadReq_hits::total 1994018 # number of ReadReq hits -system.cpu.l2cache.Writeback_hits::writebacks 2066723 # number of Writeback hits -system.cpu.l2cache.Writeback_hits::total 2066723 # number of Writeback hits -system.cpu.l2cache.ReadExReq_hits::cpu.data 53063 # number of ReadExReq hits -system.cpu.l2cache.ReadExReq_hits::total 53063 # number of ReadExReq hits -system.cpu.l2cache.demand_hits::cpu.inst 17 # number of demand (read+write) hits -system.cpu.l2cache.demand_hits::cpu.data 2047064 # number of demand (read+write) hits -system.cpu.l2cache.demand_hits::total 2047081 # number of demand (read+write) hits -system.cpu.l2cache.overall_hits::cpu.inst 17 # number of overall hits -system.cpu.l2cache.overall_hits::cpu.data 2047064 # number of overall hits -system.cpu.l2cache.overall_hits::total 2047081 # number of overall hits -system.cpu.l2cache.ReadReq_misses::cpu.inst 1015 # number of ReadReq misses -system.cpu.l2cache.ReadReq_misses::cpu.data 467 # number of ReadReq misses -system.cpu.l2cache.ReadReq_misses::total 1482 # number of ReadReq misses -system.cpu.l2cache.ReadExReq_misses::cpu.data 29003 # number of ReadExReq misses -system.cpu.l2cache.ReadExReq_misses::total 29003 # number of ReadExReq misses -system.cpu.l2cache.demand_misses::cpu.inst 1015 # number of demand (read+write) misses -system.cpu.l2cache.demand_misses::cpu.data 29470 # number of demand (read+write) misses -system.cpu.l2cache.demand_misses::total 30485 # number of demand (read+write) misses -system.cpu.l2cache.overall_misses::cpu.inst 1015 # number of overall misses -system.cpu.l2cache.overall_misses::cpu.data 29470 # number of overall misses -system.cpu.l2cache.overall_misses::total 30485 # number of overall misses -system.cpu.l2cache.ReadReq_miss_latency::cpu.inst 78409250 # number of ReadReq miss cycles -system.cpu.l2cache.ReadReq_miss_latency::cpu.data 34652250 # number of ReadReq miss cycles -system.cpu.l2cache.ReadReq_miss_latency::total 113061500 # number of ReadReq miss cycles -system.cpu.l2cache.ReadExReq_miss_latency::cpu.data 2128130000 # number of ReadExReq miss cycles -system.cpu.l2cache.ReadExReq_miss_latency::total 2128130000 # number of ReadExReq miss cycles -system.cpu.l2cache.demand_miss_latency::cpu.inst 78409250 # number of demand (read+write) miss cycles -system.cpu.l2cache.demand_miss_latency::cpu.data 2162782250 # number of demand (read+write) miss cycles -system.cpu.l2cache.demand_miss_latency::total 2241191500 # number of demand (read+write) miss cycles -system.cpu.l2cache.overall_miss_latency::cpu.inst 78409250 # number of overall miss cycles -system.cpu.l2cache.overall_miss_latency::cpu.data 2162782250 # number of overall miss cycles -system.cpu.l2cache.overall_miss_latency::total 2241191500 # number of overall miss cycles -system.cpu.l2cache.ReadReq_accesses::cpu.inst 1032 # number of ReadReq accesses(hits+misses) -system.cpu.l2cache.ReadReq_accesses::cpu.data 1994468 # number of ReadReq accesses(hits+misses) -system.cpu.l2cache.ReadReq_accesses::total 1995500 # number of ReadReq accesses(hits+misses) -system.cpu.l2cache.Writeback_accesses::writebacks 2066723 # number of Writeback accesses(hits+misses) -system.cpu.l2cache.Writeback_accesses::total 2066723 # number of Writeback accesses(hits+misses) -system.cpu.l2cache.ReadExReq_accesses::cpu.data 82066 # number of ReadExReq accesses(hits+misses) -system.cpu.l2cache.ReadExReq_accesses::total 82066 # number of ReadExReq accesses(hits+misses) +system.cpu.l2cache.tags.occ_blocks::writebacks 19745.210929 # Average occupied blocks per requestor +system.cpu.l2cache.tags.occ_blocks::cpu.inst 683.118816 # Average occupied blocks per requestor +system.cpu.l2cache.tags.occ_blocks::cpu.data 253.452964 # Average occupied blocks per requestor +system.cpu.l2cache.tags.occ_percent::writebacks 0.602576 # Average percentage of cache occupancy +system.cpu.l2cache.tags.occ_percent::cpu.inst 0.020847 # Average percentage of cache occupancy +system.cpu.l2cache.tags.occ_percent::cpu.data 0.007735 # Average percentage of cache occupancy +system.cpu.l2cache.tags.occ_percent::total 0.631158 # Average percentage of cache occupancy +system.cpu.l2cache.tags.occ_task_id_blocks::1024 29933 # Occupied blocks per task id +system.cpu.l2cache.tags.age_task_id_blocks_1024::0 55 # Occupied blocks per task id +system.cpu.l2cache.tags.age_task_id_blocks_1024::1 67 # Occupied blocks per task id +system.cpu.l2cache.tags.age_task_id_blocks_1024::2 776 # Occupied blocks per task id +system.cpu.l2cache.tags.age_task_id_blocks_1024::3 1394 # Occupied blocks per task id +system.cpu.l2cache.tags.age_task_id_blocks_1024::4 27641 # Occupied blocks per task id +system.cpu.l2cache.tags.occ_task_id_percent::1024 0.913483 # Percentage of cache occupancy per task id +system.cpu.l2cache.tags.tag_accesses 33312880 # Number of tag accesses +system.cpu.l2cache.tags.data_accesses 33312880 # Number of data accesses +system.cpu.l2cache.Writeback_hits::writebacks 2066711 # number of Writeback hits +system.cpu.l2cache.Writeback_hits::total 2066711 # number of Writeback hits +system.cpu.l2cache.ReadExReq_hits::cpu.data 53096 # number of ReadExReq hits +system.cpu.l2cache.ReadExReq_hits::total 53096 # number of ReadExReq hits +system.cpu.l2cache.ReadCleanReq_hits::cpu.inst 19 # number of ReadCleanReq hits +system.cpu.l2cache.ReadCleanReq_hits::total 19 # number of ReadCleanReq hits +system.cpu.l2cache.ReadSharedReq_hits::cpu.data 1993999 # number of ReadSharedReq hits +system.cpu.l2cache.ReadSharedReq_hits::total 1993999 # number of ReadSharedReq hits +system.cpu.l2cache.demand_hits::cpu.inst 19 # number of demand (read+write) hits +system.cpu.l2cache.demand_hits::cpu.data 2047095 # number of demand (read+write) hits +system.cpu.l2cache.demand_hits::total 2047114 # number of demand (read+write) hits +system.cpu.l2cache.overall_hits::cpu.inst 19 # number of overall hits +system.cpu.l2cache.overall_hits::cpu.data 2047095 # number of overall hits +system.cpu.l2cache.overall_hits::total 2047114 # number of overall hits +system.cpu.l2cache.ReadExReq_misses::cpu.data 28996 # number of ReadExReq misses +system.cpu.l2cache.ReadExReq_misses::total 28996 # number of ReadExReq misses +system.cpu.l2cache.ReadCleanReq_misses::cpu.inst 1013 # number of ReadCleanReq misses +system.cpu.l2cache.ReadCleanReq_misses::total 1013 # number of ReadCleanReq misses +system.cpu.l2cache.ReadSharedReq_misses::cpu.data 437 # number of ReadSharedReq misses +system.cpu.l2cache.ReadSharedReq_misses::total 437 # number of ReadSharedReq misses +system.cpu.l2cache.demand_misses::cpu.inst 1013 # number of demand (read+write) misses +system.cpu.l2cache.demand_misses::cpu.data 29433 # number of demand (read+write) misses +system.cpu.l2cache.demand_misses::total 30446 # number of demand (read+write) misses +system.cpu.l2cache.overall_misses::cpu.inst 1013 # number of overall misses +system.cpu.l2cache.overall_misses::cpu.data 29433 # number of overall misses +system.cpu.l2cache.overall_misses::total 30446 # number of overall misses +system.cpu.l2cache.ReadExReq_miss_latency::cpu.data 2117372000 # number of ReadExReq miss cycles +system.cpu.l2cache.ReadExReq_miss_latency::total 2117372000 # number of ReadExReq miss cycles +system.cpu.l2cache.ReadCleanReq_miss_latency::cpu.inst 76394500 # number of ReadCleanReq miss cycles +system.cpu.l2cache.ReadCleanReq_miss_latency::total 76394500 # number of ReadCleanReq miss cycles +system.cpu.l2cache.ReadSharedReq_miss_latency::cpu.data 33330500 # number of ReadSharedReq miss cycles +system.cpu.l2cache.ReadSharedReq_miss_latency::total 33330500 # number of ReadSharedReq miss cycles +system.cpu.l2cache.demand_miss_latency::cpu.inst 76394500 # number of demand (read+write) miss cycles +system.cpu.l2cache.demand_miss_latency::cpu.data 2150702500 # number of demand (read+write) miss cycles +system.cpu.l2cache.demand_miss_latency::total 2227097000 # number of demand (read+write) miss cycles +system.cpu.l2cache.overall_miss_latency::cpu.inst 76394500 # number of overall miss cycles +system.cpu.l2cache.overall_miss_latency::cpu.data 2150702500 # number of overall miss cycles +system.cpu.l2cache.overall_miss_latency::total 2227097000 # number of overall miss cycles +system.cpu.l2cache.Writeback_accesses::writebacks 2066711 # number of Writeback accesses(hits+misses) +system.cpu.l2cache.Writeback_accesses::total 2066711 # number of Writeback accesses(hits+misses) +system.cpu.l2cache.ReadExReq_accesses::cpu.data 82092 # number of ReadExReq accesses(hits+misses) +system.cpu.l2cache.ReadExReq_accesses::total 82092 # number of ReadExReq accesses(hits+misses) +system.cpu.l2cache.ReadCleanReq_accesses::cpu.inst 1032 # number of ReadCleanReq accesses(hits+misses) +system.cpu.l2cache.ReadCleanReq_accesses::total 1032 # number of ReadCleanReq accesses(hits+misses) +system.cpu.l2cache.ReadSharedReq_accesses::cpu.data 1994436 # number of ReadSharedReq accesses(hits+misses) +system.cpu.l2cache.ReadSharedReq_accesses::total 1994436 # number of ReadSharedReq accesses(hits+misses) system.cpu.l2cache.demand_accesses::cpu.inst 1032 # number of demand (read+write) accesses -system.cpu.l2cache.demand_accesses::cpu.data 2076534 # number of demand (read+write) accesses -system.cpu.l2cache.demand_accesses::total 2077566 # number of demand (read+write) accesses +system.cpu.l2cache.demand_accesses::cpu.data 2076528 # number of demand (read+write) accesses +system.cpu.l2cache.demand_accesses::total 2077560 # number of demand (read+write) accesses system.cpu.l2cache.overall_accesses::cpu.inst 1032 # number of overall (read+write) accesses -system.cpu.l2cache.overall_accesses::cpu.data 2076534 # number of overall (read+write) accesses -system.cpu.l2cache.overall_accesses::total 2077566 # number of overall (read+write) accesses -system.cpu.l2cache.ReadReq_miss_rate::cpu.inst 0.983527 # miss rate for ReadReq accesses -system.cpu.l2cache.ReadReq_miss_rate::cpu.data 0.000234 # miss rate for ReadReq accesses -system.cpu.l2cache.ReadReq_miss_rate::total 0.000743 # miss rate for ReadReq accesses -system.cpu.l2cache.ReadExReq_miss_rate::cpu.data 0.353411 # miss rate for ReadExReq accesses -system.cpu.l2cache.ReadExReq_miss_rate::total 0.353411 # miss rate for ReadExReq accesses -system.cpu.l2cache.demand_miss_rate::cpu.inst 0.983527 # miss rate for demand accesses -system.cpu.l2cache.demand_miss_rate::cpu.data 0.014192 # miss rate for demand accesses -system.cpu.l2cache.demand_miss_rate::total 0.014673 # miss rate for demand accesses -system.cpu.l2cache.overall_miss_rate::cpu.inst 0.983527 # miss rate for overall accesses -system.cpu.l2cache.overall_miss_rate::cpu.data 0.014192 # miss rate for overall accesses -system.cpu.l2cache.overall_miss_rate::total 0.014673 # miss rate for overall accesses -system.cpu.l2cache.ReadReq_avg_miss_latency::cpu.inst 77250.492611 # average ReadReq miss latency -system.cpu.l2cache.ReadReq_avg_miss_latency::cpu.data 74201.820128 # average ReadReq miss latency -system.cpu.l2cache.ReadReq_avg_miss_latency::total 76289.811066 # average ReadReq miss latency -system.cpu.l2cache.ReadExReq_avg_miss_latency::cpu.data 73376.202462 # average ReadExReq miss latency -system.cpu.l2cache.ReadExReq_avg_miss_latency::total 73376.202462 # average ReadExReq miss latency -system.cpu.l2cache.demand_avg_miss_latency::cpu.inst 77250.492611 # average overall miss latency -system.cpu.l2cache.demand_avg_miss_latency::cpu.data 73389.285714 # average overall miss latency -system.cpu.l2cache.demand_avg_miss_latency::total 73517.844842 # average overall miss latency -system.cpu.l2cache.overall_avg_miss_latency::cpu.inst 77250.492611 # average overall miss latency -system.cpu.l2cache.overall_avg_miss_latency::cpu.data 73389.285714 # average overall miss latency -system.cpu.l2cache.overall_avg_miss_latency::total 73517.844842 # average overall miss latency +system.cpu.l2cache.overall_accesses::cpu.data 2076528 # number of overall (read+write) accesses +system.cpu.l2cache.overall_accesses::total 2077560 # number of overall (read+write) accesses +system.cpu.l2cache.ReadExReq_miss_rate::cpu.data 0.353213 # miss rate for ReadExReq accesses +system.cpu.l2cache.ReadExReq_miss_rate::total 0.353213 # miss rate for ReadExReq accesses +system.cpu.l2cache.ReadCleanReq_miss_rate::cpu.inst 0.981589 # miss rate for ReadCleanReq accesses +system.cpu.l2cache.ReadCleanReq_miss_rate::total 0.981589 # miss rate for ReadCleanReq accesses +system.cpu.l2cache.ReadSharedReq_miss_rate::cpu.data 0.000219 # miss rate for ReadSharedReq accesses +system.cpu.l2cache.ReadSharedReq_miss_rate::total 0.000219 # miss rate for ReadSharedReq accesses +system.cpu.l2cache.demand_miss_rate::cpu.inst 0.981589 # miss rate for demand accesses +system.cpu.l2cache.demand_miss_rate::cpu.data 0.014174 # miss rate for demand accesses +system.cpu.l2cache.demand_miss_rate::total 0.014655 # miss rate for demand accesses +system.cpu.l2cache.overall_miss_rate::cpu.inst 0.981589 # miss rate for overall accesses +system.cpu.l2cache.overall_miss_rate::cpu.data 0.014174 # miss rate for overall accesses +system.cpu.l2cache.overall_miss_rate::total 0.014655 # miss rate for overall accesses +system.cpu.l2cache.ReadExReq_avg_miss_latency::cpu.data 73022.899710 # average ReadExReq miss latency +system.cpu.l2cache.ReadExReq_avg_miss_latency::total 73022.899710 # average ReadExReq miss latency +system.cpu.l2cache.ReadCleanReq_avg_miss_latency::cpu.inst 75414.116486 # average ReadCleanReq miss latency +system.cpu.l2cache.ReadCleanReq_avg_miss_latency::total 75414.116486 # average ReadCleanReq miss latency +system.cpu.l2cache.ReadSharedReq_avg_miss_latency::cpu.data 76271.167048 # average ReadSharedReq miss latency +system.cpu.l2cache.ReadSharedReq_avg_miss_latency::total 76271.167048 # average ReadSharedReq miss latency +system.cpu.l2cache.demand_avg_miss_latency::cpu.inst 75414.116486 # average overall miss latency +system.cpu.l2cache.demand_avg_miss_latency::cpu.data 73071.127646 # average overall miss latency +system.cpu.l2cache.demand_avg_miss_latency::total 73149.083623 # average overall miss latency +system.cpu.l2cache.overall_avg_miss_latency::cpu.inst 75414.116486 # average overall miss latency +system.cpu.l2cache.overall_avg_miss_latency::cpu.data 73071.127646 # average overall miss latency +system.cpu.l2cache.overall_avg_miss_latency::total 73149.083623 # average overall miss latency system.cpu.l2cache.blocked_cycles::no_mshrs 0 # number of cycles access was blocked system.cpu.l2cache.blocked_cycles::no_targets 0 # number of cycles access was blocked system.cpu.l2cache.blocked::no_mshrs 0 # number of cycles access was blocked @@ -886,107 +888,118 @@ system.cpu.l2cache.avg_blocked_cycles::no_mshrs nan system.cpu.l2cache.avg_blocked_cycles::no_targets nan # average number of cycles each access was blocked system.cpu.l2cache.fast_writes 0 # number of fast writes performed system.cpu.l2cache.cache_copies 0 # number of cache copies performed -system.cpu.l2cache.writebacks::writebacks 218 # number of writebacks -system.cpu.l2cache.writebacks::total 218 # number of writebacks -system.cpu.l2cache.ReadReq_mshr_misses::cpu.inst 1015 # number of ReadReq MSHR misses -system.cpu.l2cache.ReadReq_mshr_misses::cpu.data 467 # number of ReadReq MSHR misses -system.cpu.l2cache.ReadReq_mshr_misses::total 1482 # number of ReadReq MSHR misses -system.cpu.l2cache.ReadExReq_mshr_misses::cpu.data 29003 # number of ReadExReq MSHR misses -system.cpu.l2cache.ReadExReq_mshr_misses::total 29003 # number of ReadExReq MSHR misses -system.cpu.l2cache.demand_mshr_misses::cpu.inst 1015 # number of demand (read+write) MSHR misses -system.cpu.l2cache.demand_mshr_misses::cpu.data 29470 # number of demand (read+write) MSHR misses -system.cpu.l2cache.demand_mshr_misses::total 30485 # number of demand (read+write) MSHR misses -system.cpu.l2cache.overall_mshr_misses::cpu.inst 1015 # number of overall MSHR misses -system.cpu.l2cache.overall_mshr_misses::cpu.data 29470 # number of overall MSHR misses -system.cpu.l2cache.overall_mshr_misses::total 30485 # number of overall MSHR misses -system.cpu.l2cache.ReadReq_mshr_miss_latency::cpu.inst 65734750 # number of ReadReq MSHR miss cycles -system.cpu.l2cache.ReadReq_mshr_miss_latency::cpu.data 28861750 # number of ReadReq MSHR miss cycles -system.cpu.l2cache.ReadReq_mshr_miss_latency::total 94596500 # number of ReadReq MSHR miss cycles -system.cpu.l2cache.ReadExReq_mshr_miss_latency::cpu.data 1765566500 # number of ReadExReq MSHR miss cycles -system.cpu.l2cache.ReadExReq_mshr_miss_latency::total 1765566500 # number of ReadExReq MSHR miss cycles -system.cpu.l2cache.demand_mshr_miss_latency::cpu.inst 65734750 # number of demand (read+write) MSHR miss cycles -system.cpu.l2cache.demand_mshr_miss_latency::cpu.data 1794428250 # number of demand (read+write) MSHR miss cycles -system.cpu.l2cache.demand_mshr_miss_latency::total 1860163000 # number of demand (read+write) MSHR miss cycles -system.cpu.l2cache.overall_mshr_miss_latency::cpu.inst 65734750 # number of overall MSHR miss cycles -system.cpu.l2cache.overall_mshr_miss_latency::cpu.data 1794428250 # number of overall MSHR miss cycles -system.cpu.l2cache.overall_mshr_miss_latency::total 1860163000 # number of overall MSHR miss cycles -system.cpu.l2cache.ReadReq_mshr_miss_rate::cpu.inst 0.983527 # mshr miss rate for ReadReq accesses -system.cpu.l2cache.ReadReq_mshr_miss_rate::cpu.data 0.000234 # mshr miss rate for ReadReq accesses -system.cpu.l2cache.ReadReq_mshr_miss_rate::total 0.000743 # mshr miss rate for ReadReq accesses -system.cpu.l2cache.ReadExReq_mshr_miss_rate::cpu.data 0.353411 # mshr miss rate for ReadExReq accesses -system.cpu.l2cache.ReadExReq_mshr_miss_rate::total 0.353411 # mshr miss rate for ReadExReq accesses -system.cpu.l2cache.demand_mshr_miss_rate::cpu.inst 0.983527 # mshr miss rate for demand accesses -system.cpu.l2cache.demand_mshr_miss_rate::cpu.data 0.014192 # mshr miss rate for demand accesses -system.cpu.l2cache.demand_mshr_miss_rate::total 0.014673 # mshr miss rate for demand accesses -system.cpu.l2cache.overall_mshr_miss_rate::cpu.inst 0.983527 # mshr miss rate for overall accesses -system.cpu.l2cache.overall_mshr_miss_rate::cpu.data 0.014192 # mshr miss rate for overall accesses -system.cpu.l2cache.overall_mshr_miss_rate::total 0.014673 # mshr miss rate for overall accesses -system.cpu.l2cache.ReadReq_avg_mshr_miss_latency::cpu.inst 64763.300493 # average ReadReq mshr miss latency -system.cpu.l2cache.ReadReq_avg_mshr_miss_latency::cpu.data 61802.462527 # average ReadReq mshr miss latency -system.cpu.l2cache.ReadReq_avg_mshr_miss_latency::total 63830.296896 # average ReadReq mshr miss latency -system.cpu.l2cache.ReadExReq_avg_mshr_miss_latency::cpu.data 60875.306003 # average ReadExReq mshr miss latency -system.cpu.l2cache.ReadExReq_avg_mshr_miss_latency::total 60875.306003 # average ReadExReq mshr miss latency -system.cpu.l2cache.demand_avg_mshr_miss_latency::cpu.inst 64763.300493 # average overall mshr miss latency -system.cpu.l2cache.demand_avg_mshr_miss_latency::cpu.data 60889.998303 # average overall mshr miss latency -system.cpu.l2cache.demand_avg_mshr_miss_latency::total 61018.960144 # average overall mshr miss latency -system.cpu.l2cache.overall_avg_mshr_miss_latency::cpu.inst 64763.300493 # average overall mshr miss latency -system.cpu.l2cache.overall_avg_mshr_miss_latency::cpu.data 60889.998303 # average overall mshr miss latency -system.cpu.l2cache.overall_avg_mshr_miss_latency::total 61018.960144 # average overall mshr miss latency +system.cpu.l2cache.writebacks::writebacks 184 # number of writebacks +system.cpu.l2cache.writebacks::total 184 # number of writebacks +system.cpu.l2cache.CleanEvict_mshr_misses::writebacks 7 # number of CleanEvict MSHR misses +system.cpu.l2cache.CleanEvict_mshr_misses::total 7 # number of CleanEvict MSHR misses +system.cpu.l2cache.ReadExReq_mshr_misses::cpu.data 28996 # number of ReadExReq MSHR misses +system.cpu.l2cache.ReadExReq_mshr_misses::total 28996 # number of ReadExReq MSHR misses +system.cpu.l2cache.ReadCleanReq_mshr_misses::cpu.inst 1013 # number of ReadCleanReq MSHR misses +system.cpu.l2cache.ReadCleanReq_mshr_misses::total 1013 # number of ReadCleanReq MSHR misses +system.cpu.l2cache.ReadSharedReq_mshr_misses::cpu.data 437 # number of ReadSharedReq MSHR misses +system.cpu.l2cache.ReadSharedReq_mshr_misses::total 437 # number of ReadSharedReq MSHR misses +system.cpu.l2cache.demand_mshr_misses::cpu.inst 1013 # number of demand (read+write) MSHR misses +system.cpu.l2cache.demand_mshr_misses::cpu.data 29433 # number of demand (read+write) MSHR misses +system.cpu.l2cache.demand_mshr_misses::total 30446 # number of demand (read+write) MSHR misses +system.cpu.l2cache.overall_mshr_misses::cpu.inst 1013 # number of overall MSHR misses +system.cpu.l2cache.overall_mshr_misses::cpu.data 29433 # number of overall MSHR misses +system.cpu.l2cache.overall_mshr_misses::total 30446 # number of overall MSHR misses +system.cpu.l2cache.ReadExReq_mshr_miss_latency::cpu.data 1827412000 # number of ReadExReq MSHR miss cycles +system.cpu.l2cache.ReadExReq_mshr_miss_latency::total 1827412000 # number of ReadExReq MSHR miss cycles +system.cpu.l2cache.ReadCleanReq_mshr_miss_latency::cpu.inst 66264500 # number of ReadCleanReq MSHR miss cycles +system.cpu.l2cache.ReadCleanReq_mshr_miss_latency::total 66264500 # number of ReadCleanReq MSHR miss cycles +system.cpu.l2cache.ReadSharedReq_mshr_miss_latency::cpu.data 28980500 # number of ReadSharedReq MSHR miss cycles +system.cpu.l2cache.ReadSharedReq_mshr_miss_latency::total 28980500 # number of ReadSharedReq MSHR miss cycles +system.cpu.l2cache.demand_mshr_miss_latency::cpu.inst 66264500 # number of demand (read+write) MSHR miss cycles +system.cpu.l2cache.demand_mshr_miss_latency::cpu.data 1856392500 # number of demand (read+write) MSHR miss cycles +system.cpu.l2cache.demand_mshr_miss_latency::total 1922657000 # number of demand (read+write) MSHR miss cycles +system.cpu.l2cache.overall_mshr_miss_latency::cpu.inst 66264500 # number of overall MSHR miss cycles +system.cpu.l2cache.overall_mshr_miss_latency::cpu.data 1856392500 # number of overall MSHR miss cycles +system.cpu.l2cache.overall_mshr_miss_latency::total 1922657000 # number of overall MSHR miss cycles +system.cpu.l2cache.CleanEvict_mshr_miss_rate::writebacks inf # mshr miss rate for CleanEvict accesses +system.cpu.l2cache.CleanEvict_mshr_miss_rate::total inf # mshr miss rate for CleanEvict accesses +system.cpu.l2cache.ReadExReq_mshr_miss_rate::cpu.data 0.353213 # mshr miss rate for ReadExReq accesses +system.cpu.l2cache.ReadExReq_mshr_miss_rate::total 0.353213 # mshr miss rate for ReadExReq accesses +system.cpu.l2cache.ReadCleanReq_mshr_miss_rate::cpu.inst 0.981589 # mshr miss rate for ReadCleanReq accesses +system.cpu.l2cache.ReadCleanReq_mshr_miss_rate::total 0.981589 # mshr miss rate for ReadCleanReq accesses +system.cpu.l2cache.ReadSharedReq_mshr_miss_rate::cpu.data 0.000219 # mshr miss rate for ReadSharedReq accesses +system.cpu.l2cache.ReadSharedReq_mshr_miss_rate::total 0.000219 # mshr miss rate for ReadSharedReq accesses +system.cpu.l2cache.demand_mshr_miss_rate::cpu.inst 0.981589 # mshr miss rate for demand accesses +system.cpu.l2cache.demand_mshr_miss_rate::cpu.data 0.014174 # mshr miss rate for demand accesses +system.cpu.l2cache.demand_mshr_miss_rate::total 0.014655 # mshr miss rate for demand accesses +system.cpu.l2cache.overall_mshr_miss_rate::cpu.inst 0.981589 # mshr miss rate for overall accesses +system.cpu.l2cache.overall_mshr_miss_rate::cpu.data 0.014174 # mshr miss rate for overall accesses +system.cpu.l2cache.overall_mshr_miss_rate::total 0.014655 # mshr miss rate for overall accesses +system.cpu.l2cache.ReadExReq_avg_mshr_miss_latency::cpu.data 63022.899710 # average ReadExReq mshr miss latency +system.cpu.l2cache.ReadExReq_avg_mshr_miss_latency::total 63022.899710 # average ReadExReq mshr miss latency +system.cpu.l2cache.ReadCleanReq_avg_mshr_miss_latency::cpu.inst 65414.116486 # average ReadCleanReq mshr miss latency +system.cpu.l2cache.ReadCleanReq_avg_mshr_miss_latency::total 65414.116486 # average ReadCleanReq mshr miss latency +system.cpu.l2cache.ReadSharedReq_avg_mshr_miss_latency::cpu.data 66316.933638 # average ReadSharedReq mshr miss latency +system.cpu.l2cache.ReadSharedReq_avg_mshr_miss_latency::total 66316.933638 # average ReadSharedReq mshr miss latency +system.cpu.l2cache.demand_avg_mshr_miss_latency::cpu.inst 65414.116486 # average overall mshr miss latency +system.cpu.l2cache.demand_avg_mshr_miss_latency::cpu.data 63071.807155 # average overall mshr miss latency +system.cpu.l2cache.demand_avg_mshr_miss_latency::total 63149.740524 # average overall mshr miss latency +system.cpu.l2cache.overall_avg_mshr_miss_latency::cpu.inst 65414.116486 # average overall mshr miss latency +system.cpu.l2cache.overall_avg_mshr_miss_latency::cpu.data 63071.807155 # average overall mshr miss latency +system.cpu.l2cache.overall_avg_mshr_miss_latency::total 63149.740524 # average overall mshr miss latency system.cpu.l2cache.no_allocate_misses 0 # Number of misses that were no-allocate -system.cpu.toL2Bus.trans_dist::ReadReq 1995500 # Transaction distribution -system.cpu.toL2Bus.trans_dist::ReadResp 1995500 # Transaction distribution -system.cpu.toL2Bus.trans_dist::Writeback 2066723 # Transaction distribution -system.cpu.toL2Bus.trans_dist::ReadExReq 82066 # Transaction distribution -system.cpu.toL2Bus.trans_dist::ReadExResp 82066 # Transaction distribution -system.cpu.toL2Bus.pkt_count_system.cpu.icache.mem_side::system.cpu.l2cache.cpu_side 2064 # Packet count per connected master and slave (bytes) -system.cpu.toL2Bus.pkt_count_system.cpu.dcache.mem_side::system.cpu.l2cache.cpu_side 6219791 # Packet count per connected master and slave (bytes) -system.cpu.toL2Bus.pkt_count::total 6221855 # Packet count per connected master and slave (bytes) +system.cpu.toL2Bus.trans_dist::ReadResp 1995466 # Transaction distribution +system.cpu.toL2Bus.trans_dist::Writeback 2066895 # Transaction distribution +system.cpu.toL2Bus.trans_dist::CleanEvict 6085 # Transaction distribution +system.cpu.toL2Bus.trans_dist::ReadExReq 82092 # Transaction distribution +system.cpu.toL2Bus.trans_dist::ReadExResp 82092 # Transaction distribution +system.cpu.toL2Bus.trans_dist::ReadCleanReq 1032 # Transaction distribution +system.cpu.toL2Bus.trans_dist::ReadSharedReq 1994436 # Transaction distribution +system.cpu.toL2Bus.pkt_count_system.cpu.icache.mem_side::system.cpu.l2cache.cpu_side 2128 # Packet count per connected master and slave (bytes) +system.cpu.toL2Bus.pkt_count_system.cpu.dcache.mem_side::system.cpu.l2cache.cpu_side 6225475 # Packet count per connected master and slave (bytes) +system.cpu.toL2Bus.pkt_count::total 6227603 # Packet count per connected master and slave (bytes) system.cpu.toL2Bus.pkt_size_system.cpu.icache.mem_side::system.cpu.l2cache.cpu_side 66048 # Cumulative packet size per connected master and slave (bytes) -system.cpu.toL2Bus.pkt_size_system.cpu.dcache.mem_side::system.cpu.l2cache.cpu_side 265168448 # Cumulative packet size per connected master and slave (bytes) -system.cpu.toL2Bus.pkt_size::total 265234496 # Cumulative packet size per connected master and slave (bytes) -system.cpu.toL2Bus.snoops 0 # Total snoops (count) -system.cpu.toL2Bus.snoop_fanout::samples 4144289 # Request fanout histogram -system.cpu.toL2Bus.snoop_fanout::mean 1 # Request fanout histogram -system.cpu.toL2Bus.snoop_fanout::stdev 0 # Request fanout histogram +system.cpu.toL2Bus.pkt_size_system.cpu.dcache.mem_side::system.cpu.l2cache.cpu_side 265167168 # Cumulative packet size per connected master and slave (bytes) +system.cpu.toL2Bus.pkt_size::total 265233216 # Cumulative packet size per connected master and slave (bytes) +system.cpu.toL2Bus.snoops 495 # Total snoops (count) +system.cpu.toL2Bus.snoop_fanout::samples 4150549 # Request fanout histogram +system.cpu.toL2Bus.snoop_fanout::mean 1.000119 # Request fanout histogram +system.cpu.toL2Bus.snoop_fanout::stdev 0.010920 # Request fanout histogram system.cpu.toL2Bus.snoop_fanout::underflows 0 0.00% 0.00% # Request fanout histogram system.cpu.toL2Bus.snoop_fanout::0 0 0.00% 0.00% # Request fanout histogram -system.cpu.toL2Bus.snoop_fanout::1 4144289 100.00% 100.00% # Request fanout histogram -system.cpu.toL2Bus.snoop_fanout::2 0 0.00% 100.00% # Request fanout histogram +system.cpu.toL2Bus.snoop_fanout::1 4150054 99.99% 99.99% # Request fanout histogram +system.cpu.toL2Bus.snoop_fanout::2 495 0.01% 100.00% # Request fanout histogram system.cpu.toL2Bus.snoop_fanout::overflows 0 0.00% 100.00% # Request fanout histogram system.cpu.toL2Bus.snoop_fanout::min_value 1 # Request fanout histogram -system.cpu.toL2Bus.snoop_fanout::max_value 1 # Request fanout histogram -system.cpu.toL2Bus.snoop_fanout::total 4144289 # Request fanout histogram -system.cpu.toL2Bus.reqLayer0.occupancy 4138867500 # Layer occupancy (ticks) +system.cpu.toL2Bus.snoop_fanout::max_value 2 # Request fanout histogram +system.cpu.toL2Bus.snoop_fanout::total 4150549 # Request fanout histogram +system.cpu.toL2Bus.reqLayer0.occupancy 4141738000 # Layer occupancy (ticks) system.cpu.toL2Bus.reqLayer0.utilization 6.7 # Layer utilization (%) -system.cpu.toL2Bus.respLayer0.occupancy 1740500 # Layer occupancy (ticks) +system.cpu.toL2Bus.respLayer0.occupancy 1548000 # Layer occupancy (ticks) system.cpu.toL2Bus.respLayer0.utilization 0.0 # Layer utilization (%) -system.cpu.toL2Bus.respLayer1.occupancy 3121586499 # Layer occupancy (ticks) +system.cpu.toL2Bus.respLayer1.occupancy 3114789000 # Layer occupancy (ticks) system.cpu.toL2Bus.respLayer1.utilization 5.0 # Layer utilization (%) -system.membus.trans_dist::ReadReq 1482 # Transaction distribution -system.membus.trans_dist::ReadResp 1482 # Transaction distribution -system.membus.trans_dist::Writeback 218 # Transaction distribution -system.membus.trans_dist::ReadExReq 29003 # Transaction distribution -system.membus.trans_dist::ReadExResp 29003 # Transaction distribution -system.membus.pkt_count_system.cpu.l2cache.mem_side::system.physmem.port 61188 # Packet count per connected master and slave (bytes) -system.membus.pkt_count_system.cpu.l2cache.mem_side::total 61188 # Packet count per connected master and slave (bytes) -system.membus.pkt_count::total 61188 # Packet count per connected master and slave (bytes) -system.membus.pkt_size_system.cpu.l2cache.mem_side::system.physmem.port 1964992 # Cumulative packet size per connected master and slave (bytes) -system.membus.pkt_size_system.cpu.l2cache.mem_side::total 1964992 # Cumulative packet size per connected master and slave (bytes) -system.membus.pkt_size::total 1964992 # Cumulative packet size per connected master and slave (bytes) +system.membus.trans_dist::ReadResp 1448 # Transaction distribution +system.membus.trans_dist::Writeback 184 # Transaction distribution +system.membus.trans_dist::CleanEvict 34 # Transaction distribution +system.membus.trans_dist::ReadExReq 28996 # Transaction distribution +system.membus.trans_dist::ReadExResp 28996 # Transaction distribution +system.membus.trans_dist::ReadSharedReq 1450 # Transaction distribution +system.membus.pkt_count_system.cpu.l2cache.mem_side::system.physmem.port 61108 # Packet count per connected master and slave (bytes) +system.membus.pkt_count_system.cpu.l2cache.mem_side::total 61108 # Packet count per connected master and slave (bytes) +system.membus.pkt_count::total 61108 # Packet count per connected master and slave (bytes) +system.membus.pkt_size_system.cpu.l2cache.mem_side::system.physmem.port 1960192 # Cumulative packet size per connected master and slave (bytes) +system.membus.pkt_size_system.cpu.l2cache.mem_side::total 1960192 # Cumulative packet size per connected master and slave (bytes) +system.membus.pkt_size::total 1960192 # Cumulative packet size per connected master and slave (bytes) system.membus.snoops 0 # Total snoops (count) -system.membus.snoop_fanout::samples 30703 # Request fanout histogram +system.membus.snoop_fanout::samples 30664 # Request fanout histogram system.membus.snoop_fanout::mean 0 # Request fanout histogram system.membus.snoop_fanout::stdev 0 # Request fanout histogram system.membus.snoop_fanout::underflows 0 0.00% 0.00% # Request fanout histogram -system.membus.snoop_fanout::0 30703 100.00% 100.00% # Request fanout histogram +system.membus.snoop_fanout::0 30664 100.00% 100.00% # Request fanout histogram system.membus.snoop_fanout::1 0 0.00% 100.00% # Request fanout histogram system.membus.snoop_fanout::overflows 0 0.00% 100.00% # Request fanout histogram system.membus.snoop_fanout::min_value 0 # Request fanout histogram system.membus.snoop_fanout::max_value 0 # Request fanout histogram -system.membus.snoop_fanout::total 30703 # Request fanout histogram -system.membus.reqLayer0.occupancy 42842500 # Layer occupancy (ticks) +system.membus.snoop_fanout::total 30664 # Request fanout histogram +system.membus.reqLayer0.occupancy 42854000 # Layer occupancy (ticks) system.membus.reqLayer0.utilization 0.1 # Layer utilization (%) -system.membus.respLayer1.occupancy 160650000 # Layer occupancy (ticks) +system.membus.respLayer1.occupancy 160427250 # Layer occupancy (ticks) system.membus.respLayer1.utilization 0.3 # Layer utilization (%) ---------- End Simulation Statistics ---------- diff --git a/tests/long/se/10.mcf/ref/x86/linux/simple-timing/stats.txt b/tests/long/se/10.mcf/ref/x86/linux/simple-timing/stats.txt index 02993075a..d40f8a71c 100644 --- a/tests/long/se/10.mcf/ref/x86/linux/simple-timing/stats.txt +++ b/tests/long/se/10.mcf/ref/x86/linux/simple-timing/stats.txt @@ -1,45 +1,45 @@ ---------- Begin Simulation Statistics ---------- sim_seconds 0.365989 # Number of seconds simulated -sim_ticks 365989065500 # Number of ticks simulated -final_tick 365989065500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset) +sim_ticks 365988859500 # Number of ticks simulated +final_tick 365988859500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset) sim_freq 1000000000000 # Frequency of simulated ticks -host_inst_rate 678113 # Simulator instruction rate (inst/s) -host_op_rate 1194048 # Simulator op (including micro ops) rate (op/s) -host_tick_rate 1570885616 # Simulator tick rate (ticks/s) -host_mem_usage 451452 # Number of bytes of host memory used -host_seconds 232.98 # Real time elapsed on the host +host_inst_rate 643347 # Simulator instruction rate (inst/s) +host_op_rate 1132831 # Simulator op (including micro ops) rate (op/s) +host_tick_rate 1490347920 # Simulator tick rate (ticks/s) +host_mem_usage 451472 # Number of bytes of host memory used +host_seconds 245.57 # Real time elapsed on the host sim_insts 157988548 # Number of instructions simulated sim_ops 278192465 # Number of ops (including micro ops) simulated system.voltage_domain.voltage 1 # Voltage in Volts system.clk_domain.clock 1000 # Clock period in ticks system.physmem.bytes_read::cpu.inst 51392 # Number of bytes read from this memory -system.physmem.bytes_read::cpu.data 1871744 # Number of bytes read from this memory -system.physmem.bytes_read::total 1923136 # Number of bytes read from this memory +system.physmem.bytes_read::cpu.data 1871424 # Number of bytes read from this memory +system.physmem.bytes_read::total 1922816 # Number of bytes read from this memory system.physmem.bytes_inst_read::cpu.inst 51392 # Number of instructions bytes read from this memory system.physmem.bytes_inst_read::total 51392 # Number of instructions bytes read from this memory -system.physmem.bytes_written::writebacks 6400 # Number of bytes written to this memory -system.physmem.bytes_written::total 6400 # Number of bytes written to this memory +system.physmem.bytes_written::writebacks 6528 # Number of bytes written to this memory +system.physmem.bytes_written::total 6528 # Number of bytes written to this memory system.physmem.num_reads::cpu.inst 803 # Number of read requests responded to by this memory -system.physmem.num_reads::cpu.data 29246 # Number of read requests responded to by this memory -system.physmem.num_reads::total 30049 # Number of read requests responded to by this memory -system.physmem.num_writes::writebacks 100 # Number of write requests responded to by this memory -system.physmem.num_writes::total 100 # Number of write requests responded to by this memory -system.physmem.bw_read::cpu.inst 140419 # Total read bandwidth from this memory (bytes/s) -system.physmem.bw_read::cpu.data 5114207 # Total read bandwidth from this memory (bytes/s) -system.physmem.bw_read::total 5254627 # Total read bandwidth from this memory (bytes/s) -system.physmem.bw_inst_read::cpu.inst 140419 # Instruction read bandwidth from this memory (bytes/s) -system.physmem.bw_inst_read::total 140419 # Instruction read bandwidth from this memory (bytes/s) -system.physmem.bw_write::writebacks 17487 # Write bandwidth from this memory (bytes/s) -system.physmem.bw_write::total 17487 # Write bandwidth from this memory (bytes/s) -system.physmem.bw_total::writebacks 17487 # Total bandwidth to/from this memory (bytes/s) -system.physmem.bw_total::cpu.inst 140419 # Total bandwidth to/from this memory (bytes/s) -system.physmem.bw_total::cpu.data 5114207 # Total bandwidth to/from this memory (bytes/s) -system.physmem.bw_total::total 5272114 # Total bandwidth to/from this memory (bytes/s) +system.physmem.num_reads::cpu.data 29241 # Number of read requests responded to by this memory +system.physmem.num_reads::total 30044 # Number of read requests responded to by this memory +system.physmem.num_writes::writebacks 102 # Number of write requests responded to by this memory +system.physmem.num_writes::total 102 # Number of write requests responded to by this memory +system.physmem.bw_read::cpu.inst 140420 # Total read bandwidth from this memory (bytes/s) +system.physmem.bw_read::cpu.data 5113336 # Total read bandwidth from this memory (bytes/s) +system.physmem.bw_read::total 5253756 # Total read bandwidth from this memory (bytes/s) +system.physmem.bw_inst_read::cpu.inst 140420 # Instruction read bandwidth from this memory (bytes/s) +system.physmem.bw_inst_read::total 140420 # Instruction read bandwidth from this memory (bytes/s) +system.physmem.bw_write::writebacks 17837 # Write bandwidth from this memory (bytes/s) +system.physmem.bw_write::total 17837 # Write bandwidth from this memory (bytes/s) +system.physmem.bw_total::writebacks 17837 # Total bandwidth to/from this memory (bytes/s) +system.physmem.bw_total::cpu.inst 140420 # Total bandwidth to/from this memory (bytes/s) +system.physmem.bw_total::cpu.data 5113336 # Total bandwidth to/from this memory (bytes/s) +system.physmem.bw_total::total 5271592 # Total bandwidth to/from this memory (bytes/s) system.cpu_clk_domain.clock 500 # Clock period in ticks system.cpu.apic_clk_domain.clock 8000 # Clock period in ticks system.cpu.workload.num_syscalls 444 # Number of system calls -system.cpu.numCycles 731978131 # number of cpu cycles simulated +system.cpu.numCycles 731977719 # 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 157988548 # Number of instructions committed @@ -60,7 +60,7 @@ system.cpu.num_mem_refs 122219137 # nu system.cpu.num_load_insts 90779385 # Number of load instructions system.cpu.num_store_insts 31439752 # Number of store instructions system.cpu.num_idle_cycles 0.002000 # Number of idle cycles -system.cpu.num_busy_cycles 731978130.998000 # Number of busy cycles +system.cpu.num_busy_cycles 731977718.998000 # Number of busy cycles system.cpu.not_idle_fraction 1.000000 # Percentage of non-idle cycles system.cpu.idle_fraction 0.000000 # Percentage of idle cycles system.cpu.Branches 29309705 # Number of branches fetched @@ -100,12 +100,12 @@ system.cpu.op_class::IprAccess 0 0.00% 100.00% # Cl system.cpu.op_class::InstPrefetch 0 0.00% 100.00% # Class of executed instruction system.cpu.op_class::total 278192465 # Class of executed instruction system.cpu.dcache.tags.replacements 2062733 # number of replacements -system.cpu.dcache.tags.tagsinuse 4076.488607 # Cycle average of tags in use +system.cpu.dcache.tags.tagsinuse 4076.488591 # Cycle average of tags in use system.cpu.dcache.tags.total_refs 120152370 # Total number of references to valid blocks. system.cpu.dcache.tags.sampled_refs 2066829 # Sample count of references to valid blocks. system.cpu.dcache.tags.avg_refs 58.133677 # Average number of references to valid blocks. -system.cpu.dcache.tags.warmup_cycle 126079702000 # Cycle when the warmup percentage was hit. -system.cpu.dcache.tags.occ_blocks::cpu.data 4076.488607 # Average occupied blocks per requestor +system.cpu.dcache.tags.warmup_cycle 126079705500 # Cycle when the warmup percentage was hit. +system.cpu.dcache.tags.occ_blocks::cpu.data 4076.488591 # Average occupied blocks per requestor system.cpu.dcache.tags.occ_percent::cpu.data 0.995236 # Average percentage of cache occupancy system.cpu.dcache.tags.occ_percent::total 0.995236 # Average percentage of cache occupancy system.cpu.dcache.tags.occ_task_id_blocks::1024 4096 # Occupied blocks per task id @@ -132,14 +132,14 @@ system.cpu.dcache.demand_misses::cpu.data 2066829 # n system.cpu.dcache.demand_misses::total 2066829 # number of demand (read+write) misses system.cpu.dcache.overall_misses::cpu.data 2066829 # number of overall misses system.cpu.dcache.overall_misses::total 2066829 # number of overall misses -system.cpu.dcache.ReadReq_miss_latency::cpu.data 25498684000 # number of ReadReq miss cycles -system.cpu.dcache.ReadReq_miss_latency::total 25498684000 # number of ReadReq miss cycles -system.cpu.dcache.WriteReq_miss_latency::cpu.data 2598456000 # number of WriteReq miss cycles -system.cpu.dcache.WriteReq_miss_latency::total 2598456000 # number of WriteReq miss cycles -system.cpu.dcache.demand_miss_latency::cpu.data 28097140000 # number of demand (read+write) miss cycles -system.cpu.dcache.demand_miss_latency::total 28097140000 # number of demand (read+write) miss cycles -system.cpu.dcache.overall_miss_latency::cpu.data 28097140000 # number of overall miss cycles -system.cpu.dcache.overall_miss_latency::total 28097140000 # number of overall miss cycles +system.cpu.dcache.ReadReq_miss_latency::cpu.data 25498474000 # number of ReadReq miss cycles +system.cpu.dcache.ReadReq_miss_latency::total 25498474000 # number of ReadReq miss cycles +system.cpu.dcache.WriteReq_miss_latency::cpu.data 2598457000 # number of WriteReq miss cycles +system.cpu.dcache.WriteReq_miss_latency::total 2598457000 # number of WriteReq miss cycles +system.cpu.dcache.demand_miss_latency::cpu.data 28096931000 # number of demand (read+write) miss cycles +system.cpu.dcache.demand_miss_latency::total 28096931000 # number of demand (read+write) miss cycles +system.cpu.dcache.overall_miss_latency::cpu.data 28096931000 # number of overall miss cycles +system.cpu.dcache.overall_miss_latency::total 28096931000 # number of overall miss cycles system.cpu.dcache.ReadReq_accesses::cpu.data 90779447 # number of ReadReq accesses(hits+misses) system.cpu.dcache.ReadReq_accesses::total 90779447 # number of ReadReq accesses(hits+misses) system.cpu.dcache.WriteReq_accesses::cpu.data 31439752 # number of WriteReq accesses(hits+misses) @@ -156,14 +156,14 @@ system.cpu.dcache.demand_miss_rate::cpu.data 0.016911 system.cpu.dcache.demand_miss_rate::total 0.016911 # miss rate for demand accesses system.cpu.dcache.overall_miss_rate::cpu.data 0.016911 # miss rate for overall accesses system.cpu.dcache.overall_miss_rate::total 0.016911 # miss rate for overall accesses -system.cpu.dcache.ReadReq_avg_miss_latency::cpu.data 13004.755396 # average ReadReq miss latency -system.cpu.dcache.ReadReq_avg_miss_latency::total 13004.755396 # average ReadReq miss latency -system.cpu.dcache.WriteReq_avg_miss_latency::cpu.data 24488.554223 # average WriteReq miss latency -system.cpu.dcache.WriteReq_avg_miss_latency::total 24488.554223 # average WriteReq miss latency -system.cpu.dcache.demand_avg_miss_latency::cpu.data 13594.322510 # average overall miss latency -system.cpu.dcache.demand_avg_miss_latency::total 13594.322510 # average overall miss latency -system.cpu.dcache.overall_avg_miss_latency::cpu.data 13594.322510 # average overall miss latency -system.cpu.dcache.overall_avg_miss_latency::total 13594.322510 # average overall miss latency +system.cpu.dcache.ReadReq_avg_miss_latency::cpu.data 13004.648292 # average ReadReq miss latency +system.cpu.dcache.ReadReq_avg_miss_latency::total 13004.648292 # average ReadReq miss latency +system.cpu.dcache.WriteReq_avg_miss_latency::cpu.data 24488.563647 # average WriteReq miss latency +system.cpu.dcache.WriteReq_avg_miss_latency::total 24488.563647 # average WriteReq miss latency +system.cpu.dcache.demand_avg_miss_latency::cpu.data 13594.221389 # average overall miss latency +system.cpu.dcache.demand_avg_miss_latency::total 13594.221389 # average overall miss latency +system.cpu.dcache.overall_avg_miss_latency::cpu.data 13594.221389 # average overall miss latency +system.cpu.dcache.overall_avg_miss_latency::total 13594.221389 # average overall miss latency system.cpu.dcache.blocked_cycles::no_mshrs 0 # number of cycles access was blocked system.cpu.dcache.blocked_cycles::no_targets 0 # number of cycles access was blocked system.cpu.dcache.blocked::no_mshrs 0 # number of cycles access was blocked @@ -172,8 +172,8 @@ system.cpu.dcache.avg_blocked_cycles::no_mshrs nan system.cpu.dcache.avg_blocked_cycles::no_targets nan # average number of cycles each access was blocked system.cpu.dcache.fast_writes 0 # number of fast writes performed system.cpu.dcache.cache_copies 0 # number of cache copies performed -system.cpu.dcache.writebacks::writebacks 2062484 # number of writebacks -system.cpu.dcache.writebacks::total 2062484 # number of writebacks +system.cpu.dcache.writebacks::writebacks 2062482 # number of writebacks +system.cpu.dcache.writebacks::total 2062482 # number of writebacks system.cpu.dcache.ReadReq_mshr_misses::cpu.data 1960720 # number of ReadReq MSHR misses system.cpu.dcache.ReadReq_mshr_misses::total 1960720 # number of ReadReq MSHR misses system.cpu.dcache.WriteReq_mshr_misses::cpu.data 106109 # number of WriteReq MSHR misses @@ -182,14 +182,14 @@ system.cpu.dcache.demand_mshr_misses::cpu.data 2066829 system.cpu.dcache.demand_mshr_misses::total 2066829 # number of demand (read+write) MSHR misses system.cpu.dcache.overall_mshr_misses::cpu.data 2066829 # number of overall MSHR misses system.cpu.dcache.overall_mshr_misses::total 2066829 # number of overall MSHR misses -system.cpu.dcache.ReadReq_mshr_miss_latency::cpu.data 22557604000 # number of ReadReq MSHR miss cycles -system.cpu.dcache.ReadReq_mshr_miss_latency::total 22557604000 # number of ReadReq MSHR miss cycles -system.cpu.dcache.WriteReq_mshr_miss_latency::cpu.data 2439292500 # number of WriteReq MSHR miss cycles -system.cpu.dcache.WriteReq_mshr_miss_latency::total 2439292500 # number of WriteReq MSHR miss cycles -system.cpu.dcache.demand_mshr_miss_latency::cpu.data 24996896500 # number of demand (read+write) MSHR miss cycles -system.cpu.dcache.demand_mshr_miss_latency::total 24996896500 # number of demand (read+write) MSHR miss cycles -system.cpu.dcache.overall_mshr_miss_latency::cpu.data 24996896500 # number of overall MSHR miss cycles -system.cpu.dcache.overall_mshr_miss_latency::total 24996896500 # number of overall MSHR miss cycles +system.cpu.dcache.ReadReq_mshr_miss_latency::cpu.data 23537754000 # number of ReadReq MSHR miss cycles +system.cpu.dcache.ReadReq_mshr_miss_latency::total 23537754000 # number of ReadReq MSHR miss cycles +system.cpu.dcache.WriteReq_mshr_miss_latency::cpu.data 2492348000 # number of WriteReq MSHR miss cycles +system.cpu.dcache.WriteReq_mshr_miss_latency::total 2492348000 # number of WriteReq MSHR miss cycles +system.cpu.dcache.demand_mshr_miss_latency::cpu.data 26030102000 # number of demand (read+write) MSHR miss cycles +system.cpu.dcache.demand_mshr_miss_latency::total 26030102000 # number of demand (read+write) MSHR miss cycles +system.cpu.dcache.overall_mshr_miss_latency::cpu.data 26030102000 # number of overall MSHR miss cycles +system.cpu.dcache.overall_mshr_miss_latency::total 26030102000 # number of overall MSHR miss cycles system.cpu.dcache.ReadReq_mshr_miss_rate::cpu.data 0.021599 # mshr miss rate for ReadReq accesses system.cpu.dcache.ReadReq_mshr_miss_rate::total 0.021599 # mshr miss rate for ReadReq accesses system.cpu.dcache.WriteReq_mshr_miss_rate::cpu.data 0.003375 # mshr miss rate for WriteReq accesses @@ -198,22 +198,22 @@ system.cpu.dcache.demand_mshr_miss_rate::cpu.data 0.016911 system.cpu.dcache.demand_mshr_miss_rate::total 0.016911 # mshr miss rate for demand accesses system.cpu.dcache.overall_mshr_miss_rate::cpu.data 0.016911 # mshr miss rate for overall accesses system.cpu.dcache.overall_mshr_miss_rate::total 0.016911 # mshr miss rate for overall accesses -system.cpu.dcache.ReadReq_avg_mshr_miss_latency::cpu.data 11504.755396 # average ReadReq mshr miss latency -system.cpu.dcache.ReadReq_avg_mshr_miss_latency::total 11504.755396 # average ReadReq mshr miss latency -system.cpu.dcache.WriteReq_avg_mshr_miss_latency::cpu.data 22988.554223 # average WriteReq mshr miss latency -system.cpu.dcache.WriteReq_avg_mshr_miss_latency::total 22988.554223 # average WriteReq mshr miss latency -system.cpu.dcache.demand_avg_mshr_miss_latency::cpu.data 12094.322510 # average overall mshr miss latency -system.cpu.dcache.demand_avg_mshr_miss_latency::total 12094.322510 # average overall mshr miss latency -system.cpu.dcache.overall_avg_mshr_miss_latency::cpu.data 12094.322510 # average overall mshr miss latency -system.cpu.dcache.overall_avg_mshr_miss_latency::total 12094.322510 # average overall mshr miss latency +system.cpu.dcache.ReadReq_avg_mshr_miss_latency::cpu.data 12004.648292 # average ReadReq mshr miss latency +system.cpu.dcache.ReadReq_avg_mshr_miss_latency::total 12004.648292 # average ReadReq mshr miss latency +system.cpu.dcache.WriteReq_avg_mshr_miss_latency::cpu.data 23488.563647 # average WriteReq mshr miss latency +system.cpu.dcache.WriteReq_avg_mshr_miss_latency::total 23488.563647 # average WriteReq mshr miss latency +system.cpu.dcache.demand_avg_mshr_miss_latency::cpu.data 12594.221389 # average overall mshr miss latency +system.cpu.dcache.demand_avg_mshr_miss_latency::total 12594.221389 # average overall mshr miss latency +system.cpu.dcache.overall_avg_mshr_miss_latency::cpu.data 12594.221389 # average overall mshr miss latency +system.cpu.dcache.overall_avg_mshr_miss_latency::total 12594.221389 # average overall mshr miss latency system.cpu.dcache.no_allocate_misses 0 # Number of misses that were no-allocate system.cpu.icache.tags.replacements 24 # number of replacements -system.cpu.icache.tags.tagsinuse 665.632506 # Cycle average of tags in use +system.cpu.icache.tags.tagsinuse 665.632473 # Cycle average of tags in use system.cpu.icache.tags.total_refs 217695356 # Total number of references to valid blocks. system.cpu.icache.tags.sampled_refs 808 # Sample count of references to valid blocks. system.cpu.icache.tags.avg_refs 269424.945545 # Average number of references to valid blocks. system.cpu.icache.tags.warmup_cycle 0 # Cycle when the warmup percentage was hit. -system.cpu.icache.tags.occ_blocks::cpu.inst 665.632506 # Average occupied blocks per requestor +system.cpu.icache.tags.occ_blocks::cpu.inst 665.632473 # Average occupied blocks per requestor system.cpu.icache.tags.occ_percent::cpu.inst 0.325016 # Average percentage of cache occupancy system.cpu.icache.tags.occ_percent::total 0.325016 # Average percentage of cache occupancy system.cpu.icache.tags.occ_task_id_blocks::1024 784 # Occupied blocks per task id @@ -235,12 +235,12 @@ system.cpu.icache.demand_misses::cpu.inst 808 # n system.cpu.icache.demand_misses::total 808 # number of demand (read+write) misses system.cpu.icache.overall_misses::cpu.inst 808 # number of overall misses system.cpu.icache.overall_misses::total 808 # number of overall misses -system.cpu.icache.ReadReq_miss_latency::cpu.inst 44230500 # number of ReadReq miss cycles -system.cpu.icache.ReadReq_miss_latency::total 44230500 # number of ReadReq miss cycles -system.cpu.icache.demand_miss_latency::cpu.inst 44230500 # number of demand (read+write) miss cycles -system.cpu.icache.demand_miss_latency::total 44230500 # number of demand (read+write) miss cycles -system.cpu.icache.overall_miss_latency::cpu.inst 44230500 # number of overall miss cycles -system.cpu.icache.overall_miss_latency::total 44230500 # number of overall miss cycles +system.cpu.icache.ReadReq_miss_latency::cpu.inst 44233500 # number of ReadReq miss cycles +system.cpu.icache.ReadReq_miss_latency::total 44233500 # number of ReadReq miss cycles +system.cpu.icache.demand_miss_latency::cpu.inst 44233500 # number of demand (read+write) miss cycles +system.cpu.icache.demand_miss_latency::total 44233500 # number of demand (read+write) miss cycles +system.cpu.icache.overall_miss_latency::cpu.inst 44233500 # number of overall miss cycles +system.cpu.icache.overall_miss_latency::total 44233500 # number of overall miss cycles system.cpu.icache.ReadReq_accesses::cpu.inst 217696164 # number of ReadReq accesses(hits+misses) system.cpu.icache.ReadReq_accesses::total 217696164 # number of ReadReq accesses(hits+misses) system.cpu.icache.demand_accesses::cpu.inst 217696164 # number of demand (read+write) accesses @@ -253,12 +253,12 @@ system.cpu.icache.demand_miss_rate::cpu.inst 0.000004 system.cpu.icache.demand_miss_rate::total 0.000004 # miss rate for demand accesses system.cpu.icache.overall_miss_rate::cpu.inst 0.000004 # miss rate for overall accesses system.cpu.icache.overall_miss_rate::total 0.000004 # miss rate for overall accesses -system.cpu.icache.ReadReq_avg_miss_latency::cpu.inst 54740.717822 # average ReadReq miss latency -system.cpu.icache.ReadReq_avg_miss_latency::total 54740.717822 # average ReadReq miss latency -system.cpu.icache.demand_avg_miss_latency::cpu.inst 54740.717822 # average overall miss latency -system.cpu.icache.demand_avg_miss_latency::total 54740.717822 # average overall miss latency -system.cpu.icache.overall_avg_miss_latency::cpu.inst 54740.717822 # average overall miss latency -system.cpu.icache.overall_avg_miss_latency::total 54740.717822 # average overall miss latency +system.cpu.icache.ReadReq_avg_miss_latency::cpu.inst 54744.430693 # average ReadReq miss latency +system.cpu.icache.ReadReq_avg_miss_latency::total 54744.430693 # average ReadReq miss latency +system.cpu.icache.demand_avg_miss_latency::cpu.inst 54744.430693 # average overall miss latency +system.cpu.icache.demand_avg_miss_latency::total 54744.430693 # average overall miss latency +system.cpu.icache.overall_avg_miss_latency::cpu.inst 54744.430693 # average overall miss latency +system.cpu.icache.overall_avg_miss_latency::total 54744.430693 # average overall miss latency system.cpu.icache.blocked_cycles::no_mshrs 0 # number of cycles access was blocked system.cpu.icache.blocked_cycles::no_targets 0 # number of cycles access was blocked system.cpu.icache.blocked::no_mshrs 0 # number of cycles access was blocked @@ -273,117 +273,123 @@ system.cpu.icache.demand_mshr_misses::cpu.inst 808 system.cpu.icache.demand_mshr_misses::total 808 # number of demand (read+write) MSHR misses system.cpu.icache.overall_mshr_misses::cpu.inst 808 # number of overall MSHR misses system.cpu.icache.overall_mshr_misses::total 808 # number of overall MSHR misses -system.cpu.icache.ReadReq_mshr_miss_latency::cpu.inst 43018500 # number of ReadReq MSHR miss cycles -system.cpu.icache.ReadReq_mshr_miss_latency::total 43018500 # number of ReadReq MSHR miss cycles -system.cpu.icache.demand_mshr_miss_latency::cpu.inst 43018500 # number of demand (read+write) MSHR miss cycles -system.cpu.icache.demand_mshr_miss_latency::total 43018500 # number of demand (read+write) MSHR miss cycles -system.cpu.icache.overall_mshr_miss_latency::cpu.inst 43018500 # number of overall MSHR miss cycles -system.cpu.icache.overall_mshr_miss_latency::total 43018500 # number of overall MSHR miss cycles +system.cpu.icache.ReadReq_mshr_miss_latency::cpu.inst 43425500 # number of ReadReq MSHR miss cycles +system.cpu.icache.ReadReq_mshr_miss_latency::total 43425500 # number of ReadReq MSHR miss cycles +system.cpu.icache.demand_mshr_miss_latency::cpu.inst 43425500 # number of demand (read+write) MSHR miss cycles +system.cpu.icache.demand_mshr_miss_latency::total 43425500 # number of demand (read+write) MSHR miss cycles +system.cpu.icache.overall_mshr_miss_latency::cpu.inst 43425500 # number of overall MSHR miss cycles +system.cpu.icache.overall_mshr_miss_latency::total 43425500 # number of overall MSHR miss cycles system.cpu.icache.ReadReq_mshr_miss_rate::cpu.inst 0.000004 # mshr miss rate for ReadReq accesses system.cpu.icache.ReadReq_mshr_miss_rate::total 0.000004 # mshr miss rate for ReadReq accesses system.cpu.icache.demand_mshr_miss_rate::cpu.inst 0.000004 # mshr miss rate for demand accesses system.cpu.icache.demand_mshr_miss_rate::total 0.000004 # mshr miss rate for demand accesses system.cpu.icache.overall_mshr_miss_rate::cpu.inst 0.000004 # mshr miss rate for overall accesses system.cpu.icache.overall_mshr_miss_rate::total 0.000004 # mshr miss rate for overall accesses -system.cpu.icache.ReadReq_avg_mshr_miss_latency::cpu.inst 53240.717822 # average ReadReq mshr miss latency -system.cpu.icache.ReadReq_avg_mshr_miss_latency::total 53240.717822 # average ReadReq mshr miss latency -system.cpu.icache.demand_avg_mshr_miss_latency::cpu.inst 53240.717822 # average overall mshr miss latency -system.cpu.icache.demand_avg_mshr_miss_latency::total 53240.717822 # average overall mshr miss latency -system.cpu.icache.overall_avg_mshr_miss_latency::cpu.inst 53240.717822 # average overall mshr miss latency -system.cpu.icache.overall_avg_mshr_miss_latency::total 53240.717822 # average overall mshr miss latency +system.cpu.icache.ReadReq_avg_mshr_miss_latency::cpu.inst 53744.430693 # average ReadReq mshr miss latency +system.cpu.icache.ReadReq_avg_mshr_miss_latency::total 53744.430693 # average ReadReq mshr miss latency +system.cpu.icache.demand_avg_mshr_miss_latency::cpu.inst 53744.430693 # average overall mshr miss latency +system.cpu.icache.demand_avg_mshr_miss_latency::total 53744.430693 # average overall mshr miss latency +system.cpu.icache.overall_avg_mshr_miss_latency::cpu.inst 53744.430693 # average overall mshr miss latency +system.cpu.icache.overall_avg_mshr_miss_latency::total 53744.430693 # average overall mshr miss latency system.cpu.icache.no_allocate_misses 0 # Number of misses that were no-allocate -system.cpu.l2cache.tags.replacements 318 # number of replacements -system.cpu.l2cache.tags.tagsinuse 20041.899592 # Cycle average of tags in use -system.cpu.l2cache.tags.total_refs 3992419 # Total number of references to valid blocks. -system.cpu.l2cache.tags.sampled_refs 30026 # Sample count of references to valid blocks. -system.cpu.l2cache.tags.avg_refs 132.965397 # Average number of references to valid blocks. +system.cpu.l2cache.tags.replacements 313 # number of replacements +system.cpu.l2cache.tags.tagsinuse 20041.891909 # Cycle average of tags in use +system.cpu.l2cache.tags.total_refs 3992697 # Total number of references to valid blocks. +system.cpu.l2cache.tags.sampled_refs 30021 # Sample count of references to valid blocks. +system.cpu.l2cache.tags.avg_refs 132.996802 # Average number of references to valid blocks. system.cpu.l2cache.tags.warmup_cycle 0 # Cycle when the warmup percentage was hit. -system.cpu.l2cache.tags.occ_blocks::writebacks 19330.352993 # Average occupied blocks per requestor -system.cpu.l2cache.tags.occ_blocks::cpu.inst 557.646380 # Average occupied blocks per requestor -system.cpu.l2cache.tags.occ_blocks::cpu.data 153.900219 # Average occupied blocks per requestor -system.cpu.l2cache.tags.occ_percent::writebacks 0.589916 # Average percentage of cache occupancy -system.cpu.l2cache.tags.occ_percent::cpu.inst 0.017018 # Average percentage of cache occupancy -system.cpu.l2cache.tags.occ_percent::cpu.data 0.004697 # Average percentage of cache occupancy +system.cpu.l2cache.tags.occ_blocks::writebacks 19329.043320 # Average occupied blocks per requestor +system.cpu.l2cache.tags.occ_blocks::cpu.inst 556.394677 # Average occupied blocks per requestor +system.cpu.l2cache.tags.occ_blocks::cpu.data 156.453912 # Average occupied blocks per requestor +system.cpu.l2cache.tags.occ_percent::writebacks 0.589876 # Average percentage of cache occupancy +system.cpu.l2cache.tags.occ_percent::cpu.inst 0.016980 # Average percentage of cache occupancy +system.cpu.l2cache.tags.occ_percent::cpu.data 0.004775 # Average percentage of cache occupancy system.cpu.l2cache.tags.occ_percent::total 0.611630 # Average percentage of cache occupancy system.cpu.l2cache.tags.occ_task_id_blocks::1024 29708 # Occupied blocks per task id system.cpu.l2cache.tags.age_task_id_blocks_1024::0 52 # Occupied blocks per task id system.cpu.l2cache.tags.age_task_id_blocks_1024::1 10 # Occupied blocks per task id system.cpu.l2cache.tags.age_task_id_blocks_1024::2 78 # Occupied blocks per task id -system.cpu.l2cache.tags.age_task_id_blocks_1024::3 1693 # Occupied blocks per task id -system.cpu.l2cache.tags.age_task_id_blocks_1024::4 27875 # Occupied blocks per task id +system.cpu.l2cache.tags.age_task_id_blocks_1024::3 1692 # Occupied blocks per task id +system.cpu.l2cache.tags.age_task_id_blocks_1024::4 27876 # Occupied blocks per task id system.cpu.l2cache.tags.occ_task_id_percent::1024 0.906616 # Percentage of cache occupancy per task id -system.cpu.l2cache.tags.tag_accesses 33177103 # Number of tag accesses -system.cpu.l2cache.tags.data_accesses 33177103 # Number of data accesses -system.cpu.l2cache.ReadReq_hits::cpu.inst 5 # number of ReadReq hits -system.cpu.l2cache.ReadReq_hits::cpu.data 1960498 # number of ReadReq hits -system.cpu.l2cache.ReadReq_hits::total 1960503 # number of ReadReq hits -system.cpu.l2cache.Writeback_hits::writebacks 2062484 # number of Writeback hits -system.cpu.l2cache.Writeback_hits::total 2062484 # number of Writeback hits +system.cpu.l2cache.tags.tag_accesses 33179282 # Number of tag accesses +system.cpu.l2cache.tags.data_accesses 33179282 # Number of data accesses +system.cpu.l2cache.Writeback_hits::writebacks 2062482 # number of Writeback hits +system.cpu.l2cache.Writeback_hits::total 2062482 # number of Writeback hits system.cpu.l2cache.ReadExReq_hits::cpu.data 77085 # number of ReadExReq hits system.cpu.l2cache.ReadExReq_hits::total 77085 # number of ReadExReq hits +system.cpu.l2cache.ReadCleanReq_hits::cpu.inst 5 # number of ReadCleanReq hits +system.cpu.l2cache.ReadCleanReq_hits::total 5 # number of ReadCleanReq hits +system.cpu.l2cache.ReadSharedReq_hits::cpu.data 1960503 # number of ReadSharedReq hits +system.cpu.l2cache.ReadSharedReq_hits::total 1960503 # number of ReadSharedReq hits system.cpu.l2cache.demand_hits::cpu.inst 5 # number of demand (read+write) hits -system.cpu.l2cache.demand_hits::cpu.data 2037583 # number of demand (read+write) hits -system.cpu.l2cache.demand_hits::total 2037588 # number of demand (read+write) hits +system.cpu.l2cache.demand_hits::cpu.data 2037588 # number of demand (read+write) hits +system.cpu.l2cache.demand_hits::total 2037593 # number of demand (read+write) hits system.cpu.l2cache.overall_hits::cpu.inst 5 # number of overall hits -system.cpu.l2cache.overall_hits::cpu.data 2037583 # number of overall hits -system.cpu.l2cache.overall_hits::total 2037588 # number of overall hits -system.cpu.l2cache.ReadReq_misses::cpu.inst 803 # number of ReadReq misses -system.cpu.l2cache.ReadReq_misses::cpu.data 222 # number of ReadReq misses -system.cpu.l2cache.ReadReq_misses::total 1025 # number of ReadReq misses +system.cpu.l2cache.overall_hits::cpu.data 2037588 # number of overall hits +system.cpu.l2cache.overall_hits::total 2037593 # number of overall hits system.cpu.l2cache.ReadExReq_misses::cpu.data 29024 # number of ReadExReq misses system.cpu.l2cache.ReadExReq_misses::total 29024 # number of ReadExReq misses +system.cpu.l2cache.ReadCleanReq_misses::cpu.inst 803 # number of ReadCleanReq misses +system.cpu.l2cache.ReadCleanReq_misses::total 803 # number of ReadCleanReq misses +system.cpu.l2cache.ReadSharedReq_misses::cpu.data 217 # number of ReadSharedReq misses +system.cpu.l2cache.ReadSharedReq_misses::total 217 # number of ReadSharedReq misses system.cpu.l2cache.demand_misses::cpu.inst 803 # number of demand (read+write) misses -system.cpu.l2cache.demand_misses::cpu.data 29246 # number of demand (read+write) misses -system.cpu.l2cache.demand_misses::total 30049 # number of demand (read+write) misses +system.cpu.l2cache.demand_misses::cpu.data 29241 # number of demand (read+write) misses +system.cpu.l2cache.demand_misses::total 30044 # number of demand (read+write) misses system.cpu.l2cache.overall_misses::cpu.inst 803 # number of overall misses -system.cpu.l2cache.overall_misses::cpu.data 29246 # number of overall misses -system.cpu.l2cache.overall_misses::total 30049 # number of overall misses -system.cpu.l2cache.ReadReq_miss_latency::cpu.inst 42158000 # number of ReadReq miss cycles -system.cpu.l2cache.ReadReq_miss_latency::cpu.data 11655000 # number of ReadReq miss cycles -system.cpu.l2cache.ReadReq_miss_latency::total 53813000 # number of ReadReq miss cycles +system.cpu.l2cache.overall_misses::cpu.data 29241 # number of overall misses +system.cpu.l2cache.overall_misses::total 30044 # number of overall misses system.cpu.l2cache.ReadExReq_miss_latency::cpu.data 1523791000 # number of ReadExReq miss cycles system.cpu.l2cache.ReadExReq_miss_latency::total 1523791000 # number of ReadExReq miss cycles -system.cpu.l2cache.demand_miss_latency::cpu.inst 42158000 # number of demand (read+write) miss cycles -system.cpu.l2cache.demand_miss_latency::cpu.data 1535446000 # number of demand (read+write) miss cycles -system.cpu.l2cache.demand_miss_latency::total 1577604000 # number of demand (read+write) miss cycles -system.cpu.l2cache.overall_miss_latency::cpu.inst 42158000 # number of overall miss cycles -system.cpu.l2cache.overall_miss_latency::cpu.data 1535446000 # number of overall miss cycles -system.cpu.l2cache.overall_miss_latency::total 1577604000 # number of overall miss cycles -system.cpu.l2cache.ReadReq_accesses::cpu.inst 808 # number of ReadReq accesses(hits+misses) -system.cpu.l2cache.ReadReq_accesses::cpu.data 1960720 # number of ReadReq accesses(hits+misses) -system.cpu.l2cache.ReadReq_accesses::total 1961528 # number of ReadReq accesses(hits+misses) -system.cpu.l2cache.Writeback_accesses::writebacks 2062484 # number of Writeback accesses(hits+misses) -system.cpu.l2cache.Writeback_accesses::total 2062484 # number of Writeback accesses(hits+misses) +system.cpu.l2cache.ReadCleanReq_miss_latency::cpu.inst 42159500 # number of ReadCleanReq miss cycles +system.cpu.l2cache.ReadCleanReq_miss_latency::total 42159500 # number of ReadCleanReq miss cycles +system.cpu.l2cache.ReadSharedReq_miss_latency::cpu.data 11392500 # number of ReadSharedReq miss cycles +system.cpu.l2cache.ReadSharedReq_miss_latency::total 11392500 # number of ReadSharedReq miss cycles +system.cpu.l2cache.demand_miss_latency::cpu.inst 42159500 # number of demand (read+write) miss cycles +system.cpu.l2cache.demand_miss_latency::cpu.data 1535183500 # number of demand (read+write) miss cycles +system.cpu.l2cache.demand_miss_latency::total 1577343000 # number of demand (read+write) miss cycles +system.cpu.l2cache.overall_miss_latency::cpu.inst 42159500 # number of overall miss cycles +system.cpu.l2cache.overall_miss_latency::cpu.data 1535183500 # number of overall miss cycles +system.cpu.l2cache.overall_miss_latency::total 1577343000 # number of overall miss cycles +system.cpu.l2cache.Writeback_accesses::writebacks 2062482 # number of Writeback accesses(hits+misses) +system.cpu.l2cache.Writeback_accesses::total 2062482 # number of Writeback accesses(hits+misses) system.cpu.l2cache.ReadExReq_accesses::cpu.data 106109 # number of ReadExReq accesses(hits+misses) system.cpu.l2cache.ReadExReq_accesses::total 106109 # number of ReadExReq accesses(hits+misses) +system.cpu.l2cache.ReadCleanReq_accesses::cpu.inst 808 # number of ReadCleanReq accesses(hits+misses) +system.cpu.l2cache.ReadCleanReq_accesses::total 808 # number of ReadCleanReq accesses(hits+misses) +system.cpu.l2cache.ReadSharedReq_accesses::cpu.data 1960720 # number of ReadSharedReq accesses(hits+misses) +system.cpu.l2cache.ReadSharedReq_accesses::total 1960720 # number of ReadSharedReq accesses(hits+misses) system.cpu.l2cache.demand_accesses::cpu.inst 808 # number of demand (read+write) accesses system.cpu.l2cache.demand_accesses::cpu.data 2066829 # number of demand (read+write) accesses system.cpu.l2cache.demand_accesses::total 2067637 # number of demand (read+write) accesses system.cpu.l2cache.overall_accesses::cpu.inst 808 # number of overall (read+write) accesses system.cpu.l2cache.overall_accesses::cpu.data 2066829 # number of overall (read+write) accesses system.cpu.l2cache.overall_accesses::total 2067637 # number of overall (read+write) accesses -system.cpu.l2cache.ReadReq_miss_rate::cpu.inst 0.993812 # miss rate for ReadReq accesses -system.cpu.l2cache.ReadReq_miss_rate::cpu.data 0.000113 # miss rate for ReadReq accesses -system.cpu.l2cache.ReadReq_miss_rate::total 0.000523 # miss rate for ReadReq accesses system.cpu.l2cache.ReadExReq_miss_rate::cpu.data 0.273530 # miss rate for ReadExReq accesses system.cpu.l2cache.ReadExReq_miss_rate::total 0.273530 # miss rate for ReadExReq accesses +system.cpu.l2cache.ReadCleanReq_miss_rate::cpu.inst 0.993812 # miss rate for ReadCleanReq accesses +system.cpu.l2cache.ReadCleanReq_miss_rate::total 0.993812 # miss rate for ReadCleanReq accesses +system.cpu.l2cache.ReadSharedReq_miss_rate::cpu.data 0.000111 # miss rate for ReadSharedReq accesses +system.cpu.l2cache.ReadSharedReq_miss_rate::total 0.000111 # miss rate for ReadSharedReq accesses system.cpu.l2cache.demand_miss_rate::cpu.inst 0.993812 # miss rate for demand accesses -system.cpu.l2cache.demand_miss_rate::cpu.data 0.014150 # miss rate for demand accesses -system.cpu.l2cache.demand_miss_rate::total 0.014533 # miss rate for demand accesses +system.cpu.l2cache.demand_miss_rate::cpu.data 0.014148 # miss rate for demand accesses +system.cpu.l2cache.demand_miss_rate::total 0.014531 # miss rate for demand accesses system.cpu.l2cache.overall_miss_rate::cpu.inst 0.993812 # miss rate for overall accesses -system.cpu.l2cache.overall_miss_rate::cpu.data 0.014150 # miss rate for overall accesses -system.cpu.l2cache.overall_miss_rate::total 0.014533 # miss rate for overall accesses -system.cpu.l2cache.ReadReq_avg_miss_latency::cpu.inst 52500.622665 # average ReadReq miss latency -system.cpu.l2cache.ReadReq_avg_miss_latency::cpu.data 52500 # average ReadReq miss latency -system.cpu.l2cache.ReadReq_avg_miss_latency::total 52500.487805 # average ReadReq miss latency +system.cpu.l2cache.overall_miss_rate::cpu.data 0.014148 # miss rate for overall accesses +system.cpu.l2cache.overall_miss_rate::total 0.014531 # miss rate for overall accesses system.cpu.l2cache.ReadExReq_avg_miss_latency::cpu.data 52501.068082 # average ReadExReq miss latency system.cpu.l2cache.ReadExReq_avg_miss_latency::total 52501.068082 # average ReadExReq miss latency -system.cpu.l2cache.demand_avg_miss_latency::cpu.inst 52500.622665 # average overall miss latency -system.cpu.l2cache.demand_avg_miss_latency::cpu.data 52501.059974 # average overall miss latency -system.cpu.l2cache.demand_avg_miss_latency::total 52501.048288 # average overall miss latency -system.cpu.l2cache.overall_avg_miss_latency::cpu.inst 52500.622665 # average overall miss latency -system.cpu.l2cache.overall_avg_miss_latency::cpu.data 52501.059974 # average overall miss latency -system.cpu.l2cache.overall_avg_miss_latency::total 52501.048288 # average overall miss latency +system.cpu.l2cache.ReadCleanReq_avg_miss_latency::cpu.inst 52502.490660 # average ReadCleanReq miss latency +system.cpu.l2cache.ReadCleanReq_avg_miss_latency::total 52502.490660 # average ReadCleanReq miss latency +system.cpu.l2cache.ReadSharedReq_avg_miss_latency::cpu.data 52500 # average ReadSharedReq miss latency +system.cpu.l2cache.ReadSharedReq_avg_miss_latency::total 52500 # average ReadSharedReq miss latency +system.cpu.l2cache.demand_avg_miss_latency::cpu.inst 52502.490660 # average overall miss latency +system.cpu.l2cache.demand_avg_miss_latency::cpu.data 52501.060155 # average overall miss latency +system.cpu.l2cache.demand_avg_miss_latency::total 52501.098389 # average overall miss latency +system.cpu.l2cache.overall_avg_miss_latency::cpu.inst 52502.490660 # average overall miss latency +system.cpu.l2cache.overall_avg_miss_latency::cpu.data 52501.060155 # average overall miss latency +system.cpu.l2cache.overall_avg_miss_latency::total 52501.098389 # average overall miss latency system.cpu.l2cache.blocked_cycles::no_mshrs 0 # number of cycles access was blocked system.cpu.l2cache.blocked_cycles::no_targets 0 # number of cycles access was blocked system.cpu.l2cache.blocked::no_mshrs 0 # number of cycles access was blocked @@ -392,107 +398,114 @@ system.cpu.l2cache.avg_blocked_cycles::no_mshrs nan system.cpu.l2cache.avg_blocked_cycles::no_targets nan # average number of cycles each access was blocked system.cpu.l2cache.fast_writes 0 # number of fast writes performed system.cpu.l2cache.cache_copies 0 # number of cache copies performed -system.cpu.l2cache.writebacks::writebacks 100 # number of writebacks -system.cpu.l2cache.writebacks::total 100 # number of writebacks -system.cpu.l2cache.ReadReq_mshr_misses::cpu.inst 803 # number of ReadReq MSHR misses -system.cpu.l2cache.ReadReq_mshr_misses::cpu.data 222 # number of ReadReq MSHR misses -system.cpu.l2cache.ReadReq_mshr_misses::total 1025 # number of ReadReq MSHR misses +system.cpu.l2cache.writebacks::writebacks 102 # number of writebacks +system.cpu.l2cache.writebacks::total 102 # number of writebacks system.cpu.l2cache.ReadExReq_mshr_misses::cpu.data 29024 # number of ReadExReq MSHR misses system.cpu.l2cache.ReadExReq_mshr_misses::total 29024 # number of ReadExReq MSHR misses +system.cpu.l2cache.ReadCleanReq_mshr_misses::cpu.inst 803 # number of ReadCleanReq MSHR misses +system.cpu.l2cache.ReadCleanReq_mshr_misses::total 803 # number of ReadCleanReq MSHR misses +system.cpu.l2cache.ReadSharedReq_mshr_misses::cpu.data 217 # number of ReadSharedReq MSHR misses +system.cpu.l2cache.ReadSharedReq_mshr_misses::total 217 # number of ReadSharedReq MSHR misses system.cpu.l2cache.demand_mshr_misses::cpu.inst 803 # number of demand (read+write) MSHR misses -system.cpu.l2cache.demand_mshr_misses::cpu.data 29246 # number of demand (read+write) MSHR misses -system.cpu.l2cache.demand_mshr_misses::total 30049 # number of demand (read+write) MSHR misses +system.cpu.l2cache.demand_mshr_misses::cpu.data 29241 # number of demand (read+write) MSHR misses +system.cpu.l2cache.demand_mshr_misses::total 30044 # number of demand (read+write) MSHR misses system.cpu.l2cache.overall_mshr_misses::cpu.inst 803 # number of overall MSHR misses -system.cpu.l2cache.overall_mshr_misses::cpu.data 29246 # number of overall MSHR misses -system.cpu.l2cache.overall_mshr_misses::total 30049 # number of overall MSHR misses -system.cpu.l2cache.ReadReq_mshr_miss_latency::cpu.inst 32521500 # number of ReadReq MSHR miss cycles -system.cpu.l2cache.ReadReq_mshr_miss_latency::cpu.data 8991000 # number of ReadReq MSHR miss cycles -system.cpu.l2cache.ReadReq_mshr_miss_latency::total 41512500 # number of ReadReq MSHR miss cycles -system.cpu.l2cache.ReadExReq_mshr_miss_latency::cpu.data 1175472000 # number of ReadExReq MSHR miss cycles -system.cpu.l2cache.ReadExReq_mshr_miss_latency::total 1175472000 # number of ReadExReq MSHR miss cycles -system.cpu.l2cache.demand_mshr_miss_latency::cpu.inst 32521500 # number of demand (read+write) MSHR miss cycles -system.cpu.l2cache.demand_mshr_miss_latency::cpu.data 1184463000 # number of demand (read+write) MSHR miss cycles -system.cpu.l2cache.demand_mshr_miss_latency::total 1216984500 # number of demand (read+write) MSHR miss cycles -system.cpu.l2cache.overall_mshr_miss_latency::cpu.inst 32521500 # number of overall MSHR miss cycles -system.cpu.l2cache.overall_mshr_miss_latency::cpu.data 1184463000 # number of overall MSHR miss cycles -system.cpu.l2cache.overall_mshr_miss_latency::total 1216984500 # number of overall MSHR miss cycles -system.cpu.l2cache.ReadReq_mshr_miss_rate::cpu.inst 0.993812 # mshr miss rate for ReadReq accesses -system.cpu.l2cache.ReadReq_mshr_miss_rate::cpu.data 0.000113 # mshr miss rate for ReadReq accesses -system.cpu.l2cache.ReadReq_mshr_miss_rate::total 0.000523 # mshr miss rate for ReadReq accesses +system.cpu.l2cache.overall_mshr_misses::cpu.data 29241 # number of overall MSHR misses +system.cpu.l2cache.overall_mshr_misses::total 30044 # number of overall MSHR misses +system.cpu.l2cache.ReadExReq_mshr_miss_latency::cpu.data 1233551000 # number of ReadExReq MSHR miss cycles +system.cpu.l2cache.ReadExReq_mshr_miss_latency::total 1233551000 # number of ReadExReq MSHR miss cycles +system.cpu.l2cache.ReadCleanReq_mshr_miss_latency::cpu.inst 34129500 # number of ReadCleanReq MSHR miss cycles +system.cpu.l2cache.ReadCleanReq_mshr_miss_latency::total 34129500 # number of ReadCleanReq MSHR miss cycles +system.cpu.l2cache.ReadSharedReq_mshr_miss_latency::cpu.data 9222500 # number of ReadSharedReq MSHR miss cycles +system.cpu.l2cache.ReadSharedReq_mshr_miss_latency::total 9222500 # number of ReadSharedReq MSHR miss cycles +system.cpu.l2cache.demand_mshr_miss_latency::cpu.inst 34129500 # number of demand (read+write) MSHR miss cycles +system.cpu.l2cache.demand_mshr_miss_latency::cpu.data 1242773500 # number of demand (read+write) MSHR miss cycles +system.cpu.l2cache.demand_mshr_miss_latency::total 1276903000 # number of demand (read+write) MSHR miss cycles +system.cpu.l2cache.overall_mshr_miss_latency::cpu.inst 34129500 # number of overall MSHR miss cycles +system.cpu.l2cache.overall_mshr_miss_latency::cpu.data 1242773500 # number of overall MSHR miss cycles +system.cpu.l2cache.overall_mshr_miss_latency::total 1276903000 # number of overall MSHR miss cycles system.cpu.l2cache.ReadExReq_mshr_miss_rate::cpu.data 0.273530 # mshr miss rate for ReadExReq accesses system.cpu.l2cache.ReadExReq_mshr_miss_rate::total 0.273530 # mshr miss rate for ReadExReq accesses +system.cpu.l2cache.ReadCleanReq_mshr_miss_rate::cpu.inst 0.993812 # mshr miss rate for ReadCleanReq accesses +system.cpu.l2cache.ReadCleanReq_mshr_miss_rate::total 0.993812 # mshr miss rate for ReadCleanReq accesses +system.cpu.l2cache.ReadSharedReq_mshr_miss_rate::cpu.data 0.000111 # mshr miss rate for ReadSharedReq accesses +system.cpu.l2cache.ReadSharedReq_mshr_miss_rate::total 0.000111 # mshr miss rate for ReadSharedReq accesses system.cpu.l2cache.demand_mshr_miss_rate::cpu.inst 0.993812 # mshr miss rate for demand accesses -system.cpu.l2cache.demand_mshr_miss_rate::cpu.data 0.014150 # mshr miss rate for demand accesses -system.cpu.l2cache.demand_mshr_miss_rate::total 0.014533 # mshr miss rate for demand accesses +system.cpu.l2cache.demand_mshr_miss_rate::cpu.data 0.014148 # mshr miss rate for demand accesses +system.cpu.l2cache.demand_mshr_miss_rate::total 0.014531 # mshr miss rate for demand accesses system.cpu.l2cache.overall_mshr_miss_rate::cpu.inst 0.993812 # mshr miss rate for overall accesses -system.cpu.l2cache.overall_mshr_miss_rate::cpu.data 0.014150 # mshr miss rate for overall accesses -system.cpu.l2cache.overall_mshr_miss_rate::total 0.014533 # mshr miss rate for overall accesses -system.cpu.l2cache.ReadReq_avg_mshr_miss_latency::cpu.inst 40500 # average ReadReq mshr miss latency -system.cpu.l2cache.ReadReq_avg_mshr_miss_latency::cpu.data 40500 # average ReadReq mshr miss latency -system.cpu.l2cache.ReadReq_avg_mshr_miss_latency::total 40500 # average ReadReq mshr miss latency -system.cpu.l2cache.ReadExReq_avg_mshr_miss_latency::cpu.data 40500 # average ReadExReq mshr miss latency -system.cpu.l2cache.ReadExReq_avg_mshr_miss_latency::total 40500 # average ReadExReq mshr miss latency -system.cpu.l2cache.demand_avg_mshr_miss_latency::cpu.inst 40500 # average overall mshr miss latency -system.cpu.l2cache.demand_avg_mshr_miss_latency::cpu.data 40500 # average overall mshr miss latency -system.cpu.l2cache.demand_avg_mshr_miss_latency::total 40500 # average overall mshr miss latency -system.cpu.l2cache.overall_avg_mshr_miss_latency::cpu.inst 40500 # average overall mshr miss latency -system.cpu.l2cache.overall_avg_mshr_miss_latency::cpu.data 40500 # average overall mshr miss latency -system.cpu.l2cache.overall_avg_mshr_miss_latency::total 40500 # average overall mshr miss latency +system.cpu.l2cache.overall_mshr_miss_rate::cpu.data 0.014148 # mshr miss rate for overall accesses +system.cpu.l2cache.overall_mshr_miss_rate::total 0.014531 # mshr miss rate for overall accesses +system.cpu.l2cache.ReadExReq_avg_mshr_miss_latency::cpu.data 42501.068082 # average ReadExReq mshr miss latency +system.cpu.l2cache.ReadExReq_avg_mshr_miss_latency::total 42501.068082 # average ReadExReq mshr miss latency +system.cpu.l2cache.ReadCleanReq_avg_mshr_miss_latency::cpu.inst 42502.490660 # average ReadCleanReq mshr miss latency +system.cpu.l2cache.ReadCleanReq_avg_mshr_miss_latency::total 42502.490660 # average ReadCleanReq mshr miss latency +system.cpu.l2cache.ReadSharedReq_avg_mshr_miss_latency::cpu.data 42500 # average ReadSharedReq mshr miss latency +system.cpu.l2cache.ReadSharedReq_avg_mshr_miss_latency::total 42500 # average ReadSharedReq mshr miss latency +system.cpu.l2cache.demand_avg_mshr_miss_latency::cpu.inst 42502.490660 # average overall mshr miss latency +system.cpu.l2cache.demand_avg_mshr_miss_latency::cpu.data 42501.060155 # average overall mshr miss latency +system.cpu.l2cache.demand_avg_mshr_miss_latency::total 42501.098389 # average overall mshr miss latency +system.cpu.l2cache.overall_avg_mshr_miss_latency::cpu.inst 42502.490660 # average overall mshr miss latency +system.cpu.l2cache.overall_avg_mshr_miss_latency::cpu.data 42501.060155 # average overall mshr miss latency +system.cpu.l2cache.overall_avg_mshr_miss_latency::total 42501.098389 # average overall mshr miss latency system.cpu.l2cache.no_allocate_misses 0 # Number of misses that were no-allocate -system.cpu.toL2Bus.trans_dist::ReadReq 1961528 # Transaction distribution system.cpu.toL2Bus.trans_dist::ReadResp 1961528 # Transaction distribution -system.cpu.toL2Bus.trans_dist::Writeback 2062484 # Transaction distribution +system.cpu.toL2Bus.trans_dist::Writeback 2062584 # Transaction distribution +system.cpu.toL2Bus.trans_dist::CleanEvict 486 # Transaction distribution system.cpu.toL2Bus.trans_dist::ReadExReq 106109 # Transaction distribution system.cpu.toL2Bus.trans_dist::ReadExResp 106109 # Transaction distribution -system.cpu.toL2Bus.pkt_count_system.cpu.icache.mem_side::system.cpu.l2cache.cpu_side 1616 # Packet count per connected master and slave (bytes) -system.cpu.toL2Bus.pkt_count_system.cpu.dcache.mem_side::system.cpu.l2cache.cpu_side 6196142 # Packet count per connected master and slave (bytes) -system.cpu.toL2Bus.pkt_count::total 6197758 # Packet count per connected master and slave (bytes) +system.cpu.toL2Bus.trans_dist::ReadCleanReq 808 # Transaction distribution +system.cpu.toL2Bus.trans_dist::ReadSharedReq 1960720 # Transaction distribution +system.cpu.toL2Bus.pkt_count_system.cpu.icache.mem_side::system.cpu.l2cache.cpu_side 1640 # Packet count per connected master and slave (bytes) +system.cpu.toL2Bus.pkt_count_system.cpu.dcache.mem_side::system.cpu.l2cache.cpu_side 6196391 # Packet count per connected master and slave (bytes) +system.cpu.toL2Bus.pkt_count::total 6198031 # Packet count per connected master and slave (bytes) system.cpu.toL2Bus.pkt_size_system.cpu.icache.mem_side::system.cpu.l2cache.cpu_side 51712 # Cumulative packet size per connected master and slave (bytes) -system.cpu.toL2Bus.pkt_size_system.cpu.dcache.mem_side::system.cpu.l2cache.cpu_side 264276032 # Cumulative packet size per connected master and slave (bytes) -system.cpu.toL2Bus.pkt_size::total 264327744 # Cumulative packet size per connected master and slave (bytes) -system.cpu.toL2Bus.snoops 0 # Total snoops (count) -system.cpu.toL2Bus.snoop_fanout::samples 4130121 # Request fanout histogram -system.cpu.toL2Bus.snoop_fanout::mean 1 # Request fanout histogram -system.cpu.toL2Bus.snoop_fanout::stdev 0 # Request fanout histogram +system.cpu.toL2Bus.pkt_size_system.cpu.dcache.mem_side::system.cpu.l2cache.cpu_side 264275904 # Cumulative packet size per connected master and slave (bytes) +system.cpu.toL2Bus.pkt_size::total 264327616 # Cumulative packet size per connected master and slave (bytes) +system.cpu.toL2Bus.snoops 313 # Total snoops (count) +system.cpu.toL2Bus.snoop_fanout::samples 4130707 # Request fanout histogram +system.cpu.toL2Bus.snoop_fanout::mean 1.000076 # Request fanout histogram +system.cpu.toL2Bus.snoop_fanout::stdev 0.008704 # Request fanout histogram system.cpu.toL2Bus.snoop_fanout::underflows 0 0.00% 0.00% # Request fanout histogram system.cpu.toL2Bus.snoop_fanout::0 0 0.00% 0.00% # Request fanout histogram -system.cpu.toL2Bus.snoop_fanout::1 4130121 100.00% 100.00% # Request fanout histogram -system.cpu.toL2Bus.snoop_fanout::2 0 0.00% 100.00% # Request fanout histogram +system.cpu.toL2Bus.snoop_fanout::1 4130394 99.99% 99.99% # Request fanout histogram +system.cpu.toL2Bus.snoop_fanout::2 313 0.01% 100.00% # Request fanout histogram system.cpu.toL2Bus.snoop_fanout::overflows 0 0.00% 100.00% # Request fanout histogram system.cpu.toL2Bus.snoop_fanout::min_value 1 # Request fanout histogram -system.cpu.toL2Bus.snoop_fanout::max_value 1 # Request fanout histogram -system.cpu.toL2Bus.snoop_fanout::total 4130121 # Request fanout histogram -system.cpu.toL2Bus.reqLayer0.occupancy 4127544500 # Layer occupancy (ticks) +system.cpu.toL2Bus.snoop_fanout::max_value 2 # Request fanout histogram +system.cpu.toL2Bus.snoop_fanout::total 4130707 # Request fanout histogram +system.cpu.toL2Bus.reqLayer0.occupancy 4127679000 # Layer occupancy (ticks) system.cpu.toL2Bus.reqLayer0.utilization 1.1 # Layer utilization (%) system.cpu.toL2Bus.respLayer0.occupancy 1212000 # Layer occupancy (ticks) system.cpu.toL2Bus.respLayer0.utilization 0.0 # Layer utilization (%) system.cpu.toL2Bus.respLayer1.occupancy 3100243500 # Layer occupancy (ticks) system.cpu.toL2Bus.respLayer1.utilization 0.8 # Layer utilization (%) -system.membus.trans_dist::ReadReq 1025 # Transaction distribution -system.membus.trans_dist::ReadResp 1025 # Transaction distribution -system.membus.trans_dist::Writeback 100 # Transaction distribution +system.membus.trans_dist::ReadResp 1020 # Transaction distribution +system.membus.trans_dist::Writeback 102 # Transaction distribution +system.membus.trans_dist::CleanEvict 14 # Transaction distribution system.membus.trans_dist::ReadExReq 29024 # Transaction distribution system.membus.trans_dist::ReadExResp 29024 # Transaction distribution -system.membus.pkt_count_system.cpu.l2cache.mem_side::system.physmem.port 60198 # Packet count per connected master and slave (bytes) -system.membus.pkt_count_system.cpu.l2cache.mem_side::total 60198 # Packet count per connected master and slave (bytes) -system.membus.pkt_count::total 60198 # Packet count per connected master and slave (bytes) -system.membus.pkt_size_system.cpu.l2cache.mem_side::system.physmem.port 1929536 # Cumulative packet size per connected master and slave (bytes) -system.membus.pkt_size_system.cpu.l2cache.mem_side::total 1929536 # Cumulative packet size per connected master and slave (bytes) -system.membus.pkt_size::total 1929536 # Cumulative packet size per connected master and slave (bytes) +system.membus.trans_dist::ReadSharedReq 1020 # Transaction distribution +system.membus.pkt_count_system.cpu.l2cache.mem_side::system.physmem.port 60204 # Packet count per connected master and slave (bytes) +system.membus.pkt_count_system.cpu.l2cache.mem_side::total 60204 # Packet count per connected master and slave (bytes) +system.membus.pkt_count::total 60204 # Packet count per connected master and slave (bytes) +system.membus.pkt_size_system.cpu.l2cache.mem_side::system.physmem.port 1929344 # Cumulative packet size per connected master and slave (bytes) +system.membus.pkt_size_system.cpu.l2cache.mem_side::total 1929344 # Cumulative packet size per connected master and slave (bytes) +system.membus.pkt_size::total 1929344 # Cumulative packet size per connected master and slave (bytes) system.membus.snoops 0 # Total snoops (count) -system.membus.snoop_fanout::samples 30149 # Request fanout histogram +system.membus.snoop_fanout::samples 30160 # Request fanout histogram system.membus.snoop_fanout::mean 0 # Request fanout histogram system.membus.snoop_fanout::stdev 0 # Request fanout histogram system.membus.snoop_fanout::underflows 0 0.00% 0.00% # Request fanout histogram -system.membus.snoop_fanout::0 30149 100.00% 100.00% # Request fanout histogram +system.membus.snoop_fanout::0 30160 100.00% 100.00% # Request fanout histogram system.membus.snoop_fanout::1 0 0.00% 100.00% # Request fanout histogram system.membus.snoop_fanout::overflows 0 0.00% 100.00% # Request fanout histogram system.membus.snoop_fanout::min_value 0 # Request fanout histogram system.membus.snoop_fanout::max_value 0 # Request fanout histogram -system.membus.snoop_fanout::total 30149 # Request fanout histogram -system.membus.reqLayer0.occupancy 30585000 # Layer occupancy (ticks) +system.membus.snoop_fanout::total 30160 # Request fanout histogram +system.membus.reqLayer0.occupancy 30601000 # Layer occupancy (ticks) system.membus.reqLayer0.utilization 0.0 # Layer utilization (%) -system.membus.respLayer1.occupancy 150276500 # Layer occupancy (ticks) +system.membus.respLayer1.occupancy 150253000 # Layer occupancy (ticks) system.membus.respLayer1.utilization 0.0 # Layer utilization (%) ---------- End Simulation Statistics ---------- -- cgit v1.2.3