changeset ba51f8572571 in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=ba51f8572571
description:
tests: Update stats no match.
Bootloader I had on my sytem was an older version with a couple of
instruction differences.
diffstat:
tests/long/fs/10.linux-boot/ref/arm/linux/realview-minor-dual/config.ini
| 4 +-
tests/long/fs/10.linux-boot/ref/arm/linux/realview-minor-dual/simout
| 12 +-
tests/long/fs/10.linux-boot/ref/arm/linux/realview-minor-dual/stats.txt
| 3851 +++---
tests/long/fs/10.linux-boot/ref/arm/linux/realview-minor/config.ini
| 2 +-
tests/long/fs/10.linux-boot/ref/arm/linux/realview-minor/simout
| 10 +-
tests/long/fs/10.linux-boot/ref/arm/linux/realview-minor/stats.txt
| 1565 +-
tests/long/fs/10.linux-boot/ref/arm/linux/realview-o3-checker/config.ini
| 2 +-
tests/long/fs/10.linux-boot/ref/arm/linux/realview-o3-checker/simerr
| 2 +-
tests/long/fs/10.linux-boot/ref/arm/linux/realview-o3-checker/simout
| 12 +-
tests/long/fs/10.linux-boot/ref/arm/linux/realview-o3-checker/stats.txt
| 1795 +-
tests/long/fs/10.linux-boot/ref/arm/linux/realview-o3-dual/config.ini
| 4 +-
tests/long/fs/10.linux-boot/ref/arm/linux/realview-o3-dual/simout
| 12 +-
tests/long/fs/10.linux-boot/ref/arm/linux/realview-o3-dual/stats.txt
| 5109 ++++-----
tests/long/fs/10.linux-boot/ref/arm/linux/realview-o3/config.ini
| 2 +-
tests/long/fs/10.linux-boot/ref/arm/linux/realview-o3/simout
| 10 +-
tests/long/fs/10.linux-boot/ref/arm/linux/realview-o3/stats.txt
| 1769 +-
tests/long/fs/10.linux-boot/ref/arm/linux/realview-switcheroo-full/config.ini
| 4 +-
tests/long/fs/10.linux-boot/ref/arm/linux/realview-switcheroo-full/simout
| 12 +-
tests/long/fs/10.linux-boot/ref/arm/linux/realview-switcheroo-full/stats.txt
| 258 +-
tests/long/fs/10.linux-boot/ref/arm/linux/realview-switcheroo-o3/config.ini
| 4 +-
tests/long/fs/10.linux-boot/ref/arm/linux/realview-switcheroo-o3/simerr
| 7 +-
tests/long/fs/10.linux-boot/ref/arm/linux/realview-switcheroo-o3/simout
| 10 +-
tests/long/fs/10.linux-boot/ref/arm/linux/realview-switcheroo-o3/stats.txt
| 3409 +++---
tests/long/fs/10.linux-boot/ref/arm/linux/realview-switcheroo-timing/config.ini
| 4 +-
tests/long/fs/10.linux-boot/ref/arm/linux/realview-switcheroo-timing/simout
| 10 +-
tests/long/fs/10.linux-boot/ref/arm/linux/realview-switcheroo-timing/stats.txt
| 292 +-
tests/quick/fs/10.linux-boot/ref/arm/linux/realview-simple-atomic-dual/config.ini
| 4 +-
tests/quick/fs/10.linux-boot/ref/arm/linux/realview-simple-atomic-dual/simout
| 12 +-
tests/quick/fs/10.linux-boot/ref/arm/linux/realview-simple-atomic-dual/stats.txt
| 1645 +-
tests/quick/fs/10.linux-boot/ref/arm/linux/realview-simple-atomic/config.ini
| 2 +-
tests/quick/fs/10.linux-boot/ref/arm/linux/realview-simple-atomic/simout
| 10 +-
tests/quick/fs/10.linux-boot/ref/arm/linux/realview-simple-atomic/stats.txt
| 402 +-
tests/quick/fs/10.linux-boot/ref/arm/linux/realview-simple-timing-dual/config.ini
| 4 +-
tests/quick/fs/10.linux-boot/ref/arm/linux/realview-simple-timing-dual/simout
| 12 +-
tests/quick/fs/10.linux-boot/ref/arm/linux/realview-simple-timing-dual/stats.txt
| 4172 ++++----
tests/quick/fs/10.linux-boot/ref/arm/linux/realview-simple-timing/config.ini
| 2 +-
tests/quick/fs/10.linux-boot/ref/arm/linux/realview-simple-timing/simout
| 8 +-
tests/quick/fs/10.linux-boot/ref/arm/linux/realview-simple-timing/stats.txt
| 286 +-
tests/quick/fs/10.linux-boot/ref/arm/linux/realview-switcheroo-atomic/config.ini
| 4 +-
tests/quick/fs/10.linux-boot/ref/arm/linux/realview-switcheroo-atomic/simerr
| 4 -
tests/quick/fs/10.linux-boot/ref/arm/linux/realview-switcheroo-atomic/simout
| 10 +-
tests/quick/fs/10.linux-boot/ref/arm/linux/realview-switcheroo-atomic/stats.txt
| 820 +-
42 files changed, 12788 insertions(+), 12780 deletions(-)
diffs (truncated from 30614 to 300 lines):
diff -r cae494887847 -r ba51f8572571
tests/long/fs/10.linux-boot/ref/arm/linux/realview-minor-dual/config.ini
--- a/tests/long/fs/10.linux-boot/ref/arm/linux/realview-minor-dual/config.ini
Thu Oct 30 00:04:12 2014 -0500
+++ b/tests/long/fs/10.linux-boot/ref/arm/linux/realview-minor-dual/config.ini
Mon Nov 03 10:14:42 2014 -0600
@@ -37,13 +37,13 @@
machine_type=VExpress_EMM
mem_mode=timing
mem_ranges=2147483648:2415919103
-memories=system.realview.vram system.physmem system.realview.nvmem
+memories=system.realview.nvmem system.physmem system.realview.vram
multi_proc=true
num_work_ids=16
panic_on_oops=true
panic_on_panic=true
phys_addr_range_64=40
-readfile=/work/gem5.latest/tests/halt.sh
+readfile=/work/gem5.ext/tests/halt.sh
reset_addr_64=0
symbolfile=
work_begin_ckpt_count=0
diff -r cae494887847 -r ba51f8572571
tests/long/fs/10.linux-boot/ref/arm/linux/realview-minor-dual/simout
--- a/tests/long/fs/10.linux-boot/ref/arm/linux/realview-minor-dual/simout
Thu Oct 30 00:04:12 2014 -0500
+++ b/tests/long/fs/10.linux-boot/ref/arm/linux/realview-minor-dual/simout
Mon Nov 03 10:14:42 2014 -0600
@@ -1,14 +1,14 @@
gem5 Simulator System. http://gem5.org
gem5 is copyrighted software; use the --copyright option for details.
-gem5 compiled Oct 29 2014 09:18:22
-gem5 started Oct 29 2014 10:01:45
+gem5 compiled Oct 31 2014 10:01:44
+gem5 started Oct 31 2014 11:28:00
gem5 executing on u200540-lin
-command line: build/ARM/gem5.opt -d
build/ARM/tests/opt/long/fs/10.linux-boot/arm/linux/realview-minor-dual -re
/work/gem5.latest/tests/run.py
build/ARM/tests/opt/long/fs/10.linux-boot/arm/linux/realview-minor-dual
+command line: build/ARM/gem5.opt -d
build/ARM/tests/opt/long/fs/10.linux-boot/arm/linux/realview-minor-dual -re
/work/gem5.ext/tests/run.py
build/ARM/tests/opt/long/fs/10.linux-boot/arm/linux/realview-minor-dual
Global frequency set at 1000000000000 ticks per second
info: kernel located at: /dist/binaries/vmlinux.aarch32.ll_20131205.0-gem5
- 0: system.cpu0.isa: ISA system set to: 0x40cab00 0x40cab00
- 0: system.cpu1.isa: ISA system set to: 0x40cab00 0x40cab00
+ 0: system.cpu0.isa: ISA system set to: 0x5a2b680 0x5a2b680
+ 0: system.cpu1.isa: ISA system set to: 0x5a2b680 0x5a2b680
info: Using bootloader at address 0x10
info: Using kernel entry physical address at 0x80008000
info: Loading DTB file:
/dist/binaries/vexpress.aarch32.ll_20131205.0-gem5.2cpu.dtb at address
0x88000000
@@ -29,4 +29,4 @@
info: trap check M:0 N:0 1:0 2:0 hdcr 0, hcptr 3fff, hstr 0
info: trap check M:0 N:0 1:0 2:0 hdcr 0, hcptr 3fff, hstr 0
info: trap check M:0 N:0 1:0 2:0 hdcr 0, hcptr 3fff, hstr 0
-Exiting @ tick 2843718094000 because m5_exit instruction encountered
+Exiting @ tick 2843665155500 because m5_exit instruction encountered
diff -r cae494887847 -r ba51f8572571
tests/long/fs/10.linux-boot/ref/arm/linux/realview-minor-dual/stats.txt
--- a/tests/long/fs/10.linux-boot/ref/arm/linux/realview-minor-dual/stats.txt
Thu Oct 30 00:04:12 2014 -0500
+++ b/tests/long/fs/10.linux-boot/ref/arm/linux/realview-minor-dual/stats.txt
Mon Nov 03 10:14:42 2014 -0600
@@ -1,157 +1,175 @@
---------- Begin Simulation Statistics ----------
-sim_seconds 2.843718 #
Number of seconds simulated
-sim_ticks 2843718094000 #
Number of ticks simulated
-final_tick 2843718094000 #
Number of ticks from beginning of simulation (restored from checkpoints and
never reset)
+sim_seconds 2.843665 #
Number of seconds simulated
+sim_ticks 2843665155500 #
Number of ticks simulated
+final_tick 2843665155500 #
Number of ticks from beginning of simulation (restored from checkpoints and
never reset)
sim_freq 1000000000000 #
Frequency of simulated ticks
-host_inst_rate 161241 #
Simulator instruction rate (inst/s)
-host_op_rate 195251 #
Simulator op (including micro ops) rate (op/s)
-host_tick_rate 3650642703 #
Simulator tick rate (ticks/s)
-host_mem_usage 606904 #
Number of bytes of host memory used
-host_seconds 778.96 #
Real time elapsed on the host
-sim_insts 125601128 #
Number of instructions simulated
-sim_ops 152093417 #
Number of ops (including micro ops) simulated
+host_inst_rate 158211 #
Simulator instruction rate (inst/s)
+host_op_rate 191554 #
Simulator op (including micro ops) rate (op/s)
+host_tick_rate 3597700350 #
Simulator tick rate (ticks/s)
+host_mem_usage 605956 #
Number of bytes of host memory used
+host_seconds 790.41 #
Real time elapsed on the host
+sim_insts 125052080 #
Number of instructions simulated
+sim_ops 151406456 #
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.realview.nvmem.bytes_read::cpu0.inst 448
# Number of bytes read from this memory
+system.realview.nvmem.bytes_read::cpu1.inst 768
# Number of bytes read from this memory
+system.realview.nvmem.bytes_read::total 1216 #
Number of bytes read from this memory
+system.realview.nvmem.bytes_inst_read::cpu0.inst 448
# Number of instructions bytes read from this memory
+system.realview.nvmem.bytes_inst_read::cpu1.inst 768
# Number of instructions bytes read from this memory
+system.realview.nvmem.bytes_inst_read::total 1216
# Number of instructions bytes read from this memory
+system.realview.nvmem.num_reads::cpu0.inst 7
# Number of read requests responded to by this memory
+system.realview.nvmem.num_reads::cpu1.inst 12
# Number of read requests responded to by this memory
+system.realview.nvmem.num_reads::total 19 #
Number of read requests responded to by this memory
+system.realview.nvmem.bw_read::cpu0.inst 158 #
Total read bandwidth from this memory (bytes/s)
+system.realview.nvmem.bw_read::cpu1.inst 270 #
Total read bandwidth from this memory (bytes/s)
+system.realview.nvmem.bw_read::total 428 #
Total read bandwidth from this memory (bytes/s)
+system.realview.nvmem.bw_inst_read::cpu0.inst 158
# Instruction read bandwidth from this memory (bytes/s)
+system.realview.nvmem.bw_inst_read::cpu1.inst 270
# Instruction read bandwidth from this memory (bytes/s)
+system.realview.nvmem.bw_inst_read::total 428 #
Instruction read bandwidth from this memory (bytes/s)
+system.realview.nvmem.bw_total::cpu0.inst 158 #
Total bandwidth to/from this memory (bytes/s)
+system.realview.nvmem.bw_total::cpu1.inst 270 #
Total bandwidth to/from this memory (bytes/s)
+system.realview.nvmem.bw_total::total 428 #
Total bandwidth to/from this memory (bytes/s)
system.physmem.bytes_read::realview.ide 960 #
Number of bytes read from this memory
-system.physmem.bytes_read::cpu0.dtb.walker 10240
# Number of bytes read from this memory
+system.physmem.bytes_read::cpu0.dtb.walker 9664
# Number of bytes read from this memory
system.physmem.bytes_read::cpu0.itb.walker 64
# Number of bytes read from this memory
-system.physmem.bytes_read::cpu0.inst 1341052 #
Number of bytes read from this memory
-system.physmem.bytes_read::cpu0.l2cache.prefetcher 10709120
# Number of bytes read from this memory
-system.physmem.bytes_read::cpu1.dtb.walker 896
# Number of bytes read from this memory
-system.physmem.bytes_read::cpu1.inst 541088 #
Number of bytes read from this memory
-system.physmem.bytes_read::cpu1.l2cache.prefetcher 1237760
# Number of bytes read from this memory
-system.physmem.bytes_read::total 13841180 #
Number of bytes read from this memory
-system.physmem.bytes_inst_read::cpu0.inst 411264 #
Number of instructions bytes read from this memory
-system.physmem.bytes_inst_read::cpu1.inst 31936 #
Number of instructions bytes read from this memory
-system.physmem.bytes_inst_read::total 443200 #
Number of instructions bytes read from this memory
-system.physmem.bytes_written::writebacks 7176832 #
Number of bytes written to this memory
+system.physmem.bytes_read::cpu0.inst 1364476 #
Number of bytes read from this memory
+system.physmem.bytes_read::cpu0.l2cache.prefetcher 10766720
# Number of bytes read from this memory
+system.physmem.bytes_read::cpu1.dtb.walker 960
# Number of bytes read from this memory
+system.physmem.bytes_read::cpu1.inst 533600 #
Number of bytes read from this memory
+system.physmem.bytes_read::cpu1.l2cache.prefetcher 1164672
# Number of bytes read from this memory
+system.physmem.bytes_read::total 13841116 #
Number of bytes read from this memory
+system.physmem.bytes_inst_read::cpu0.inst 419072 #
Number of instructions bytes read from this memory
+system.physmem.bytes_inst_read::cpu1.inst 26240 #
Number of instructions bytes read from this memory
+system.physmem.bytes_inst_read::total 445312 #
Number of instructions bytes read from this memory
+system.physmem.bytes_written::writebacks 7174080 #
Number of bytes written to this memory
system.physmem.bytes_written::realview.ide 2318336
# Number of bytes written to this memory
system.physmem.bytes_written::cpu0.inst 17704 #
Number of bytes written to this memory
system.physmem.bytes_written::cpu1.inst 40 #
Number of bytes written to this memory
-system.physmem.bytes_written::total 9512912 #
Number of bytes written to this memory
+system.physmem.bytes_written::total 9510160 #
Number of bytes written to this memory
system.physmem.num_reads::realview.ide 15 #
Number of read requests responded to by this memory
-system.physmem.num_reads::cpu0.dtb.walker 160 #
Number of read requests responded to by this memory
+system.physmem.num_reads::cpu0.dtb.walker 151 #
Number of read requests responded to by this memory
system.physmem.num_reads::cpu0.itb.walker 1 #
Number of read requests responded to by this memory
-system.physmem.num_reads::cpu0.inst 21479 #
Number of read requests responded to by this memory
-system.physmem.num_reads::cpu0.l2cache.prefetcher 167330
# Number of read requests responded to by this memory
-system.physmem.num_reads::cpu1.dtb.walker 14 #
Number of read requests responded to by this memory
-system.physmem.num_reads::cpu1.inst 8478 #
Number of read requests responded to by this memory
-system.physmem.num_reads::cpu1.l2cache.prefetcher 19340
# Number of read requests responded to by this memory
-system.physmem.num_reads::total 216817 #
Number of read requests responded to by this memory
-system.physmem.num_writes::writebacks 112138 #
Number of write requests responded to by this memory
+system.physmem.num_reads::cpu0.inst 21845 #
Number of read requests responded to by this memory
+system.physmem.num_reads::cpu0.l2cache.prefetcher 168230
# Number of read requests responded to by this memory
+system.physmem.num_reads::cpu1.dtb.walker 15 #
Number of read requests responded to by this memory
+system.physmem.num_reads::cpu1.inst 8361 #
Number of read requests responded to by this memory
+system.physmem.num_reads::cpu1.l2cache.prefetcher 18198
# Number of read requests responded to by this memory
+system.physmem.num_reads::total 216816 #
Number of read requests responded to by this memory
+system.physmem.num_writes::writebacks 112095 #
Number of write requests responded to by this memory
system.physmem.num_writes::realview.ide 36224 #
Number of write requests responded to by this memory
system.physmem.num_writes::cpu0.inst 4426 #
Number of write requests responded to by this memory
system.physmem.num_writes::cpu1.inst 10 #
Number of write requests responded to by this memory
-system.physmem.num_writes::total 152798 #
Number of write requests responded to by this memory
+system.physmem.num_writes::total 152755 #
Number of write requests responded to by this memory
system.physmem.bw_read::realview.ide 338 #
Total read bandwidth from this memory (bytes/s)
-system.physmem.bw_read::cpu0.dtb.walker 3601 #
Total read bandwidth from this memory (bytes/s)
+system.physmem.bw_read::cpu0.dtb.walker 3398 #
Total read bandwidth from this memory (bytes/s)
system.physmem.bw_read::cpu0.itb.walker 23 #
Total read bandwidth from this memory (bytes/s)
-system.physmem.bw_read::cpu0.inst 471584 #
Total read bandwidth from this memory (bytes/s)
-system.physmem.bw_read::cpu0.l2cache.prefetcher 3765887
# Total read bandwidth from this memory (bytes/s)
-system.physmem.bw_read::cpu1.dtb.walker 315 #
Total read bandwidth from this memory (bytes/s)
-system.physmem.bw_read::cpu1.inst 190275 #
Total read bandwidth from this memory (bytes/s)
-system.physmem.bw_read::cpu1.l2cache.prefetcher 435261
# Total read bandwidth from this memory (bytes/s)
-system.physmem.bw_read::total 4867283 #
Total read bandwidth from this memory (bytes/s)
-system.physmem.bw_inst_read::cpu0.inst 144622 #
Instruction read bandwidth from this memory (bytes/s)
-system.physmem.bw_inst_read::cpu1.inst 11230 #
Instruction read bandwidth from this memory (bytes/s)
-system.physmem.bw_inst_read::total 155852 #
Instruction read bandwidth from this memory (bytes/s)
-system.physmem.bw_write::writebacks 2523749 #
Write bandwidth from this memory (bytes/s)
-system.physmem.bw_write::realview.ide 815248 #
Write bandwidth from this memory (bytes/s)
+system.physmem.bw_read::cpu0.inst 479830 #
Total read bandwidth from this memory (bytes/s)
+system.physmem.bw_read::cpu0.l2cache.prefetcher 3786212
# Total read bandwidth from this memory (bytes/s)
+system.physmem.bw_read::cpu1.dtb.walker 338 #
Total read bandwidth from this memory (bytes/s)
+system.physmem.bw_read::cpu1.inst 187645 #
Total read bandwidth from this memory (bytes/s)
+system.physmem.bw_read::cpu1.l2cache.prefetcher 409567
# Total read bandwidth from this memory (bytes/s)
+system.physmem.bw_read::total 4867351 #
Total read bandwidth from this memory (bytes/s)
+system.physmem.bw_inst_read::cpu0.inst 147370 #
Instruction read bandwidth from this memory (bytes/s)
+system.physmem.bw_inst_read::cpu1.inst 9228 #
Instruction read bandwidth from this memory (bytes/s)
+system.physmem.bw_inst_read::total 156598 #
Instruction read bandwidth from this memory (bytes/s)
+system.physmem.bw_write::writebacks 2522829 #
Write bandwidth from this memory (bytes/s)
+system.physmem.bw_write::realview.ide 815263 #
Write bandwidth from this memory (bytes/s)
system.physmem.bw_write::cpu0.inst 6226 #
Write bandwidth from this memory (bytes/s)
system.physmem.bw_write::cpu1.inst 14 #
Write bandwidth from this memory (bytes/s)
-system.physmem.bw_write::total 3345237 #
Write bandwidth from this memory (bytes/s)
-system.physmem.bw_total::writebacks 2523749 #
Total bandwidth to/from this memory (bytes/s)
-system.physmem.bw_total::realview.ide 815586 #
Total bandwidth to/from this memory (bytes/s)
-system.physmem.bw_total::cpu0.dtb.walker 3601 #
Total bandwidth to/from this memory (bytes/s)
+system.physmem.bw_write::total 3344332 #
Write bandwidth from this memory (bytes/s)
+system.physmem.bw_total::writebacks 2522829 #
Total bandwidth to/from this memory (bytes/s)
+system.physmem.bw_total::realview.ide 815601 #
Total bandwidth to/from this memory (bytes/s)
+system.physmem.bw_total::cpu0.dtb.walker 3398 #
Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::cpu0.itb.walker 23 #
Total bandwidth to/from this memory (bytes/s)
-system.physmem.bw_total::cpu0.inst 477810 #
Total bandwidth to/from this memory (bytes/s)
-system.physmem.bw_total::cpu0.l2cache.prefetcher 3765887
# Total bandwidth to/from this memory (bytes/s)
-system.physmem.bw_total::cpu1.dtb.walker 315 #
Total bandwidth to/from this memory (bytes/s)
-system.physmem.bw_total::cpu1.inst 190289 #
Total bandwidth to/from this memory (bytes/s)
-system.physmem.bw_total::cpu1.l2cache.prefetcher 435261
# Total bandwidth to/from this memory (bytes/s)
-system.physmem.bw_total::total 8212520 #
Total bandwidth to/from this memory (bytes/s)
-system.physmem.readReqs 216817 #
Number of read requests accepted
-system.physmem.writeReqs 152798 #
Number of write requests accepted
-system.physmem.readBursts 216817 #
Number of DRAM read bursts, including those serviced by the write queue
-system.physmem.writeBursts 152798 #
Number of DRAM write bursts, including those merged in the write queue
-system.physmem.bytesReadDRAM 13860672 #
Total number of bytes read from DRAM
-system.physmem.bytesReadWrQ 15616 #
Total number of bytes read from write queue
-system.physmem.bytesWritten 9527424 #
Total number of bytes written to DRAM
-system.physmem.bytesReadSys 13841180 #
Total read bytes from the system interface side
-system.physmem.bytesWrittenSys 9512912 #
Total written bytes from the system interface side
-system.physmem.servicedByWrQ 244 #
Number of DRAM read bursts serviced by the write queue
-system.physmem.mergedWrBursts 3916 #
Number of DRAM write bursts merged with an existing one
-system.physmem.neitherReadNorWriteReqs 13461 #
Number of requests that are neither read nor write
-system.physmem.perBankRdBursts::0 14081 #
Per bank write bursts
-system.physmem.perBankRdBursts::1 13907 #
Per bank write bursts
-system.physmem.perBankRdBursts::2 14464 #
Per bank write bursts
-system.physmem.perBankRdBursts::3 13988 #
Per bank write bursts
-system.physmem.perBankRdBursts::4 16210 #
Per bank write bursts
-system.physmem.perBankRdBursts::5 13087 #
Per bank write bursts
-system.physmem.perBankRdBursts::6 13697 #
Per bank write bursts
-system.physmem.perBankRdBursts::7 13930 #
Per bank write bursts
-system.physmem.perBankRdBursts::8 13098 #
Per bank write bursts
-system.physmem.perBankRdBursts::9 13410 #
Per bank write bursts
-system.physmem.perBankRdBursts::10 13015 #
Per bank write bursts
-system.physmem.perBankRdBursts::11 11706 #
Per bank write bursts
-system.physmem.perBankRdBursts::12 12947 #
Per bank write bursts
-system.physmem.perBankRdBursts::13 13659 #
Per bank write bursts
-system.physmem.perBankRdBursts::14 12722 #
Per bank write bursts
-system.physmem.perBankRdBursts::15 12652 #
Per bank write bursts
-system.physmem.perBankWrBursts::0 9756 #
Per bank write bursts
-system.physmem.perBankWrBursts::1 10039 #
Per bank write bursts
-system.physmem.perBankWrBursts::2 10215 #
Per bank write bursts
-system.physmem.perBankWrBursts::3 9785 #
Per bank write bursts
-system.physmem.perBankWrBursts::4 9214 #
Per bank write bursts
-system.physmem.perBankWrBursts::5 9161 #
Per bank write bursts
-system.physmem.perBankWrBursts::6 9492 #
Per bank write bursts
-system.physmem.perBankWrBursts::7 9434 #
Per bank write bursts
-system.physmem.perBankWrBursts::8 9026 #
Per bank write bursts
-system.physmem.perBankWrBursts::9 9356 #
Per bank write bursts
-system.physmem.perBankWrBursts::10 9095 #
Per bank write bursts
-system.physmem.perBankWrBursts::11 8550 #
Per bank write bursts
-system.physmem.perBankWrBursts::12 9129 #
Per bank write bursts
-system.physmem.perBankWrBursts::13 9225 #
Per bank write bursts
-system.physmem.perBankWrBursts::14 8893 #
Per bank write bursts
-system.physmem.perBankWrBursts::15 8496 #
Per bank write bursts
+system.physmem.bw_total::cpu0.inst 486056 #
Total bandwidth to/from this memory (bytes/s)
+system.physmem.bw_total::cpu0.l2cache.prefetcher 3786212
# Total bandwidth to/from this memory (bytes/s)
+system.physmem.bw_total::cpu1.dtb.walker 338 #
Total bandwidth to/from this memory (bytes/s)
+system.physmem.bw_total::cpu1.inst 187659 #
Total bandwidth to/from this memory (bytes/s)
+system.physmem.bw_total::cpu1.l2cache.prefetcher 409567
# Total bandwidth to/from this memory (bytes/s)
+system.physmem.bw_total::total 8211683 #
Total bandwidth to/from this memory (bytes/s)
+system.physmem.readReqs 216816 #
Number of read requests accepted
+system.physmem.writeReqs 152755 #
Number of write requests accepted
+system.physmem.readBursts 216816 #
Number of DRAM read bursts, including those serviced by the write queue
+system.physmem.writeBursts 152755 #
Number of DRAM write bursts, including those merged in the write queue
+system.physmem.bytesReadDRAM 13860032 #
Total number of bytes read from DRAM
+system.physmem.bytesReadWrQ 16192 #
Total number of bytes read from write queue
+system.physmem.bytesWritten 9524672 #
Total number of bytes written to DRAM
+system.physmem.bytesReadSys 13841116 #
Total read bytes from the system interface side
+system.physmem.bytesWrittenSys 9510160 #
Total written bytes from the system interface side
+system.physmem.servicedByWrQ 253 #
Number of DRAM read bursts serviced by the write queue
+system.physmem.mergedWrBursts 3914 #
Number of DRAM write bursts merged with an existing one
+system.physmem.neitherReadNorWriteReqs 13536 #
Number of requests that are neither read nor write
+system.physmem.perBankRdBursts::0 13436 #
Per bank write bursts
+system.physmem.perBankRdBursts::1 13084 #
Per bank write bursts
+system.physmem.perBankRdBursts::2 14401 #
Per bank write bursts
+system.physmem.perBankRdBursts::3 13747 #
Per bank write bursts
+system.physmem.perBankRdBursts::4 15799 #
Per bank write bursts
+system.physmem.perBankRdBursts::5 12797 #
Per bank write bursts
+system.physmem.perBankRdBursts::6 13572 #
Per bank write bursts
+system.physmem.perBankRdBursts::7 13744 #
Per bank write bursts
+system.physmem.perBankRdBursts::8 13565 #
Per bank write bursts
+system.physmem.perBankRdBursts::9 13602 #
Per bank write bursts
+system.physmem.perBankRdBursts::10 13295 #
Per bank write bursts
+system.physmem.perBankRdBursts::11 11895 #
Per bank write bursts
+system.physmem.perBankRdBursts::12 13378 #
Per bank write bursts
+system.physmem.perBankRdBursts::13 13725 #
Per bank write bursts
+system.physmem.perBankRdBursts::14 13486 #
Per bank write bursts
+system.physmem.perBankRdBursts::15 13037 #
Per bank write bursts
+system.physmem.perBankWrBursts::0 9315 #
Per bank write bursts
+system.physmem.perBankWrBursts::1 9418 #
Per bank write bursts
+system.physmem.perBankWrBursts::2 10151 #
Per bank write bursts
+system.physmem.perBankWrBursts::3 9572 #
Per bank write bursts
+system.physmem.perBankWrBursts::4 8971 #
Per bank write bursts
+system.physmem.perBankWrBursts::5 8910 #
Per bank write bursts
+system.physmem.perBankWrBursts::6 9379 #
Per bank write bursts
+system.physmem.perBankWrBursts::7 9378 #
Per bank write bursts
+system.physmem.perBankWrBursts::8 9384 #
Per bank write bursts
+system.physmem.perBankWrBursts::9 9425 #
Per bank write bursts
+system.physmem.perBankWrBursts::10 9360 #
Per bank write bursts
+system.physmem.perBankWrBursts::11 8832 #
Per bank write bursts
+system.physmem.perBankWrBursts::12 9377 #
Per bank write bursts
+system.physmem.perBankWrBursts::13 9192 #
Per bank write bursts
+system.physmem.perBankWrBursts::14 9288 #
Per bank write bursts
+system.physmem.perBankWrBursts::15 8871 #
Per bank write bursts
system.physmem.numRdRetry 0 #
Number of times read queue was full causing retry
-system.physmem.numWrRetry 3 #
Number of times write queue was full causing retry
-system.physmem.totGap 2843715756500 #
Total gap between requests
+system.physmem.numWrRetry 7 #
Number of times write queue was full causing retry
+system.physmem.totGap 2843662895000 #
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 559 #
Read request sizes (log2)
system.physmem.readPktSize::3 28 #
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 216230 #
Read request sizes (log2)
+system.physmem.readPktSize::6 216229 #
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 4436 #
Write request sizes (log2)
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev