Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem
into zizzer.eecs.umich.edu:/tmp/newmem.1449b --HG-- extra : convert_revision : 05021f4884de7af769df9f9c4416c483baa9c2fe
This commit is contained in:
commit
30f101881f
5 changed files with 10141 additions and 25 deletions
|
@ -1,11 +1,7 @@
|
|||
[root]
|
||||
type=Root
|
||||
children=system
|
||||
checkpoint=
|
||||
clock=2000000000
|
||||
max_tick=0
|
||||
output_file=cout
|
||||
progress_interval=0
|
||||
dummy=0
|
||||
|
||||
[system]
|
||||
type=SparcSystem
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
[root]
|
||||
type=Root
|
||||
clock=2000000000
|
||||
max_tick=0
|
||||
progress_interval=0
|
||||
output_file=cout
|
||||
dummy=0
|
||||
|
||||
[system.physmem]
|
||||
type=PhysicalMemory
|
||||
|
|
|
@ -1,19 +1,19 @@
|
|||
|
||||
---------- Begin Simulation Statistics ----------
|
||||
host_inst_rate 1214495 # Simulator instruction rate (inst/s)
|
||||
host_mem_usage 409828 # Number of bytes of host memory used
|
||||
host_seconds 1828.73 # Real time elapsed on the host
|
||||
host_tick_rate 1214601 # Simulator tick rate (ticks/s)
|
||||
host_inst_rate 571923 # Simulator instruction rate (inst/s)
|
||||
host_mem_usage 373992 # Number of bytes of host memory used
|
||||
host_seconds 3905.40 # Real time elapsed on the host
|
||||
host_tick_rate 571972 # Simulator tick rate (ticks/s)
|
||||
sim_freq 2000000000 # Frequency of simulated ticks
|
||||
sim_insts 2220985165 # Number of instructions simulated
|
||||
sim_seconds 1.110589 # Number of seconds simulated
|
||||
sim_ticks 2221178828 # Number of ticks simulated
|
||||
sim_insts 2233583679 # Number of instructions simulated
|
||||
sim_seconds 1.116889 # Number of seconds simulated
|
||||
sim_ticks 2233777512 # Number of ticks simulated
|
||||
system.cpu.idle_fraction 0 # Percentage of idle cycles
|
||||
system.cpu.kern.inst.arm 0 # number of arm instructions executed
|
||||
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 2221178829 # number of cpu cycles simulated
|
||||
system.cpu.num_insts 2220985165 # Number of instructions executed
|
||||
system.cpu.num_refs 545896474 # Number of memory references
|
||||
system.cpu.numCycles 2233777513 # number of cpu cycles simulated
|
||||
system.cpu.num_insts 2233583679 # Number of instructions executed
|
||||
system.cpu.num_refs 547951940 # Number of memory references
|
||||
|
||||
---------- End Simulation Statistics ----------
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -5,8 +5,9 @@ The Regents of The University of Michigan
|
|||
All Rights Reserved
|
||||
|
||||
|
||||
M5 compiled Mar 3 2007 19:48:02
|
||||
M5 started Sat Mar 3 19:58:15 2007
|
||||
M5 executing on zeep
|
||||
M5 compiled Mar 30 2007 12:26:45
|
||||
M5 started Fri Mar 30 12:26:47 2007
|
||||
M5 executing on zizzer.eecs.umich.edu
|
||||
command line: build/SPARC_FS/m5.fast -d build/SPARC_FS/tests/fast/long/80.solaris-boot/sparc/solaris/t1000-simple-atomic tests/run.py long/80.solaris-boot/sparc/solaris/t1000-simple-atomic
|
||||
Exiting @ tick 2221178828 because m5_exit instruction encountered
|
||||
Global frequency set at 2000000000 ticks per second
|
||||
Exiting @ tick 2233777512 because m5_exit instruction encountered
|
||||
|
|
Loading…
Reference in a new issue