ARM: Update the stats for the new syscall behavior.
This commit is contained in:
parent
34032f97d6
commit
caa95639ec
2 changed files with 9 additions and 9 deletions
|
@ -5,9 +5,9 @@ The Regents of The University of Michigan
|
|||
All Rights Reserved
|
||||
|
||||
|
||||
M5 compiled Feb 27 2010 16:56:18
|
||||
M5 revision 6429cd018766 7083 default qtip vfpmacromemstats.patch tip
|
||||
M5 started Feb 27 2010 16:56:19
|
||||
M5 compiled Feb 27 2010 17:02:03
|
||||
M5 revision 3ba6c6c19ddd 7101 default qtip syscallfromintstats.patch tip
|
||||
M5 started Feb 27 2010 17:02:04
|
||||
M5 executing on tater
|
||||
command line: build/ARM_SE/m5.fast -d build/ARM_SE/tests/fast/quick/00.hello/arm/linux/simple-atomic -re tests/run.py build/ARM_SE/tests/fast/quick/00.hello/arm/linux/simple-atomic
|
||||
Global frequency set at 1000000000000 ticks per second
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
|
||||
---------- Begin Simulation Statistics ----------
|
||||
host_inst_rate 15740 # Simulator instruction rate (inst/s)
|
||||
host_mem_usage 201240 # Number of bytes of host memory used
|
||||
host_seconds 0.35 # Real time elapsed on the host
|
||||
host_tick_rate 7864008 # Simulator tick rate (ticks/s)
|
||||
host_inst_rate 12327 # Simulator instruction rate (inst/s)
|
||||
host_mem_usage 201392 # Number of bytes of host memory used
|
||||
host_seconds 0.45 # Real time elapsed on the host
|
||||
host_tick_rate 6174277 # Simulator tick rate (ticks/s)
|
||||
sim_freq 1000000000000 # Frequency of simulated ticks
|
||||
sim_insts 5514 # Number of instructions simulated
|
||||
sim_insts 5501 # Number of instructions simulated
|
||||
sim_seconds 0.000003 # Number of seconds simulated
|
||||
sim_ticks 2756500 # Number of ticks simulated
|
||||
system.cpu.dtb.accesses 0 # DTB accesses
|
||||
|
@ -29,7 +29,7 @@ system.cpu.itb.write_hits 0 # DT
|
|||
system.cpu.itb.write_misses 0 # DTB write misses
|
||||
system.cpu.not_idle_fraction 1 # Percentage of non-idle cycles
|
||||
system.cpu.numCycles 5514 # number of cpu cycles simulated
|
||||
system.cpu.num_insts 5514 # Number of instructions executed
|
||||
system.cpu.num_insts 5501 # Number of instructions executed
|
||||
system.cpu.num_refs 2143 # Number of memory references
|
||||
system.cpu.workload.PROG:num_syscalls 13 # Number of system calls
|
||||
|
||||
|
|
Loading…
Reference in a new issue