Stats: Re update stats.

This commit is contained in:
Gabe Black
2011-02-07 19:23:13 -08:00
parent 1b64bfa933
commit 0851580aad
388 changed files with 6117 additions and 2653 deletions

View File

@@ -1,7 +1,9 @@
[root]
type=Root
children=system
dummy=0
time_sync_enable=false
time_sync_period=100000000000
time_sync_spin_threshold=100000000
[system]
type=LinuxArmSystem
@@ -9,13 +11,20 @@ children=bridge cpu diskmem intrctrl iobus iocache l2c membus physmem realview t
boot_cpu_frequency=500
boot_osflags=earlyprintk mem=128MB console=ttyAMA0 lpj=19988480 norandmaps slram=slram0,0x8000000,+0x8000000 mtdparts=slram0:- rw loglevel=8 root=/dev/mtdblock0
init_param=0
kernel=/chips/pd/randd/dist/binaries/vmlinux.arm
kernel=/dist/m5/system/binaries/vmlinux.arm
load_addr_mask=268435455
machine_type=RealView_PBX
mem_mode=atomic
physmem=system.physmem
readfile=tests/halt.sh
symbolfile=
work_begin_ckpt_count=0
work_begin_cpu_id_exit=-1
work_begin_exit_count=0
work_cpus_ckpt_count=0
work_end_ckpt_count=0
work_end_exit_count=0
work_item_id=-1
[system.bridge]
type=Bridge
@@ -158,7 +167,7 @@ type=ExeTracer
[system.diskmem]
type=PhysicalMemory
file=/chips/pd/randd/dist/disks/ael-arm.ext2
file=/dist/m5/system/disks/ael-arm.ext2
latency=30000
latency_var=0
null=false

View File

@@ -5,12 +5,12 @@ The Regents of The University of Michigan
All Rights Reserved
M5 compiled Oct 15 2010 11:17:32
M5 revision e459beb39dd0 7713 default ext/amba_kmi_pl050.patch qtip tip
M5 started Oct 15 2010 11:17:48
M5 executing on aus-bc3-b4
command line: build/ARM_FS/m5.opt -d build/ARM_FS/tests/opt/quick/10.linux-boot/arm/linux/realview-simple-atomic -re tests/run.py build/ARM_FS/tests/opt/quick/10.linux-boot/arm/linux/realview-simple-atomic
M5 compiled Feb 7 2011 01:53:13
M5 revision 4b4b02c5553c 7929 default qtip reupdatestats.patch tip
M5 started Feb 7 2011 01:53:26
M5 executing on burrito
command line: build/ARM_FS/m5.fast -d build/ARM_FS/tests/fast/quick/10.linux-boot/arm/linux/realview-simple-atomic -re tests/run.py build/ARM_FS/tests/fast/quick/10.linux-boot/arm/linux/realview-simple-atomic
Global frequency set at 1000000000000 ticks per second
info: kernel located at: /chips/pd/randd/dist/binaries/vmlinux.arm
info: kernel located at: /dist/m5/system/binaries/vmlinux.arm
info: Entering event queue @ 0. Starting simulation...
Exiting @ tick 25821310500 because m5_exit instruction encountered

View File

@@ -1,9 +1,9 @@
---------- Begin Simulation Statistics ----------
host_inst_rate 1831927 # Simulator instruction rate (inst/s)
host_mem_usage 384484 # Number of bytes of host memory used
host_seconds 27.81 # Real time elapsed on the host
host_tick_rate 928414614 # Simulator tick rate (ticks/s)
host_inst_rate 739167 # Simulator instruction rate (inst/s)
host_mem_usage 360776 # Number of bytes of host memory used
host_seconds 68.93 # Real time elapsed on the host
host_tick_rate 374609475 # Simulator tick rate (ticks/s)
sim_freq 1000000000000 # Frequency of simulated ticks
sim_insts 50949504 # Number of instructions simulated
sim_seconds 0.025821 # Number of seconds simulated
@@ -225,8 +225,24 @@ system.cpu.kern.inst.arm 0 # nu
system.cpu.kern.inst.quiesce 0 # number of quiesce instructions executed
system.cpu.not_idle_fraction 1 # Percentage of non-idle cycles
system.cpu.numCycles 51642622 # number of cpu cycles simulated
system.cpu.numWorkItemsCompleted 0 # number of work items this cpu completed
system.cpu.numWorkItemsStarted 0 # number of work items this cpu started
system.cpu.num_busy_cycles 51642622 # Number of busy cycles
system.cpu.num_conditional_control_insts 0 # number of instructions that are conditional controls
system.cpu.num_fp_alu_accesses 6059 # Number of float alu accesses
system.cpu.num_fp_insts 6059 # number of float instructions
system.cpu.num_fp_register_reads 4227 # number of times the floating registers were read
system.cpu.num_fp_register_writes 1834 # number of times the floating registers were written
system.cpu.num_func_calls 0 # number of times a function call or return occured
system.cpu.num_idle_cycles 0 # Number of idle cycles
system.cpu.num_insts 50949504 # Number of instructions executed
system.cpu.num_refs 16092645 # Number of memory references
system.cpu.num_int_alu_accesses 41395090 # Number of integer alu accesses
system.cpu.num_int_insts 41395090 # number of integer instructions
system.cpu.num_int_register_reads 128438705 # number of times the integer registers were read
system.cpu.num_int_register_writes 33973128 # number of times the integer registers were written
system.cpu.num_load_insts 9082722 # Number of load instructions
system.cpu.num_mem_refs 16092645 # number of memory refs
system.cpu.num_store_insts 7009923 # Number of store instructions
system.iocache.avg_blocked_cycles::no_mshrs no_value # average number of cycles each access was blocked
system.iocache.avg_blocked_cycles::no_targets no_value # average number of cycles each access was blocked
system.iocache.avg_refs no_value # Average number of references to valid blocks.

