X86: Fix the parser stats which myseriously differ even for the revision they came from.
--HG-- extra : convert_revision : bd5fbeeea319bffbc60dcd45ef19603b09fc71ce
This commit is contained in:
parent
54466a31c3
commit
e87336cc60
4 changed files with 13 additions and 12 deletions
|
@ -54,6 +54,7 @@ euid=100
|
|||
executable=/dist/m5/cpu2000/binaries/x86/linux/parser
|
||||
gid=100
|
||||
input=/dist/m5/cpu2000/data/parser/mdred/input/parser.in
|
||||
max_stack_size=67108864
|
||||
output=cout
|
||||
pid=100
|
||||
ppid=99
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
|
||||
---------- Begin Simulation Statistics ----------
|
||||
host_inst_rate 892072 # Simulator instruction rate (inst/s)
|
||||
host_mem_usage 179660 # Number of bytes of host memory used
|
||||
host_seconds 1699.28 # Real time elapsed on the host
|
||||
host_tick_rate 517205729 # Simulator tick rate (ticks/s)
|
||||
host_inst_rate 601084 # Simulator instruction rate (inst/s)
|
||||
host_mem_usage 179664 # Number of bytes of host memory used
|
||||
host_seconds 2521.91 # Real time elapsed on the host
|
||||
host_tick_rate 348496572 # Simulator tick rate (ticks/s)
|
||||
sim_freq 1000000000000 # Frequency of simulated ticks
|
||||
sim_insts 1515877384 # Number of instructions simulated
|
||||
sim_insts 1515877389 # Number of instructions simulated
|
||||
sim_seconds 0.878876 # Number of seconds simulated
|
||||
sim_ticks 878876322500 # Number of ticks simulated
|
||||
sim_ticks 878876325000 # Number of ticks simulated
|
||||
system.cpu.idle_fraction 0 # Percentage of idle cycles
|
||||
system.cpu.not_idle_fraction 1 # Percentage of non-idle cycles
|
||||
system.cpu.numCycles 1757752646 # number of cpu cycles simulated
|
||||
system.cpu.num_insts 1515877384 # Number of instructions executed
|
||||
system.cpu.numCycles 1757752651 # number of cpu cycles simulated
|
||||
system.cpu.num_insts 1515877389 # Number of instructions executed
|
||||
system.cpu.num_refs 533543283 # Number of memory references
|
||||
system.cpu.workload.PROG:num_syscalls 541 # Number of system calls
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
0: system.remote_gdb.listener: listening for remote gdb on port 7000
|
||||
0: system.remote_gdb.listener: listening for remote gdb on port 7002
|
||||
warn: Entering event queue @ 0. Starting simulation...
|
||||
warn: instruction 'fnstcw_Mw' unimplemented
|
||||
warn: instruction 'fldcw_Mw' unimplemented
|
||||
|
|
|
@ -64,9 +64,9 @@ The Regents of The University of Michigan
|
|||
All Rights Reserved
|
||||
|
||||
|
||||
M5 compiled Oct 12 2007 10:09:31
|
||||
M5 started Fri Oct 12 12:42:44 2007
|
||||
M5 compiled Oct 15 2007 20:49:03
|
||||
M5 started Mon Oct 15 20:49:24 2007
|
||||
M5 executing on nacho
|
||||
command line: build/X86_SE/m5.fast -d build/X86_SE/tests/fast/long/20.parser/x86/linux/simple-atomic tests/run.py long/20.parser/x86/linux/simple-atomic
|
||||
Global frequency set at 1000000000000 ticks per second
|
||||
Exiting @ tick 878876322500 because target called exit()
|
||||
Exiting @ tick 878876325000 because target called exit()
|
||||
|
|
Loading…
Reference in a new issue