From c49e739352b6d6bd665c78c560602d0cff1e6a1a Mon Sep 17 00:00:00 2001 From: Ali Saidi Date: Tue, 5 Jun 2012 01:23:16 -0400 Subject: all: Update stats for memory per master and total fix. --- .../ref/power/linux/simple-atomic/config.ini | 3 +- .../00.hello/ref/power/linux/simple-atomic/simerr | 1 + .../00.hello/ref/power/linux/simple-atomic/simout | 6 ++-- .../ref/power/linux/simple-atomic/stats.txt | 42 ++++++++++++++-------- 4 files changed, 32 insertions(+), 20 deletions(-) (limited to 'tests/quick/se/00.hello/ref/power/linux/simple-atomic') diff --git a/tests/quick/se/00.hello/ref/power/linux/simple-atomic/config.ini b/tests/quick/se/00.hello/ref/power/linux/simple-atomic/config.ini index 0a48b581e..aaab5c18b 100644 --- a/tests/quick/se/00.hello/ref/power/linux/simple-atomic/config.ini +++ b/tests/quick/se/00.hello/ref/power/linux/simple-atomic/config.ini @@ -95,9 +95,8 @@ system=system uid=100 [system.membus] -type=Bus +type=CoherentBus block_size=64 -bus_id=0 clock=1000 header_cycles=1 use_default_range=false diff --git a/tests/quick/se/00.hello/ref/power/linux/simple-atomic/simerr b/tests/quick/se/00.hello/ref/power/linux/simple-atomic/simerr index e45cd058f..7edd901b2 100755 --- a/tests/quick/se/00.hello/ref/power/linux/simple-atomic/simerr +++ b/tests/quick/se/00.hello/ref/power/linux/simple-atomic/simerr @@ -1,2 +1,3 @@ +warn: CoherentBus system.membus has no snooping ports attached! warn: Sockets disabled, not accepting gdb connections hack: be nice to actually delete the event here diff --git a/tests/quick/se/00.hello/ref/power/linux/simple-atomic/simout b/tests/quick/se/00.hello/ref/power/linux/simple-atomic/simout index 4ba999389..b409adbd2 100755 --- a/tests/quick/se/00.hello/ref/power/linux/simple-atomic/simout +++ b/tests/quick/se/00.hello/ref/power/linux/simple-atomic/simout @@ -1,9 +1,9 @@ gem5 Simulator System. http://gem5.org gem5 is copyrighted software; use the --copyright option for details. -gem5 compiled May 8 2012 15:03:54 -gem5 started May 8 2012 15:36:50 -gem5 executing on piton +gem5 compiled Jun 4 2012 11:59:33 +gem5 started Jun 4 2012 14:44:21 +gem5 executing on zizzer command line: build/POWER/gem5.opt -d build/POWER/tests/opt/quick/se/00.hello/power/linux/simple-atomic -re tests/run.py build/POWER/tests/opt/quick/se/00.hello/power/linux/simple-atomic Global frequency set at 1000000000000 ticks per second info: Entering event queue @ 0. Starting simulation... diff --git a/tests/quick/se/00.hello/ref/power/linux/simple-atomic/stats.txt b/tests/quick/se/00.hello/ref/power/linux/simple-atomic/stats.txt index 87b1b3e66..c355893c5 100644 --- a/tests/quick/se/00.hello/ref/power/linux/simple-atomic/stats.txt +++ b/tests/quick/se/00.hello/ref/power/linux/simple-atomic/stats.txt @@ -4,23 +4,35 @@ sim_seconds 0.000003 # Nu sim_ticks 2900000 # Number of ticks simulated final_tick 2900000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset) sim_freq 1000000000000 # Frequency of simulated ticks -host_inst_rate 413372 # Simulator instruction rate (inst/s) -host_op_rate 412979 # Simulator op (including micro ops) rate (op/s) -host_tick_rate 206267825 # Simulator tick rate (ticks/s) -host_mem_usage 201744 # Number of bytes of host memory used -host_seconds 0.01 # Real time elapsed on the host +host_inst_rate 1223636 # Simulator instruction rate (inst/s) +host_op_rate 1219143 # Simulator op (including micro ops) rate (op/s) +host_tick_rate 607261041 # Simulator tick rate (ticks/s) +host_mem_usage 202160 # Number of bytes of host memory used +host_seconds 0.00 # Real time elapsed on the host sim_insts 5801 # Number of instructions simulated sim_ops 5801 # Number of ops (including micro ops) simulated -system.physmem.bytes_read 26925 # Number of bytes read from this memory -system.physmem.bytes_inst_read 23204 # Number of instructions bytes read from this memory -system.physmem.bytes_written 4209 # Number of bytes written to this memory -system.physmem.num_reads 6763 # Number of read requests responded to by this memory -system.physmem.num_writes 1046 # Number of write requests responded to by this memory -system.physmem.num_other 0 # Number of other requests responded to by this memory -system.physmem.bw_read 9284482759 # Total read bandwidth from this memory (bytes/s) -system.physmem.bw_inst_read 8001379310 # Instruction read bandwidth from this memory (bytes/s) -system.physmem.bw_write 1451379310 # Write bandwidth from this memory (bytes/s) -system.physmem.bw_total 10735862069 # Total bandwidth to/from this memory (bytes/s) +system.physmem.bytes_read::cpu.inst 23204 # Number of bytes read from this memory +system.physmem.bytes_read::cpu.data 3721 # Number of bytes read from this memory +system.physmem.bytes_read::total 26925 # Number of bytes read from this memory +system.physmem.bytes_inst_read::cpu.inst 23204 # Number of instructions bytes read from this memory +system.physmem.bytes_inst_read::total 23204 # Number of instructions bytes read from this memory +system.physmem.bytes_written::cpu.data 4209 # Number of bytes written to this memory +system.physmem.bytes_written::total 4209 # Number of bytes written to this memory +system.physmem.num_reads::cpu.inst 5801 # Number of read requests responded to by this memory +system.physmem.num_reads::cpu.data 962 # Number of read requests responded to by this memory +system.physmem.num_reads::total 6763 # Number of read requests responded to by this memory +system.physmem.num_writes::cpu.data 1046 # Number of write requests responded to by this memory +system.physmem.num_writes::total 1046 # Number of write requests responded to by this memory +system.physmem.bw_read::cpu.inst 8001379310 # Total read bandwidth from this memory (bytes/s) +system.physmem.bw_read::cpu.data 1283103448 # Total read bandwidth from this memory (bytes/s) +system.physmem.bw_read::total 9284482759 # Total read bandwidth from this memory (bytes/s) +system.physmem.bw_inst_read::cpu.inst 8001379310 # Instruction read bandwidth from this memory (bytes/s) +system.physmem.bw_inst_read::total 8001379310 # Instruction read bandwidth from this memory (bytes/s) +system.physmem.bw_write::cpu.data 1451379310 # Write bandwidth from this memory (bytes/s) +system.physmem.bw_write::total 1451379310 # Write bandwidth from this memory (bytes/s) +system.physmem.bw_total::cpu.inst 8001379310 # Total bandwidth to/from this memory (bytes/s) +system.physmem.bw_total::cpu.data 2734482759 # Total bandwidth to/from this memory (bytes/s) +system.physmem.bw_total::total 10735862069 # Total bandwidth to/from this memory (bytes/s) system.cpu.dtb.read_hits 0 # DTB read hits system.cpu.dtb.read_misses 0 # DTB read misses system.cpu.dtb.read_accesses 0 # DTB read accesses -- cgit v1.2.3