X86: Update the stats for cpuid's new implementation
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
|
||||
---------- Begin Simulation Statistics ----------
|
||||
host_inst_rate 1695420 # Simulator instruction rate (inst/s)
|
||||
host_mem_usage 194768 # Number of bytes of host memory used
|
||||
host_seconds 955.72 # Real time elapsed on the host
|
||||
host_tick_rate 1007896114 # Simulator tick rate (ticks/s)
|
||||
host_inst_rate 1864345 # Simulator instruction rate (inst/s)
|
||||
host_mem_usage 194404 # Number of bytes of host memory used
|
||||
host_seconds 868.62 # Real time elapsed on the host
|
||||
host_tick_rate 1108605034 # Simulator tick rate (ticks/s)
|
||||
sim_freq 1000000000000 # Frequency of simulated ticks
|
||||
sim_insts 1620345246 # Number of instructions simulated
|
||||
sim_seconds 0.963266 # Number of seconds simulated
|
||||
sim_ticks 963265624500 # Number of ticks simulated
|
||||
sim_insts 1619398860 # Number of instructions simulated
|
||||
sim_seconds 0.962952 # Number of seconds simulated
|
||||
sim_ticks 962951801000 # 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 1926531250 # number of cpu cycles simulated
|
||||
system.cpu.num_insts 1620345246 # Number of instructions executed
|
||||
system.cpu.num_refs 607160103 # Number of memory references
|
||||
system.cpu.numCycles 1925903603 # number of cpu cycles simulated
|
||||
system.cpu.num_insts 1619398860 # Number of instructions executed
|
||||
system.cpu.num_refs 607161871 # Number of memory references
|
||||
system.cpu.workload.PROG:num_syscalls 48 # Number of system calls
|
||||
|
||||
---------- End Simulation Statistics ----------
|
||||
|
||||
@@ -2,4 +2,8 @@ warn: Sockets disabled, not accepting gdb connections
|
||||
warn: Entering event queue @ 0. Starting simulation...
|
||||
warn: instruction 'fnstcw_Mw' unimplemented
|
||||
warn: instruction 'fldcw_Mw' unimplemented
|
||||
warn: instruction 'prefetch_t0' unimplemented
|
||||
warn: instruction 'prefetch_t0' unimplemented
|
||||
warn: instruction 'prefetch_t0' unimplemented
|
||||
warn: instruction 'prefetch_t0' unimplemented
|
||||
warn: Increasing stack size by one page.
|
||||
|
||||
@@ -5,11 +5,11 @@ The Regents of The University of Michigan
|
||||
All Rights Reserved
|
||||
|
||||
|
||||
M5 compiled Sep 27 2008 21:33:04
|
||||
M5 revision 5571:7f81bb1690686883c5b93e8343068a001faf5083
|
||||
M5 commit date Sat Sep 27 21:03:50 2008 -0700
|
||||
M5 started Sep 27 2008 21:33:06
|
||||
M5 executing on piton
|
||||
M5 compiled Oct 8 2008 20:20:37
|
||||
M5 revision 5641:1033c9f7de3f63b99accb1f06962921c3b61b617
|
||||
M5 commit date Wed Oct 08 20:18:02 2008 -0700
|
||||
M5 started Oct 8 2008 20:20:39
|
||||
M5 executing on tater
|
||||
command line: build/X86_SE/m5.fast -d build/X86_SE/tests/fast/long/00.gzip/x86/linux/simple-atomic -re --stdout-file stdout --stderr-file stderr tests/run.py long/00.gzip/x86/linux/simple-atomic
|
||||
Global frequency set at 1000000000000 ticks per second
|
||||
spec_init
|
||||
@@ -43,4 +43,4 @@ Uncompressing Data
|
||||
Uncompressed data 1048576 bytes in length
|
||||
Uncompressed data compared correctly
|
||||
Tested 1MB buffer: OK!
|
||||
Exiting @ tick 963265624500 because target called exit()
|
||||
Exiting @ tick 962951801000 because target called exit()
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
|
||||
---------- Begin Simulation Statistics ----------
|
||||
host_inst_rate 1382425 # Simulator instruction rate (inst/s)
|
||||
host_mem_usage 329284 # Number of bytes of host memory used
|
||||
host_seconds 195.09 # Real time elapsed on the host
|
||||
host_tick_rate 849513127 # Simulator tick rate (ticks/s)
|
||||
host_inst_rate 1324719 # Simulator instruction rate (inst/s)
|
||||
host_mem_usage 328816 # Number of bytes of host memory used
|
||||
host_seconds 203.59 # Real time elapsed on the host
|
||||
host_tick_rate 814052041 # Simulator tick rate (ticks/s)
|
||||
sim_freq 1000000000000 # Frequency of simulated ticks
|
||||
sim_insts 269697420 # Number of instructions simulated
|
||||
sim_insts 269697303 # Number of instructions simulated
|
||||
sim_seconds 0.165732 # Number of seconds simulated
|
||||
sim_ticks 165731753000 # Number of ticks simulated
|
||||
sim_ticks 165731691000 # 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 331463507 # number of cpu cycles simulated
|
||||
system.cpu.num_insts 269697420 # Number of instructions executed
|
||||
system.cpu.num_refs 124054658 # Number of memory references
|
||||
system.cpu.numCycles 331463383 # number of cpu cycles simulated
|
||||
system.cpu.num_insts 269697303 # Number of instructions executed
|
||||
system.cpu.num_refs 124054655 # Number of memory references
|
||||
system.cpu.workload.PROG:num_syscalls 444 # Number of system calls
|
||||
|
||||
---------- End Simulation Statistics ----------
|
||||
|
||||
@@ -5,11 +5,11 @@ The Regents of The University of Michigan
|
||||
All Rights Reserved
|
||||
|
||||
|
||||
M5 compiled Sep 27 2008 21:33:04
|
||||
M5 revision 5571:7f81bb1690686883c5b93e8343068a001faf5083
|
||||
M5 commit date Sat Sep 27 21:03:50 2008 -0700
|
||||
M5 started Sep 27 2008 21:33:22
|
||||
M5 executing on piton
|
||||
M5 compiled Oct 8 2008 20:20:37
|
||||
M5 revision 5641:1033c9f7de3f63b99accb1f06962921c3b61b617
|
||||
M5 commit date Wed Oct 08 20:18:02 2008 -0700
|
||||
M5 started Oct 8 2008 20:20:39
|
||||
M5 executing on tater
|
||||
command line: build/X86_SE/m5.fast -d build/X86_SE/tests/fast/long/10.mcf/x86/linux/simple-atomic -re --stdout-file stdout --stderr-file stderr tests/run.py long/10.mcf/x86/linux/simple-atomic
|
||||
Global frequency set at 1000000000000 ticks per second
|
||||
|
||||
@@ -28,4 +28,4 @@ simplex iterations : 2663
|
||||
flow value : 3080014995
|
||||
checksum : 68389
|
||||
optimal
|
||||
Exiting @ tick 165731753000 because target called exit()
|
||||
Exiting @ tick 165731691000 because target called exit()
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
|
||||
---------- Begin Simulation Statistics ----------
|
||||
host_inst_rate 1780328 # Simulator instruction rate (inst/s)
|
||||
host_mem_usage 198432 # Number of bytes of host memory used
|
||||
host_seconds 840.01 # Real time elapsed on the host
|
||||
host_tick_rate 1034139857 # Simulator tick rate (ticks/s)
|
||||
host_inst_rate 1855549 # Simulator instruction rate (inst/s)
|
||||
host_mem_usage 197988 # Number of bytes of host memory used
|
||||
host_seconds 805.96 # Real time elapsed on the host
|
||||
host_tick_rate 1077833305 # Simulator tick rate (ticks/s)
|
||||
sim_freq 1000000000000 # Frequency of simulated ticks
|
||||
sim_insts 1495492819 # Number of instructions simulated
|
||||
sim_seconds 0.868688 # Number of seconds simulated
|
||||
sim_ticks 868687552500 # Number of ticks simulated
|
||||
sim_insts 1495492697 # Number of instructions simulated
|
||||
sim_seconds 0.868687 # Number of seconds simulated
|
||||
sim_ticks 868687488000 # 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 1737375106 # number of cpu cycles simulated
|
||||
system.cpu.num_insts 1495492819 # Number of instructions executed
|
||||
system.cpu.num_refs 533549003 # Number of memory references
|
||||
system.cpu.numCycles 1737374977 # number of cpu cycles simulated
|
||||
system.cpu.num_insts 1495492697 # Number of instructions executed
|
||||
system.cpu.num_refs 533549000 # Number of memory references
|
||||
system.cpu.workload.PROG:num_syscalls 551 # Number of system calls
|
||||
|
||||
---------- End Simulation Statistics ----------
|
||||
|
||||
@@ -5,11 +5,11 @@ The Regents of The University of Michigan
|
||||
All Rights Reserved
|
||||
|
||||
|
||||
M5 compiled Sep 27 2008 21:33:04
|
||||
M5 revision 5571:7f81bb1690686883c5b93e8343068a001faf5083
|
||||
M5 commit date Sat Sep 27 21:03:50 2008 -0700
|
||||
M5 started Sep 27 2008 21:35:20
|
||||
M5 executing on piton
|
||||
M5 compiled Oct 8 2008 20:20:37
|
||||
M5 revision 5641:1033c9f7de3f63b99accb1f06962921c3b61b617
|
||||
M5 commit date Wed Oct 08 20:18:02 2008 -0700
|
||||
M5 started Oct 8 2008 20:20:39
|
||||
M5 executing on tater
|
||||
command line: build/X86_SE/m5.fast -d build/X86_SE/tests/fast/long/20.parser/x86/linux/simple-atomic -re --stdout-file stdout --stderr-file stderr tests/run.py long/20.parser/x86/linux/simple-atomic
|
||||
Global frequency set at 1000000000000 ticks per second
|
||||
|
||||
@@ -71,4 +71,4 @@ Echoing of input sentence turned on.
|
||||
about 2 million people attended
|
||||
the five best costumes got prizes
|
||||
No errors!
|
||||
Exiting @ tick 868687552500 because target called exit()
|
||||
Exiting @ tick 868687488000 because target called exit()
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
|
||||
---------- Begin Simulation Statistics ----------
|
||||
host_inst_rate 2125831 # Simulator instruction rate (inst/s)
|
||||
host_mem_usage 194800 # Number of bytes of host memory used
|
||||
host_seconds 2188.89 # Real time elapsed on the host
|
||||
host_tick_rate 1295270570 # Simulator tick rate (ticks/s)
|
||||
host_inst_rate 1763085 # Simulator instruction rate (inst/s)
|
||||
host_mem_usage 194072 # Number of bytes of host memory used
|
||||
host_seconds 2639.25 # Real time elapsed on the host
|
||||
host_tick_rate 1074249302 # Simulator tick rate (ticks/s)
|
||||
sim_freq 1000000000000 # Frequency of simulated ticks
|
||||
sim_insts 4653219908 # Number of instructions simulated
|
||||
sim_insts 4653219791 # Number of instructions simulated
|
||||
sim_seconds 2.835211 # Number of seconds simulated
|
||||
sim_ticks 2835211016000 # Number of ticks simulated
|
||||
sim_ticks 2835210954000 # 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 5670422033 # number of cpu cycles simulated
|
||||
system.cpu.num_insts 4653219908 # Number of instructions executed
|
||||
system.cpu.num_refs 1686313784 # Number of memory references
|
||||
system.cpu.numCycles 5670421909 # number of cpu cycles simulated
|
||||
system.cpu.num_insts 4653219791 # Number of instructions executed
|
||||
system.cpu.num_refs 1686313781 # Number of memory references
|
||||
system.cpu.workload.PROG:num_syscalls 46 # Number of system calls
|
||||
|
||||
---------- End Simulation Statistics ----------
|
||||
|
||||
@@ -5,11 +5,11 @@ The Regents of The University of Michigan
|
||||
All Rights Reserved
|
||||
|
||||
|
||||
M5 compiled Sep 27 2008 21:33:04
|
||||
M5 revision 5571:7f81bb1690686883c5b93e8343068a001faf5083
|
||||
M5 commit date Sat Sep 27 21:03:50 2008 -0700
|
||||
M5 started Sep 27 2008 21:36:52
|
||||
M5 executing on piton
|
||||
M5 compiled Oct 8 2008 20:20:37
|
||||
M5 revision 5641:1033c9f7de3f63b99accb1f06962921c3b61b617
|
||||
M5 commit date Wed Oct 08 20:18:02 2008 -0700
|
||||
M5 started Oct 8 2008 20:55:01
|
||||
M5 executing on tater
|
||||
command line: build/X86_SE/m5.fast -d build/X86_SE/tests/fast/long/60.bzip2/x86/linux/simple-atomic -re --stdout-file stdout --stderr-file stderr tests/run.py long/60.bzip2/x86/linux/simple-atomic
|
||||
Global frequency set at 1000000000000 ticks per second
|
||||
spec_init
|
||||
@@ -26,4 +26,4 @@ Uncompressing Data
|
||||
Uncompressed data 1048576 bytes in length
|
||||
Uncompressed data compared correctly
|
||||
Tested 1MB buffer: OK!
|
||||
Exiting @ tick 2835211016000 because target called exit()
|
||||
Exiting @ tick 2835210954000 because target called exit()
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
|
||||
---------- Begin Simulation Statistics ----------
|
||||
host_inst_rate 1393641 # Simulator instruction rate (inst/s)
|
||||
host_mem_usage 201900 # Number of bytes of host memory used
|
||||
host_seconds 156.85 # Real time elapsed on the host
|
||||
host_tick_rate 828865190 # Simulator tick rate (ticks/s)
|
||||
host_inst_rate 1300052 # Simulator instruction rate (inst/s)
|
||||
host_mem_usage 201460 # Number of bytes of host memory used
|
||||
host_seconds 168.14 # Real time elapsed on the host
|
||||
host_tick_rate 773204086 # Simulator tick rate (ticks/s)
|
||||
sim_freq 1000000000000 # Frequency of simulated ticks
|
||||
sim_insts 218595439 # Number of instructions simulated
|
||||
sim_insts 218595322 # Number of instructions simulated
|
||||
sim_seconds 0.130009 # Number of seconds simulated
|
||||
sim_ticks 130009435500 # Number of ticks simulated
|
||||
sim_ticks 130009373500 # 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 260018872 # number of cpu cycles simulated
|
||||
system.cpu.num_insts 218595439 # Number of instructions executed
|
||||
system.cpu.num_refs 77165367 # Number of memory references
|
||||
system.cpu.numCycles 260018748 # number of cpu cycles simulated
|
||||
system.cpu.num_insts 218595322 # Number of instructions executed
|
||||
system.cpu.num_refs 77165364 # Number of memory references
|
||||
system.cpu.workload.PROG:num_syscalls 400 # Number of system calls
|
||||
|
||||
---------- End Simulation Statistics ----------
|
||||
|
||||
@@ -5,12 +5,14 @@ The Regents of The University of Michigan
|
||||
All Rights Reserved
|
||||
|
||||
|
||||
M5 compiled Sep 27 2008 21:33:04
|
||||
M5 revision 5571:7f81bb1690686883c5b93e8343068a001faf5083
|
||||
M5 commit date Sat Sep 27 21:03:50 2008 -0700
|
||||
M5 started Sep 27 2008 21:41:47
|
||||
M5 executing on piton
|
||||
M5 compiled Oct 8 2008 20:20:37
|
||||
M5 revision 5641:1033c9f7de3f63b99accb1f06962921c3b61b617
|
||||
M5 commit date Wed Oct 08 20:18:02 2008 -0700
|
||||
M5 started Oct 8 2008 20:20:39
|
||||
M5 executing on tater
|
||||
command line: build/X86_SE/m5.fast -d build/X86_SE/tests/fast/long/70.twolf/x86/linux/simple-atomic -re --stdout-file stdout --stderr-file stderr tests/run.py long/70.twolf/x86/linux/simple-atomic
|
||||
Couldn't unlink build/X86_SE/tests/fast/long/70.twolf/x86/linux/simple-atomic/smred.sav
|
||||
Couldn't unlink build/X86_SE/tests/fast/long/70.twolf/x86/linux/simple-atomic/smred.sv2
|
||||
Global frequency set at 1000000000000 ticks per second
|
||||
|
||||
TimberWolfSC version:v4.3a date:Mon Jan 25 18:50:36 EST 1988
|
||||
@@ -25,4 +27,4 @@ Authors: Carl Sechen, Bill Swartz
|
||||
76 77 78 79 80 81 82 83 84 85 86 87 88 89 90
|
||||
91 92 93 94 95 96 97 98 99 100 101 102 103 104 105
|
||||
106 107 108 109 110 111 112 113 114 115 116 117 118 119 120
|
||||
122 123 124 Exiting @ tick 130009435500 because target called exit()
|
||||
122 123 124 Exiting @ tick 130009373500 because target called exit()
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
|
||||
---------- Begin Simulation Statistics ----------
|
||||
host_inst_rate 67755 # Simulator instruction rate (inst/s)
|
||||
host_mem_usage 190344 # Number of bytes of host memory used
|
||||
host_seconds 0.14 # Real time elapsed on the host
|
||||
host_tick_rate 39312509 # Simulator tick rate (ticks/s)
|
||||
host_inst_rate 8984 # Simulator instruction rate (inst/s)
|
||||
host_mem_usage 189888 # Number of bytes of host memory used
|
||||
host_seconds 1.06 # Real time elapsed on the host
|
||||
host_tick_rate 5221453 # Simulator tick rate (ticks/s)
|
||||
sim_freq 1000000000000 # Frequency of simulated ticks
|
||||
sim_insts 9551 # Number of instructions simulated
|
||||
sim_insts 9493 # Number of instructions simulated
|
||||
sim_seconds 0.000006 # Number of seconds simulated
|
||||
sim_ticks 5549000 # Number of ticks simulated
|
||||
sim_ticks 5518000 # 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 11099 # number of cpu cycles simulated
|
||||
system.cpu.num_insts 9551 # Number of instructions executed
|
||||
system.cpu.numCycles 11037 # number of cpu cycles simulated
|
||||
system.cpu.num_insts 9493 # Number of instructions executed
|
||||
system.cpu.num_refs 2003 # Number of memory references
|
||||
system.cpu.workload.PROG:num_syscalls 11 # Number of system calls
|
||||
|
||||
|
||||
@@ -5,12 +5,12 @@ The Regents of The University of Michigan
|
||||
All Rights Reserved
|
||||
|
||||
|
||||
M5 compiled Sep 27 2008 21:33:04
|
||||
M5 revision 5571:7f81bb1690686883c5b93e8343068a001faf5083
|
||||
M5 commit date Sat Sep 27 21:03:50 2008 -0700
|
||||
M5 started Sep 27 2008 21:41:59
|
||||
M5 executing on piton
|
||||
M5 compiled Oct 8 2008 20:20:37
|
||||
M5 revision 5641:1033c9f7de3f63b99accb1f06962921c3b61b617
|
||||
M5 commit date Wed Oct 08 20:18:02 2008 -0700
|
||||
M5 started Oct 8 2008 20:20:39
|
||||
M5 executing on tater
|
||||
command line: build/X86_SE/m5.fast -d build/X86_SE/tests/fast/quick/00.hello/x86/linux/simple-atomic -re --stdout-file stdout --stderr-file stderr tests/run.py quick/00.hello/x86/linux/simple-atomic
|
||||
Global frequency set at 1000000000000 ticks per second
|
||||
Hello world!
|
||||
Exiting @ tick 5549000 because target called exit()
|
||||
Exiting @ tick 5518000 because target called exit()
|
||||
|
||||
Reference in New Issue
Block a user