changeset bacaefeb126a in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=bacaefeb126a description: stats: arm: updates
diffstat: tests/long/fs/10.linux-boot/ref/arm/linux/realview-o3-dual/stats.txt | 14 +- tests/long/se/10.mcf/ref/arm/linux/minor-timing/stats.txt | 760 ++-- tests/long/se/10.mcf/ref/arm/linux/o3-timing/stats.txt | 1394 ++++---- tests/long/se/20.parser/ref/arm/linux/minor-timing/stats.txt | 1049 +++--- tests/long/se/20.parser/ref/arm/linux/o3-timing/stats.txt | 1612 ++++---- tests/long/se/20.parser/ref/arm/linux/simple-atomic/stats.txt | 84 +- tests/long/se/20.parser/ref/arm/linux/simple-timing/stats.txt | 318 +- tests/long/se/30.eon/ref/arm/linux/minor-timing/stats.txt | 716 ++-- tests/long/se/30.eon/ref/arm/linux/o3-timing/stats.txt | 1218 +++--- tests/long/se/30.eon/ref/arm/linux/simple-atomic/stats.txt | 84 +- tests/long/se/30.eon/ref/arm/linux/simple-timing/stats.txt | 308 +- tests/long/se/40.perlbmk/ref/arm/linux/minor-timing/stats.txt | 840 ++-- tests/long/se/40.perlbmk/ref/arm/linux/o3-timing/stats.txt | 1627 +++++---- tests/long/se/40.perlbmk/ref/arm/linux/simple-atomic/stats.txt | 84 +- tests/long/se/40.perlbmk/ref/arm/linux/simple-timing/stats.txt | 308 +- tests/long/se/50.vortex/ref/arm/linux/minor-timing/stats.txt | 1017 +++--- tests/long/se/50.vortex/ref/arm/linux/o3-timing/stats.txt | 1602 ++++---- tests/long/se/60.bzip2/ref/arm/linux/minor-timing/stats.txt | 1006 +++--- tests/long/se/60.bzip2/ref/arm/linux/o3-timing/stats.txt | 1541 ++++---- tests/long/se/60.bzip2/ref/arm/linux/simple-atomic/stats.txt | 72 +- tests/long/se/60.bzip2/ref/arm/linux/simple-timing/stats.txt | 80 +- tests/long/se/70.twolf/ref/arm/linux/minor-timing/stats.txt | 642 +- tests/long/se/70.twolf/ref/arm/linux/o3-timing/stats.txt | 1248 +++--- tests/quick/se/00.hello/ref/arm/linux/minor-timing/stats.txt | 434 +- tests/quick/se/00.hello/ref/arm/linux/o3-timing-checker/stats.txt | 1198 +++--- tests/quick/se/00.hello/ref/arm/linux/o3-timing/stats.txt | 934 ++-- tests/quick/se/00.hello/ref/arm/linux/simple-atomic-dummychecker/stats.txt | 98 +- tests/quick/se/00.hello/ref/arm/linux/simple-atomic/stats.txt | 98 +- tests/quick/se/00.hello/ref/arm/linux/simple-timing/stats.txt | 132 +- tests/quick/se/10.mcf/ref/arm/linux/simple-atomic/stats.txt | 84 +- tests/quick/se/10.mcf/ref/arm/linux/simple-timing/stats.txt | 304 +- tests/quick/se/50.vortex/ref/arm/linux/simple-atomic/stats.txt | 84 +- tests/quick/se/50.vortex/ref/arm/linux/simple-timing/stats.txt | 98 +- tests/quick/se/70.twolf/ref/arm/linux/simple-atomic/stats.txt | 84 +- tests/quick/se/70.twolf/ref/arm/linux/simple-timing/stats.txt | 80 +- 35 files changed, 10628 insertions(+), 10624 deletions(-) diffs (truncated from 26983 to 300 lines): diff -r e6b20e6b5cf9 -r bacaefeb126a tests/long/fs/10.linux-boot/ref/arm/linux/realview-o3-dual/stats.txt --- a/tests/long/fs/10.linux-boot/ref/arm/linux/realview-o3-dual/stats.txt Wed Apr 29 22:35:23 2015 -0500 +++ b/tests/long/fs/10.linux-boot/ref/arm/linux/realview-o3-dual/stats.txt Thu Apr 30 14:17:43 2015 -0500 @@ -4,11 +4,11 @@ sim_ticks 2625395606000 # Number of ticks simulated final_tick 2625395606000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset) sim_freq 1000000000000 # Frequency of simulated ticks -host_inst_rate 91005 # Simulator instruction rate (inst/s) -host_op_rate 110413 # Simulator op (including micro ops) rate (op/s) -host_tick_rate 1985416078 # Simulator tick rate (ticks/s) -host_mem_usage 586088 # Number of bytes of host memory used -host_seconds 1322.34 # Real time elapsed on the host +host_inst_rate 72214 # Simulator instruction rate (inst/s) +host_op_rate 87615 # Simulator op (including micro ops) rate (op/s) +host_tick_rate 1575454547 # Simulator tick rate (ticks/s) +host_mem_usage 643232 # Number of bytes of host memory used +host_seconds 1666.44 # Real time elapsed on the host sim_insts 120339436 # Number of instructions simulated sim_ops 146004136 # Number of ops (including micro ops) simulated system.voltage_domain.voltage 1 # Voltage in Volts @@ -779,9 +779,9 @@ system.cpu0.iew.iewIQFullEvents 24728 # Number of times the IQ has become full, causing a stall system.cpu0.iew.iewLSQFullEvents 127466 # Number of times the LSQ has become full, causing a stall system.cpu0.iew.memOrderViolationEvents 18891 # Number of memory order violations -system.cpu0.iew.predictedTakenIncorrect 275684 # Number of branches that were predicted taken incorrectly +system.cpu0.iew.predictedTakenIncorrect 275682 # Number of branches that were predicted taken incorrectly system.cpu0.iew.predictedNotTakenIncorrect 374727 # Number of branches that were predicted not taken incorrectly -system.cpu0.iew.branchMispredicts 650411 # Number of branch mispredicts detected at execute +system.cpu0.iew.branchMispredicts 650409 # Number of branch mispredicts detected at execute system.cpu0.iew.iewExecutedInsts 126563046 # Number of executed instructions system.cpu0.iew.iewExecLoadInsts 22955767 # Number of load instructions executed system.cpu0.iew.iewExecSquashedInsts 966765 # Number of squashed instructions skipped in execute diff -r e6b20e6b5cf9 -r bacaefeb126a tests/long/se/10.mcf/ref/arm/linux/minor-timing/stats.txt --- a/tests/long/se/10.mcf/ref/arm/linux/minor-timing/stats.txt Wed Apr 29 22:35:23 2015 -0500 +++ b/tests/long/se/10.mcf/ref/arm/linux/minor-timing/stats.txt Thu Apr 30 14:17:43 2015 -0500 @@ -1,42 +1,42 @@ ---------- Begin Simulation Statistics ---------- -sim_seconds 0.061589 # Number of seconds simulated -sim_ticks 61589191500 # Number of ticks simulated -final_tick 61589191500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset) +sim_seconds 0.061594 # Number of seconds simulated +sim_ticks 61594138500 # Number of ticks simulated +final_tick 61594138500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset) sim_freq 1000000000000 # Frequency of simulated ticks -host_inst_rate 169101 # Simulator instruction rate (inst/s) -host_op_rate 169943 # Simulator op (including micro ops) rate (op/s) -host_tick_rate 114949938 # Simulator tick rate (ticks/s) -host_mem_usage 374724 # Number of bytes of host memory used -host_seconds 535.79 # Real time elapsed on the host -sim_insts 90602849 # Number of instructions simulated -sim_ops 91054080 # Number of ops (including micro ops) simulated +host_inst_rate 196979 # Simulator instruction rate (inst/s) +host_op_rate 197960 # Simulator op (including micro ops) rate (op/s) +host_tick_rate 133911114 # Simulator tick rate (ticks/s) +host_mem_usage 438496 # Number of bytes of host memory used +host_seconds 459.96 # Real time elapsed on the host +sim_insts 90602850 # Number of instructions simulated +sim_ops 91054081 # 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 49600 # Number of bytes read from this memory +system.physmem.bytes_read::cpu.inst 49536 # Number of bytes read from this memory system.physmem.bytes_read::cpu.data 947200 # Number of bytes read from this memory -system.physmem.bytes_read::total 996800 # Number of bytes read from this memory -system.physmem.bytes_inst_read::cpu.inst 49600 # Number of instructions bytes read from this memory -system.physmem.bytes_inst_read::total 49600 # Number of instructions bytes read from this memory -system.physmem.num_reads::cpu.inst 775 # Number of read requests responded to by this memory +system.physmem.bytes_read::total 996736 # Number of bytes read from this memory +system.physmem.bytes_inst_read::cpu.inst 49536 # Number of instructions bytes read from this memory +system.physmem.bytes_inst_read::total 49536 # Number of instructions bytes read from this memory +system.physmem.num_reads::cpu.inst 774 # Number of read requests responded to by this memory system.physmem.num_reads::cpu.data 14800 # Number of read requests responded to by this memory -system.physmem.num_reads::total 15575 # Number of read requests responded to by this memory -system.physmem.bw_read::cpu.inst 805336 # Total read bandwidth from this memory (bytes/s) -system.physmem.bw_read::cpu.data 15379322 # Total read bandwidth from this memory (bytes/s) -system.physmem.bw_read::total 16184658 # Total read bandwidth from this memory (bytes/s) -system.physmem.bw_inst_read::cpu.inst 805336 # Instruction read bandwidth from this memory (bytes/s) -system.physmem.bw_inst_read::total 805336 # Instruction read bandwidth from this memory (bytes/s) -system.physmem.bw_total::cpu.inst 805336 # Total bandwidth to/from this memory (bytes/s) -system.physmem.bw_total::cpu.data 15379322 # Total bandwidth to/from this memory (bytes/s) -system.physmem.bw_total::total 16184658 # Total bandwidth to/from this memory (bytes/s) -system.physmem.readReqs 15575 # Number of read requests accepted +system.physmem.num_reads::total 15574 # Number of read requests responded to by this memory +system.physmem.bw_read::cpu.inst 804232 # Total read bandwidth from this memory (bytes/s) +system.physmem.bw_read::cpu.data 15378087 # Total read bandwidth from this memory (bytes/s) +system.physmem.bw_read::total 16182319 # Total read bandwidth from this memory (bytes/s) +system.physmem.bw_inst_read::cpu.inst 804232 # Instruction read bandwidth from this memory (bytes/s) +system.physmem.bw_inst_read::total 804232 # Instruction read bandwidth from this memory (bytes/s) +system.physmem.bw_total::cpu.inst 804232 # Total bandwidth to/from this memory (bytes/s) +system.physmem.bw_total::cpu.data 15378087 # Total bandwidth to/from this memory (bytes/s) +system.physmem.bw_total::total 16182319 # Total bandwidth to/from this memory (bytes/s) +system.physmem.readReqs 15574 # Number of read requests accepted system.physmem.writeReqs 0 # Number of write requests accepted -system.physmem.readBursts 15575 # Number of DRAM read bursts, including those serviced by the write queue +system.physmem.readBursts 15574 # Number of DRAM read bursts, including those serviced by the write queue system.physmem.writeBursts 0 # Number of DRAM write bursts, including those merged in the write queue -system.physmem.bytesReadDRAM 996800 # Total number of bytes read from DRAM +system.physmem.bytesReadDRAM 996736 # Total number of bytes read from DRAM system.physmem.bytesReadWrQ 0 # Total number of bytes read from write queue system.physmem.bytesWritten 0 # Total number of bytes written to DRAM -system.physmem.bytesReadSys 996800 # Total read bytes from the system interface side +system.physmem.bytesReadSys 996736 # Total read bytes from the system interface side system.physmem.bytesWrittenSys 0 # Total written bytes from the system interface side system.physmem.servicedByWrQ 0 # Number of DRAM read bursts serviced by the write queue system.physmem.mergedWrBursts 0 # Number of DRAM write bursts merged with an existing one @@ -47,7 +47,7 @@ system.physmem.perBankRdBursts::3 1028 # Per bank write bursts system.physmem.perBankRdBursts::4 1050 # Per bank write bursts system.physmem.perBankRdBursts::5 1113 # Per bank write bursts -system.physmem.perBankRdBursts::6 1088 # Per bank write bursts +system.physmem.perBankRdBursts::6 1087 # Per bank write bursts system.physmem.perBankRdBursts::7 1088 # Per bank write bursts system.physmem.perBankRdBursts::8 1024 # Per bank write bursts system.physmem.perBankRdBursts::9 962 # Per bank write bursts @@ -75,14 +75,14 @@ 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 61589097000 # Total gap between requests +system.physmem.totGap 61594044000 # 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 15575 # Read request sizes (log2) +system.physmem.readPktSize::6 15574 # 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) @@ -90,7 +90,7 @@ system.physmem.writePktSize::4 0 # Write request sizes (log2) system.physmem.writePktSize::5 0 # Write request sizes (log2) system.physmem.writePktSize::6 0 # Write request sizes (log2) -system.physmem.rdQLenPdf::0 15454 # What read queue length does an incoming req see +system.physmem.rdQLenPdf::0 15453 # What read queue length does an incoming req see system.physmem.rdQLenPdf::1 111 # What read queue length does an incoming req see system.physmem.rdQLenPdf::2 10 # What read queue length does an incoming req see system.physmem.rdQLenPdf::3 0 # What read queue length does an incoming req see @@ -186,26 +186,26 @@ 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 1548 # Bytes accessed per row activation -system.physmem.bytesPerActivate::mean 642.728682 # Bytes accessed per row activation -system.physmem.bytesPerActivate::gmean 437.613794 # Bytes accessed per row activation -system.physmem.bytesPerActivate::stdev 401.141843 # Bytes accessed per row activation -system.physmem.bytesPerActivate::0-127 250 16.15% 16.15% # Bytes accessed per row activation -system.physmem.bytesPerActivate::128-255 184 11.89% 28.04% # Bytes accessed per row activation -system.physmem.bytesPerActivate::256-383 91 5.88% 33.91% # Bytes accessed per row activation -system.physmem.bytesPerActivate::384-511 69 4.46% 38.37% # Bytes accessed per row activation -system.physmem.bytesPerActivate::512-639 77 4.97% 43.35% # Bytes accessed per row activation -system.physmem.bytesPerActivate::640-767 93 6.01% 49.35% # Bytes accessed per row activation -system.physmem.bytesPerActivate::768-895 43 2.78% 52.13% # Bytes accessed per row activation -system.physmem.bytesPerActivate::896-1023 36 2.33% 54.46% # Bytes accessed per row activation -system.physmem.bytesPerActivate::1024-1151 705 45.54% 100.00% # Bytes accessed per row activation -system.physmem.bytesPerActivate::total 1548 # Bytes accessed per row activation -system.physmem.totQLat 76265750 # Total ticks spent queuing -system.physmem.totMemAccLat 368297000 # Total ticks spent from burst creation until serviced by the DRAM -system.physmem.totBusLat 77875000 # Total ticks spent in databus transfers -system.physmem.avgQLat 4896.68 # Average queueing delay per DRAM burst +system.physmem.bytesPerActivate::samples 1540 # Bytes accessed per row activation +system.physmem.bytesPerActivate::mean 646.025974 # Bytes accessed per row activation +system.physmem.bytesPerActivate::gmean 441.784218 # Bytes accessed per row activation +system.physmem.bytesPerActivate::stdev 399.527843 # Bytes accessed per row activation +system.physmem.bytesPerActivate::0-127 247 16.04% 16.04% # Bytes accessed per row activation +system.physmem.bytesPerActivate::128-255 180 11.69% 27.73% # Bytes accessed per row activation +system.physmem.bytesPerActivate::256-383 88 5.71% 33.44% # Bytes accessed per row activation +system.physmem.bytesPerActivate::384-511 68 4.42% 37.86% # Bytes accessed per row activation +system.physmem.bytesPerActivate::512-639 78 5.06% 42.92% # Bytes accessed per row activation +system.physmem.bytesPerActivate::640-767 95 6.17% 49.09% # Bytes accessed per row activation +system.physmem.bytesPerActivate::768-895 49 3.18% 52.27% # Bytes accessed per row activation +system.physmem.bytesPerActivate::896-1023 35 2.27% 54.55% # Bytes accessed per row activation +system.physmem.bytesPerActivate::1024-1151 700 45.45% 100.00% # Bytes accessed per row activation +system.physmem.bytesPerActivate::total 1540 # Bytes accessed per row activation +system.physmem.totQLat 76216750 # Total ticks spent queuing +system.physmem.totMemAccLat 368229250 # Total ticks spent from burst creation until serviced by the DRAM +system.physmem.totBusLat 77870000 # Total ticks spent in databus transfers +system.physmem.avgQLat 4893.85 # Average queueing delay per DRAM burst system.physmem.avgBusLat 5000.00 # Average bus latency per DRAM burst -system.physmem.avgMemAccLat 23646.68 # Average memory access latency per DRAM burst +system.physmem.avgMemAccLat 23643.85 # Average memory access latency per DRAM burst system.physmem.avgRdBW 16.18 # Average DRAM read bandwidth in MiByte/s system.physmem.avgWrBW 0.00 # Average achieved write bandwidth in MiByte/s system.physmem.avgRdBWSys 16.18 # Average system read bandwidth in MiByte/s @@ -216,48 +216,48 @@ system.physmem.busUtilWrite 0.00 # Data bus utilization in percentage for writes system.physmem.avgRdQLen 1.00 # Average read queue length when enqueuing system.physmem.avgWrQLen 0.00 # Average write queue length when enqueuing -system.physmem.readRowHits 14017 # Number of row buffer hits during reads +system.physmem.readRowHits 14024 # Number of row buffer hits during reads system.physmem.writeRowHits 0 # Number of row buffer hits during writes -system.physmem.readRowHitRate 90.00 # Row buffer hit rate for reads +system.physmem.readRowHitRate 90.05 # Row buffer hit rate for reads system.physmem.writeRowHitRate nan # Row buffer hit rate for writes -system.physmem.avgGap 3954356.15 # Average gap between requests -system.physmem.pageHitRate 90.00 # Row buffer hit rate, read and write combined -system.physmem_0.actEnergy 6365520 # Energy for activate commands per rank (pJ) -system.physmem_0.preEnergy 3473250 # Energy for precharge commands per rank (pJ) -system.physmem_0.readEnergy 63663600 # Energy for read commands per rank (pJ) +system.physmem.avgGap 3954927.70 # Average gap between requests +system.physmem.pageHitRate 90.05 # Row buffer hit rate, read and write combined +system.physmem_0.actEnergy 6327720 # Energy for activate commands per rank (pJ) +system.physmem_0.preEnergy 3452625 # Energy for precharge commands per rank (pJ) +system.physmem_0.readEnergy 63655800 # Energy for read commands per rank (pJ) system.physmem_0.writeEnergy 0 # Energy for write commands per rank (pJ) -system.physmem_0.refreshEnergy 4022201040 # Energy for refresh commands per rank (pJ) -system.physmem_0.actBackEnergy 2552305815 # Energy for active background per rank (pJ) -system.physmem_0.preBackEnergy 34710162000 # Energy for precharge background per rank (pJ) -system.physmem_0.totalEnergy 41358171225 # Total energy per rank (pJ) -system.physmem_0.averagePower 671.598278 # Core power per rank (mW) -system.physmem_0.memoryStateTime::IDLE 57736612750 # Time in different power states -system.physmem_0.memoryStateTime::REF 2056340000 # Time in different power states +system.physmem_0.refreshEnergy 4022709600 # Energy for refresh commands per rank (pJ) +system.physmem_0.actBackEnergy 2561139675 # Energy for active background per rank (pJ) +system.physmem_0.preBackEnergy 34707076500 # Energy for precharge background per rank (pJ) +system.physmem_0.totalEnergy 41364361920 # Total energy per rank (pJ) +system.physmem_0.averagePower 671.614039 # Core power per rank (mW) +system.physmem_0.memoryStateTime::IDLE 57728641000 # Time in different power states +system.physmem_0.memoryStateTime::REF 2056600000 # Time in different power states system.physmem_0.memoryStateTime::PRE_PDN 0 # Time in different power states -system.physmem_0.memoryStateTime::ACT 1792195250 # Time in different power states +system.physmem_0.memoryStateTime::ACT 1804854500 # Time in different power states system.physmem_0.memoryStateTime::ACT_PDN 0 # Time in different power states -system.physmem_1.actEnergy 5322240 # Energy for activate commands per rank (pJ) -system.physmem_1.preEnergy 2904000 # Energy for precharge commands per rank (pJ) +system.physmem_1.actEnergy 5299560 # Energy for activate commands per rank (pJ) +system.physmem_1.preEnergy 2891625 # Energy for precharge commands per rank (pJ) system.physmem_1.readEnergy 57462600 # Energy for read commands per rank (pJ) system.physmem_1.writeEnergy 0 # Energy for write commands per rank (pJ) -system.physmem_1.refreshEnergy 4022201040 # Energy for refresh commands per rank (pJ) -system.physmem_1.actBackEnergy 2572075980 # Energy for active background per rank (pJ) -system.physmem_1.preBackEnergy 34692811500 # Energy for precharge background per rank (pJ) -system.physmem_1.totalEnergy 41352777360 # Total energy per rank (pJ) -system.physmem_1.averagePower 671.510839 # Core power per rank (mW) -system.physmem_1.memoryStateTime::IDLE 57709022500 # Time in different power states -system.physmem_1.memoryStateTime::REF 2056340000 # Time in different power states +system.physmem_1.refreshEnergy 4022709600 # Energy for refresh commands per rank (pJ) +system.physmem_1.actBackEnergy 2570808870 # Energy for active background per rank (pJ) +system.physmem_1.preBackEnergy 34698594750 # Energy for precharge background per rank (pJ) +system.physmem_1.totalEnergy 41357767005 # Total energy per rank (pJ) +system.physmem_1.averagePower 671.506960 # Core power per rank (mW) +system.physmem_1.memoryStateTime::IDLE 57715756250 # Time in different power states +system.physmem_1.memoryStateTime::REF 2056600000 # Time in different power states system.physmem_1.memoryStateTime::PRE_PDN 0 # Time in different power states -system.physmem_1.memoryStateTime::ACT 1820633500 # Time in different power states +system.physmem_1.memoryStateTime::ACT 1818578750 # Time in different power states system.physmem_1.memoryStateTime::ACT_PDN 0 # Time in different power states -system.cpu.branchPred.lookups 20789992 # Number of BP lookups -system.cpu.branchPred.condPredicted 17092121 # Number of conditional branches predicted -system.cpu.branchPred.condIncorrect 765794 # Number of conditional branches incorrect -system.cpu.branchPred.BTBLookups 8976081 # Number of BTB lookups -system.cpu.branchPred.BTBHits 8866607 # Number of BTB hits +system.cpu.branchPred.lookups 20791997 # Number of BP lookups +system.cpu.branchPred.condPredicted 17093861 # Number of conditional branches predicted +system.cpu.branchPred.condIncorrect 766355 # Number of conditional branches incorrect +system.cpu.branchPred.BTBLookups 8982065 # Number of BTB lookups +system.cpu.branchPred.BTBHits 8866075 # Number of BTB hits system.cpu.branchPred.BTBCorrect 0 # Number of correct BTB predictions (this stat may not work properly. -system.cpu.branchPred.BTBHitPct 98.780381 # BTB Hit Percentage -system.cpu.branchPred.usedRAS 62695 # Number of times the RAS was used to get a target. +system.cpu.branchPred.BTBHitPct 98.708649 # BTB Hit Percentage +system.cpu.branchPred.usedRAS 62635 # Number of times the RAS was used to get a target. system.cpu.branchPred.RASInCorrect 17 # Number of incorrect RAS predictions. system.cpu_clk_domain.clock 500 # Clock period in ticks system.cpu.dstage2_mmu.stage2_tlb.walker.walks 0 # Table walker walks requested @@ -377,67 +377,67 @@ system.cpu.itb.misses 0 # DTB misses system.cpu.itb.accesses 0 # DTB accesses system.cpu.workload.num_syscalls 442 # Number of system calls -system.cpu.numCycles 123178383 # number of cpu cycles simulated +system.cpu.numCycles 123188277 # 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 90602849 # Number of instructions committed -system.cpu.committedOps 91054080 # Number of ops (including micro ops) committed -system.cpu.discardedOps 2068275 # Number of ops (including micro ops) which were discarded before commit +system.cpu.committedInsts 90602850 # Number of instructions committed +system.cpu.committedOps 91054081 # Number of ops (including micro ops) committed +system.cpu.discardedOps 2070154 # Number of ops (including micro ops) which were discarded before commit system.cpu.numFetchSuspends 0 # Number of times Execute suspended instruction fetching -system.cpu.cpi 1.359542 # CPI: cycles per instruction -system.cpu.ipc 0.735542 # IPC: instructions per cycle -system.cpu.tickCycles 109824698 # Number of cycles that the object actually ticked -system.cpu.idleCycles 13353685 # Total number of cycles that the object has spent stopped -system.cpu.dcache.tags.replacements 946107 # number of replacements -system.cpu.dcache.tags.tagsinuse 3616.117477 # Cycle average of tags in use -system.cpu.dcache.tags.total_refs 26267654 # Total number of references to valid blocks. -system.cpu.dcache.tags.sampled_refs 950203 # Sample count of references to valid blocks. -system.cpu.dcache.tags.avg_refs 27.644255 # Average number of references to valid blocks. -system.cpu.dcache.tags.warmup_cycle 20661192250 # Cycle when the warmup percentage was hit. -system.cpu.dcache.tags.occ_blocks::cpu.data 3616.117477 # Average occupied blocks per requestor -system.cpu.dcache.tags.occ_percent::cpu.data 0.882841 # Average percentage of cache occupancy -system.cpu.dcache.tags.occ_percent::total 0.882841 # Average percentage of cache occupancy +system.cpu.cpi 1.359651 # CPI: cycles per instruction +system.cpu.ipc 0.735483 # IPC: instructions per cycle +system.cpu.tickCycles 109833647 # Number of cycles that the object actually ticked +system.cpu.idleCycles 13354630 # Total number of cycles that the object has spent stopped _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