View File

@@ -1 +1 @@
build/ARM_FS/tests/opt/quick/10.linux-boot/arm/linux/realview-simple-atomic FAILED!
build/ARM_FS/tests/fast/quick/10.linux-boot/arm/linux/realview-simple-atomic FAILED!

View File

@@ -1,7 +1,9 @@
[root]
type=Root
children=system
dummy=0
time_sync_enable=false
time_sync_period=100000000000
time_sync_spin_threshold=100000000
[system]
type=LinuxArmSystem
@@ -16,6 +18,13 @@ mem_mode=timing
physmem=system.physmem
readfile=tests/halt.sh
symbolfile=
work_begin_ckpt_count=0
work_begin_cpu_id_exit=-1
work_begin_exit_count=0
work_cpus_ckpt_count=0
work_end_ckpt_count=0
work_end_exit_count=0
work_item_id=-1
[system.bridge]
type=Bridge

View File

@@ -5,10 +5,10 @@ The Regents of The University of Michigan
All Rights Reserved
M5 compiled Jan 17 2011 18:36:49
M5 revision f72d94f8c275 7839 default qtip tip outgoing.patch qbase
M5 started Jan 17 2011 18:36:52
M5 executing on zizzer
M5 compiled Feb 7 2011 01:53:13
M5 revision 4b4b02c5553c 7929 default qtip reupdatestats.patch tip
M5 started Feb 7 2011 01:53:26
M5 executing on burrito
command line: build/ARM_FS/m5.fast -d build/ARM_FS/tests/fast/quick/10.linux-boot/arm/linux/realview-simple-timing -re tests/run.py build/ARM_FS/tests/fast/quick/10.linux-boot/arm/linux/realview-simple-timing
Global frequency set at 1000000000000 ticks per second
info: kernel located at: /dist/m5/system/binaries/vmlinux.arm

View File

@@ -1,9 +1,9 @@
---------- Begin Simulation Statistics ----------
host_inst_rate 1461109 # Simulator instruction rate (inst/s)
host_mem_usage 340352 # Number of bytes of host memory used
host_seconds 34.61 # Real time elapsed on the host
host_tick_rate 3314430509 # Simulator tick rate (ticks/s)
host_inst_rate 433208 # Simulator instruction rate (inst/s)
host_mem_usage 360908 # Number of bytes of host memory used
host_seconds 116.74 # Real time elapsed on the host
host_tick_rate 982709659 # Simulator tick rate (ticks/s)
sim_freq 1000000000000 # Frequency of simulated ticks
sim_insts 50572425 # Number of instructions simulated
sim_seconds 0.114721 # Number of seconds simulated
@@ -273,8 +273,24 @@ system.cpu.kern.inst.arm 0 # nu
system.cpu.kern.inst.quiesce 0 # number of quiesce instructions executed
system.cpu.not_idle_fraction 1 # Percentage of non-idle cycles
system.cpu.numCycles 229442148 # number of cpu cycles simulated
system.cpu.numWorkItemsCompleted 0 # number of work items this cpu completed
system.cpu.numWorkItemsStarted 0 # number of work items this cpu started
system.cpu.num_busy_cycles 229442148 # Number of busy cycles
system.cpu.num_conditional_control_insts 0 # number of instructions that are conditional controls
system.cpu.num_fp_alu_accesses 6058 # Number of float alu accesses
system.cpu.num_fp_insts 6058 # number of float instructions
system.cpu.num_fp_register_reads 4226 # number of times the floating registers were read
system.cpu.num_fp_register_writes 1834 # number of times the floating registers were written
system.cpu.num_func_calls 0 # number of times a function call or return occured
system.cpu.num_idle_cycles 0 # Number of idle cycles
system.cpu.num_insts 50572425 # Number of instructions executed
system.cpu.num_refs 16289993 # Number of memory references
system.cpu.num_int_alu_accesses 41827211 # Number of integer alu accesses
system.cpu.num_int_insts 41827211 # number of integer instructions
system.cpu.num_int_register_reads 137988684 # number of times the integer registers were read
system.cpu.num_int_register_writes 34313952 # number of times the integer registers were written
system.cpu.num_load_insts 9208240 # Number of load instructions
system.cpu.num_mem_refs 16289993 # number of memory refs
system.cpu.num_store_insts 7081753 # Number of store instructions
system.iocache.avg_blocked_cycles::no_mshrs no_value # average number of cycles each access was blocked
system.iocache.avg_blocked_cycles::no_targets no_value # average number of cycles each access was blocked
system.iocache.avg_refs no_value # Average number of references to valid blocks.