changeset be1c1059438b in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=be1c1059438b
description:
Stats: Remove the reference stats that are no longer present
This patch simply removes the commitCommittedInsts and
commitCommittedOps from the reference statistics, following their
removal from the CPU.
diffstat:
tests/long/fs/10.linux-boot/ref/alpha/linux/tsunami-o3-dual/stats.txt
| 4 ----
tests/long/fs/10.linux-boot/ref/alpha/linux/tsunami-o3/stats.txt
| 2 --
tests/long/fs/10.linux-boot/ref/arm/linux/realview-o3-checker/stats.txt
| 2 --
tests/long/fs/10.linux-boot/ref/arm/linux/realview-o3-dual/stats.txt
| 4 ----
tests/long/fs/10.linux-boot/ref/arm/linux/realview-o3/stats.txt
| 2 --
tests/long/fs/10.linux-boot/ref/x86/linux/pc-o3-timing/stats.txt
| 2 --
tests/long/se/00.gzip/ref/alpha/tru64/o3-timing/stats.txt
| 2 --
tests/long/se/00.gzip/ref/arm/linux/o3-timing/stats.txt
| 2 --
tests/long/se/00.gzip/ref/sparc/linux/o3-timing/stats.txt
| 2 --
tests/long/se/00.gzip/ref/x86/linux/o3-timing/stats.txt
| 2 --
tests/long/se/10.mcf/ref/arm/linux/o3-timing/stats.txt
| 2 --
tests/long/se/10.mcf/ref/x86/linux/o3-timing/stats.txt
| 2 --
tests/long/se/20.parser/ref/arm/linux/o3-timing/stats.txt
| 2 --
tests/long/se/20.parser/ref/x86/linux/o3-timing/stats.txt
| 2 --
tests/long/se/30.eon/ref/alpha/tru64/o3-timing/stats.txt
| 2 --
tests/long/se/30.eon/ref/arm/linux/o3-timing/stats.txt
| 2 --
tests/long/se/40.perlbmk/ref/alpha/tru64/o3-timing/stats.txt
| 2 --
tests/long/se/40.perlbmk/ref/arm/linux/o3-timing/stats.txt
| 2 --
tests/long/se/50.vortex/ref/alpha/tru64/o3-timing/stats.txt
| 2 --
tests/long/se/50.vortex/ref/arm/linux/o3-timing/stats.txt
| 2 --
tests/long/se/60.bzip2/ref/alpha/tru64/o3-timing/stats.txt
| 2 --
tests/long/se/60.bzip2/ref/arm/linux/o3-timing/stats.txt
| 2 --
tests/long/se/70.twolf/ref/alpha/tru64/o3-timing/stats.txt
| 2 --
tests/long/se/70.twolf/ref/arm/linux/o3-timing/stats.txt
| 2 --
tests/long/se/70.twolf/ref/x86/linux/o3-timing/stats.txt
| 2 --
tests/quick/se/00.hello/ref/alpha/linux/o3-timing/stats.txt
| 2 --
tests/quick/se/00.hello/ref/alpha/tru64/o3-timing/stats.txt
| 2 --
tests/quick/se/00.hello/ref/arm/linux/o3-timing-checker/stats.txt
| 2 --
tests/quick/se/00.hello/ref/arm/linux/o3-timing/stats.txt
| 2 --
tests/quick/se/00.hello/ref/mips/linux/o3-timing/stats.txt
| 2 --
tests/quick/se/00.hello/ref/power/linux/o3-timing/stats.txt
| 2 --
tests/quick/se/00.hello/ref/x86/linux/o3-timing/stats.txt
| 2 --
tests/quick/se/01.hello-2T-smt/ref/alpha/linux/o3-timing/stats.txt
| 2 --
tests/quick/se/02.insttest/ref/sparc/linux/o3-timing/stats.txt
| 2 --
tests/quick/se/20.eio-short/ref/alpha/eio/detailed/stats.txt
| 1 -
tests/quick/se/40.m5threads-test-atomic/ref/sparc/linux/o3-timing-mp/stats.txt
| 8 --------
36 files changed, 0 insertions(+), 81 deletions(-)
diffs (truncated from 476 to 300 lines):
diff -r dfc6a4ba338c -r be1c1059438b
tests/long/fs/10.linux-boot/ref/alpha/linux/tsunami-o3-dual/stats.txt
--- a/tests/long/fs/10.linux-boot/ref/alpha/linux/tsunami-o3-dual/stats.txt
Wed Sep 12 21:42:57 2012 -0500
+++ b/tests/long/fs/10.linux-boot/ref/alpha/linux/tsunami-o3-dual/stats.txt
Thu Sep 13 08:02:55 2012 -0400
@@ -704,8 +704,6 @@
system.cpu0.iew.wb_rate 0.442807 #
insts written-back per cycle
system.cpu0.iew.wb_fanout 0.739963 #
average fanout of values written-back
system.cpu0.iew.wb_penalized_rate 0 #
fraction of instructions written-back that wrote to 'other' IQ
-system.cpu0.commit.commitCommittedInsts 53500498 #
The number of committed instructions
-system.cpu0.commit.commitCommittedOps 53500498 #
The number of committed instructions
system.cpu0.commit.commitSquashedInsts 7330810 #
The number of squashed insts skipped by commit
system.cpu0.commit.commitNonSpecStalls 635616 #
The number of times commit has been forced to stall to communicate backwards
system.cpu0.commit.branchMispredicts 562628 #
The number of times a branch was mispredicted
@@ -1286,8 +1284,6 @@
system.cpu1.iew.wb_rate 0.566079 #
insts written-back per cycle
system.cpu1.iew.wb_fanout 0.719652 #
average fanout of values written-back
system.cpu1.iew.wb_penalized_rate 0 #
fraction of instructions written-back that wrote to 'other' IQ
-system.cpu1.commit.commitCommittedInsts 5954935 #
The number of committed instructions
-system.cpu1.commit.commitCommittedOps 5954935 #
The number of committed instructions
system.cpu1.commit.commitSquashedInsts 1244518 #
The number of squashed insts skipped by commit
system.cpu1.commit.commitNonSpecStalls 75662 #
The number of times commit has been forced to stall to communicate backwards
system.cpu1.commit.branchMispredicts 99560 #
The number of times a branch was mispredicted
diff -r dfc6a4ba338c -r be1c1059438b
tests/long/fs/10.linux-boot/ref/alpha/linux/tsunami-o3/stats.txt
--- a/tests/long/fs/10.linux-boot/ref/alpha/linux/tsunami-o3/stats.txt Wed Sep
12 21:42:57 2012 -0500
+++ b/tests/long/fs/10.linux-boot/ref/alpha/linux/tsunami-o3/stats.txt Thu Sep
13 08:02:55 2012 -0400
@@ -587,8 +587,6 @@
system.cpu.iew.wb_rate 0.450273 #
insts written-back per cycle
system.cpu.iew.wb_fanout 0.737837 #
average fanout of values written-back
system.cpu.iew.wb_penalized_rate 0 #
fraction of instructions written-back that wrote to 'other' IQ
-system.cpu.commit.commitCommittedInsts 56104643 #
The number of committed instructions
-system.cpu.commit.commitCommittedOps 56104643 #
The number of committed instructions
system.cpu.commit.commitSquashedInsts 8193317 #
The number of squashed insts skipped by commit
system.cpu.commit.commitNonSpecStalls 665267 #
The number of times commit has been forced to stall to communicate backwards
system.cpu.commit.branchMispredicts 615735 #
The number of times a branch was mispredicted
diff -r dfc6a4ba338c -r be1c1059438b
tests/long/fs/10.linux-boot/ref/arm/linux/realview-o3-checker/stats.txt
--- a/tests/long/fs/10.linux-boot/ref/arm/linux/realview-o3-checker/stats.txt
Wed Sep 12 21:42:57 2012 -0500
+++ b/tests/long/fs/10.linux-boot/ref/arm/linux/realview-o3-checker/stats.txt
Thu Sep 13 08:02:55 2012 -0400
@@ -641,8 +641,6 @@
system.cpu.iew.wb_rate 0.179522 #
insts written-back per cycle
system.cpu.iew.wb_fanout 0.549770 #
average fanout of values written-back
system.cpu.iew.wb_penalized_rate 0 #
fraction of instructions written-back that wrote to 'other' IQ
-system.cpu.commit.commitCommittedInsts 60758719 #
The number of committed instructions
-system.cpu.commit.commitCommittedOps 78111318 #
The number of committed instructions
system.cpu.commit.commitSquashedInsts 24740610 #
The number of squashed insts skipped by commit
system.cpu.commit.commitNonSpecStalls 1545198 #
The number of times commit has been forced to stall to communicate backwards
system.cpu.commit.branchMispredicts 625619 #
The number of times a branch was mispredicted
diff -r dfc6a4ba338c -r be1c1059438b
tests/long/fs/10.linux-boot/ref/arm/linux/realview-o3-dual/stats.txt
--- a/tests/long/fs/10.linux-boot/ref/arm/linux/realview-o3-dual/stats.txt
Wed Sep 12 21:42:57 2012 -0500
+++ b/tests/long/fs/10.linux-boot/ref/arm/linux/realview-o3-dual/stats.txt
Thu Sep 13 08:02:55 2012 -0400
@@ -771,8 +771,6 @@
system.cpu0.iew.wb_rate 0.480756 #
insts written-back per cycle
system.cpu0.iew.wb_fanout 0.524445 #
average fanout of values written-back
system.cpu0.iew.wb_penalized_rate 0 #
fraction of instructions written-back that wrote to 'other' IQ
-system.cpu0.commit.commitCommittedInsts 24280608 #
The number of committed instructions
-system.cpu0.commit.commitCommittedOps 32020757 #
The number of committed instructions
system.cpu0.commit.commitSquashedInsts 6703968 #
The number of squashed insts skipped by commit
system.cpu0.commit.commitNonSpecStalls 689136 #
The number of times commit has been forced to stall to communicate backwards
system.cpu0.commit.branchMispredicts 267907 #
The number of times a branch was mispredicted
@@ -1347,8 +1345,6 @@
system.cpu1.iew.wb_rate 0.132714 #
insts written-back per cycle
system.cpu1.iew.wb_fanout 0.564304 #
average fanout of values written-back
system.cpu1.iew.wb_penalized_rate 0 #
fraction of instructions written-back that wrote to 'other' IQ
-system.cpu1.commit.commitCommittedInsts 38947564 #
The number of committed instructions
-system.cpu1.commit.commitCommittedOps 49311547 #
The number of committed instructions
system.cpu1.commit.commitSquashedInsts 19037243 #
The number of squashed insts skipped by commit
system.cpu1.commit.commitNonSpecStalls 919803 #
The number of times commit has been forced to stall to communicate backwards
system.cpu1.commit.branchMispredicts 377326 #
The number of times a branch was mispredicted
diff -r dfc6a4ba338c -r be1c1059438b
tests/long/fs/10.linux-boot/ref/arm/linux/realview-o3/stats.txt
--- a/tests/long/fs/10.linux-boot/ref/arm/linux/realview-o3/stats.txt Wed Sep
12 21:42:57 2012 -0500
+++ b/tests/long/fs/10.linux-boot/ref/arm/linux/realview-o3/stats.txt Thu Sep
13 08:02:55 2012 -0400
@@ -596,8 +596,6 @@
system.cpu.iew.wb_rate 0.179522 #
insts written-back per cycle
system.cpu.iew.wb_fanout 0.549770 #
average fanout of values written-back
system.cpu.iew.wb_penalized_rate 0 #
fraction of instructions written-back that wrote to 'other' IQ
-system.cpu.commit.commitCommittedInsts 60758719 #
The number of committed instructions
-system.cpu.commit.commitCommittedOps 78111318 #
The number of committed instructions
system.cpu.commit.commitSquashedInsts 24740610 #
The number of squashed insts skipped by commit
system.cpu.commit.commitNonSpecStalls 1545198 #
The number of times commit has been forced to stall to communicate backwards
system.cpu.commit.branchMispredicts 625619 #
The number of times a branch was mispredicted
diff -r dfc6a4ba338c -r be1c1059438b
tests/long/fs/10.linux-boot/ref/x86/linux/pc-o3-timing/stats.txt
--- a/tests/long/fs/10.linux-boot/ref/x86/linux/pc-o3-timing/stats.txt Wed Sep
12 21:42:57 2012 -0500
+++ b/tests/long/fs/10.linux-boot/ref/x86/linux/pc-o3-timing/stats.txt Thu Sep
13 08:02:55 2012 -0400
@@ -614,8 +614,6 @@
system.cpu.iew.wb_rate 1.759765 #
insts written-back per cycle
system.cpu.iew.wb_fanout 0.611996 #
average fanout of values written-back
system.cpu.iew.wb_penalized_rate 0 #
fraction of instructions written-back that wrote to 'other' IQ
-system.cpu.commit.commitCommittedInsts 407876198 #
The number of committed instructions
-system.cpu.commit.commitCommittedOps 806280456 #
The number of committed instructions
system.cpu.commit.commitSquashedInsts 24913133 #
The number of squashed insts skipped by commit
system.cpu.commit.commitNonSpecStalls 1050144 #
The number of times commit has been forced to stall to communicate backwards
system.cpu.commit.branchMispredicts 1202812 #
The number of times a branch was mispredicted
diff -r dfc6a4ba338c -r be1c1059438b
tests/long/se/00.gzip/ref/alpha/tru64/o3-timing/stats.txt
--- a/tests/long/se/00.gzip/ref/alpha/tru64/o3-timing/stats.txt Wed Sep 12
21:42:57 2012 -0500
+++ b/tests/long/se/00.gzip/ref/alpha/tru64/o3-timing/stats.txt Thu Sep 13
08:02:55 2012 -0400
@@ -286,8 +286,6 @@
system.cpu.iew.wb_rate 2.210136 #
insts written-back per cycle
system.cpu.iew.wb_fanout 0.783974 #
average fanout of values written-back
system.cpu.iew.wb_penalized_rate 0 #
fraction of instructions written-back that wrote to 'other' IQ
-system.cpu.commit.commitCommittedInsts 601856963 #
The number of committed instructions
-system.cpu.commit.commitCommittedOps 601856963 #
The number of committed instructions
system.cpu.commit.commitSquashedInsts 69254422 #
The number of squashed insts skipped by commit
system.cpu.commit.commitNonSpecStalls 17 #
The number of times commit has been forced to stall to communicate backwards
system.cpu.commit.branchMispredicts 3048560 #
The number of times a branch was mispredicted
diff -r dfc6a4ba338c -r be1c1059438b
tests/long/se/00.gzip/ref/arm/linux/o3-timing/stats.txt
--- a/tests/long/se/00.gzip/ref/arm/linux/o3-timing/stats.txt Wed Sep 12
21:42:57 2012 -0500
+++ b/tests/long/se/00.gzip/ref/arm/linux/o3-timing/stats.txt Thu Sep 13
08:02:55 2012 -0400
@@ -297,8 +297,6 @@
system.cpu.iew.wb_rate 1.937324 #
insts written-back per cycle
system.cpu.iew.wb_fanout 0.644082 #
average fanout of values written-back
system.cpu.iew.wb_penalized_rate 0 #
fraction of instructions written-back that wrote to 'other' IQ
-system.cpu.commit.commitCommittedInsts 570052771 #
The number of committed instructions
-system.cpu.commit.commitCommittedOps 602360977 #
The number of committed instructions
system.cpu.commit.commitSquashedInsts 79830456 #
The number of squashed insts skipped by commit
system.cpu.commit.commitNonSpecStalls 2931 #
The number of times commit has been forced to stall to communicate backwards
system.cpu.commit.branchMispredicts 2422889 #
The number of times a branch was mispredicted
diff -r dfc6a4ba338c -r be1c1059438b
tests/long/se/00.gzip/ref/sparc/linux/o3-timing/stats.txt
--- a/tests/long/se/00.gzip/ref/sparc/linux/o3-timing/stats.txt Wed Sep 12
21:42:57 2012 -0500
+++ b/tests/long/se/00.gzip/ref/sparc/linux/o3-timing/stats.txt Thu Sep 13
08:02:55 2012 -0400
@@ -251,8 +251,6 @@
system.cpu.iew.wb_rate 1.866654 #
insts written-back per cycle
system.cpu.iew.wb_fanout 0.957807 #
average fanout of values written-back
system.cpu.iew.wb_penalized_rate 0 #
fraction of instructions written-back that wrote to 'other' IQ
-system.cpu.commit.commitCommittedInsts 1485108088 #
The number of committed instructions
-system.cpu.commit.commitCommittedOps 1489523282 #
The number of committed instructions
system.cpu.commit.commitSquashedInsts 124161815 #
The number of squashed insts skipped by commit
system.cpu.commit.commitNonSpecStalls 2243671 #
The number of times commit has been forced to stall to communicate backwards
system.cpu.commit.branchMispredicts 3785239 #
The number of times a branch was mispredicted
diff -r dfc6a4ba338c -r be1c1059438b
tests/long/se/00.gzip/ref/x86/linux/o3-timing/stats.txt
--- a/tests/long/se/00.gzip/ref/x86/linux/o3-timing/stats.txt Wed Sep 12
21:42:57 2012 -0500
+++ b/tests/long/se/00.gzip/ref/x86/linux/o3-timing/stats.txt Thu Sep 13
08:02:55 2012 -0400
@@ -252,8 +252,6 @@
system.cpu.iew.wb_rate 1.414980 #
insts written-back per cycle
system.cpu.iew.wb_fanout 0.693153 #
average fanout of values written-back
system.cpu.iew.wb_penalized_rate 0 #
fraction of instructions written-back that wrote to 'other' IQ
-system.cpu.commit.commitCommittedInsts 880025277 #
The number of committed instructions
-system.cpu.commit.commitCommittedOps 1621493925 #
The number of committed instructions
system.cpu.commit.commitSquashedInsts 389506426 #
The number of squashed insts skipped by commit
system.cpu.commit.commitNonSpecStalls 50 #
The number of times commit has been forced to stall to communicate backwards
system.cpu.commit.branchMispredicts 26678961 #
The number of times a branch was mispredicted
diff -r dfc6a4ba338c -r be1c1059438b
tests/long/se/10.mcf/ref/arm/linux/o3-timing/stats.txt
--- a/tests/long/se/10.mcf/ref/arm/linux/o3-timing/stats.txt Wed Sep 12
21:42:57 2012 -0500
+++ b/tests/long/se/10.mcf/ref/arm/linux/o3-timing/stats.txt Thu Sep 13
08:02:55 2012 -0400
@@ -290,8 +290,6 @@
system.cpu.iew.wb_rate 1.802842 #
insts written-back per cycle
system.cpu.iew.wb_fanout 0.602043 #
average fanout of values written-back
system.cpu.iew.wb_penalized_rate 0 #
fraction of instructions written-back that wrote to 'other' IQ
-system.cpu.commit.commitCommittedInsts 90611977 #
The number of committed instructions
-system.cpu.commit.commitCommittedOps 91262530 #
The number of committed instructions
system.cpu.commit.commitSquashedInsts 27941572 #
The number of squashed insts skipped by commit
system.cpu.commit.commitNonSpecStalls 10132 #
The number of times commit has been forced to stall to communicate backwards
system.cpu.commit.branchMispredicts 892650 #
The number of times a branch was mispredicted
diff -r dfc6a4ba338c -r be1c1059438b
tests/long/se/10.mcf/ref/x86/linux/o3-timing/stats.txt
--- a/tests/long/se/10.mcf/ref/x86/linux/o3-timing/stats.txt Wed Sep 12
21:42:57 2012 -0500
+++ b/tests/long/se/10.mcf/ref/x86/linux/o3-timing/stats.txt Thu Sep 13
08:02:55 2012 -0400
@@ -252,8 +252,6 @@
system.cpu.iew.wb_rate 2.366791 #
insts written-back per cycle
system.cpu.iew.wb_fanout 0.725724 #
average fanout of values written-back
system.cpu.iew.wb_penalized_rate 0 #
fraction of instructions written-back that wrote to 'other' IQ
-system.cpu.commit.commitCommittedInsts 157988547 #
The number of committed instructions
-system.cpu.commit.commitCommittedOps 278192462 #
The number of committed instructions
system.cpu.commit.commitSquashedInsts 45269554 #
The number of squashed insts skipped by commit
system.cpu.commit.commitNonSpecStalls 446 #
The number of times commit has been forced to stall to communicate backwards
system.cpu.commit.branchMispredicts 1085338 #
The number of times a branch was mispredicted
diff -r dfc6a4ba338c -r be1c1059438b
tests/long/se/20.parser/ref/arm/linux/o3-timing/stats.txt
--- a/tests/long/se/20.parser/ref/arm/linux/o3-timing/stats.txt Wed Sep 12
21:42:57 2012 -0500
+++ b/tests/long/se/20.parser/ref/arm/linux/o3-timing/stats.txt Thu Sep 13
08:02:55 2012 -0400
@@ -297,8 +297,6 @@
system.cpu.iew.wb_rate 1.528776 #
insts written-back per cycle
system.cpu.iew.wb_fanout 0.582910 #
average fanout of values written-back
system.cpu.iew.wb_penalized_rate 0 #
fraction of instructions written-back that wrote to 'other' IQ
-system.cpu.commit.commitCommittedInsts 510299027 #
The number of committed instructions
-system.cpu.commit.commitCommittedOps 574685587 #
The number of committed instructions
system.cpu.commit.commitSquashedInsts 201955385 #
The number of squashed insts skipped by commit
system.cpu.commit.commitNonSpecStalls 3721116 #
The number of times commit has been forced to stall to communicate backwards
system.cpu.commit.branchMispredicts 9921280 #
The number of times a branch was mispredicted
diff -r dfc6a4ba338c -r be1c1059438b
tests/long/se/20.parser/ref/x86/linux/o3-timing/stats.txt
--- a/tests/long/se/20.parser/ref/x86/linux/o3-timing/stats.txt Wed Sep 12
21:42:57 2012 -0500
+++ b/tests/long/se/20.parser/ref/x86/linux/o3-timing/stats.txt Thu Sep 13
08:02:55 2012 -0400
@@ -252,8 +252,6 @@
system.cpu.iew.wb_rate 2.067795 #
insts written-back per cycle
system.cpu.iew.wb_fanout 0.683379 #
average fanout of values written-back
system.cpu.iew.wb_penalized_rate 0 #
fraction of instructions written-back that wrote to 'other' IQ
-system.cpu.commit.commitCommittedInsts 826877109 #
The number of committed instructions
-system.cpu.commit.commitCommittedOps 1528988699 #
The number of committed instructions
system.cpu.commit.commitSquashedInsts 559448088 #
The number of squashed insts skipped by commit
system.cpu.commit.commitNonSpecStalls 553 #
The number of times commit has been forced to stall to communicate backwards
system.cpu.commit.branchMispredicts 14421135 #
The number of times a branch was mispredicted
diff -r dfc6a4ba338c -r be1c1059438b
tests/long/se/30.eon/ref/alpha/tru64/o3-timing/stats.txt
--- a/tests/long/se/30.eon/ref/alpha/tru64/o3-timing/stats.txt Wed Sep 12
21:42:57 2012 -0500
+++ b/tests/long/se/30.eon/ref/alpha/tru64/o3-timing/stats.txt Thu Sep 13
08:02:55 2012 -0400
@@ -279,8 +279,6 @@
system.cpu.iew.wb_rate 2.493322 #
insts written-back per cycle
system.cpu.iew.wb_fanout 0.714342 #
average fanout of values written-back
system.cpu.iew.wb_penalized_rate 0 #
fraction of instructions written-back that wrote to 'other' IQ
-system.cpu.commit.commitCommittedInsts 398664583 #
The number of committed instructions
-system.cpu.commit.commitCommittedOps 398664583 #
The number of committed instructions
system.cpu.commit.commitSquashedInsts 42764408 #
The number of squashed insts skipped by commit
system.cpu.commit.commitNonSpecStalls 215 #
The number of times commit has been forced to stall to communicate backwards
system.cpu.commit.branchMispredicts 1602444 #
The number of times a branch was mispredicted
diff -r dfc6a4ba338c -r be1c1059438b
tests/long/se/30.eon/ref/arm/linux/o3-timing/stats.txt
--- a/tests/long/se/30.eon/ref/arm/linux/o3-timing/stats.txt Wed Sep 12
21:42:57 2012 -0500
+++ b/tests/long/se/30.eon/ref/arm/linux/o3-timing/stats.txt Thu Sep 13
08:02:55 2012 -0400
@@ -290,8 +290,6 @@
system.cpu.iew.wb_rate 2.607508 #
insts written-back per cycle
system.cpu.iew.wb_fanout 0.502437 #
average fanout of values written-back
system.cpu.iew.wb_penalized_rate 0 #
fraction of instructions written-back that wrote to 'other' IQ
-system.cpu.commit.commitCommittedInsts 273049078 #
The number of committed instructions
-system.cpu.commit.commitCommittedOps 349076802 #
The number of committed instructions
system.cpu.commit.commitSquashedInsts 43967644 #
The number of squashed insts skipped by commit
system.cpu.commit.commitNonSpecStalls 24482 #
The number of times commit has been forced to stall to communicate backwards
system.cpu.commit.branchMispredicts 2096481 #
The number of times a branch was mispredicted
diff -r dfc6a4ba338c -r be1c1059438b
tests/long/se/40.perlbmk/ref/alpha/tru64/o3-timing/stats.txt
--- a/tests/long/se/40.perlbmk/ref/alpha/tru64/o3-timing/stats.txt Wed Sep
12 21:42:57 2012 -0500
+++ b/tests/long/se/40.perlbmk/ref/alpha/tru64/o3-timing/stats.txt Thu Sep
13 08:02:55 2012 -0400
@@ -286,8 +286,6 @@
system.cpu.iew.wb_rate 1.624227 #
insts written-back per cycle
system.cpu.iew.wb_fanout 0.675442 #
average fanout of values written-back
system.cpu.iew.wb_penalized_rate 0 #
fraction of instructions written-back that wrote to 'other' IQ
-system.cpu.commit.commitCommittedInsts 2008987604 #
The number of committed instructions
-system.cpu.commit.commitCommittedOps 2008987604 #
The number of committed instructions
system.cpu.commit.commitSquashedInsts 980398498 #
The number of squashed insts skipped by commit
system.cpu.commit.commitNonSpecStalls 39 #
The number of times commit has been forced to stall to communicate backwards
system.cpu.commit.branchMispredicts 27578641 #
The number of times a branch was mispredicted
diff -r dfc6a4ba338c -r be1c1059438b
tests/long/se/40.perlbmk/ref/arm/linux/o3-timing/stats.txt
--- a/tests/long/se/40.perlbmk/ref/arm/linux/o3-timing/stats.txt Wed Sep
12 21:42:57 2012 -0500
+++ b/tests/long/se/40.perlbmk/ref/arm/linux/o3-timing/stats.txt Thu Sep
13 08:02:55 2012 -0400
@@ -297,8 +297,6 @@
system.cpu.iew.wb_rate 1.740623 #
insts written-back per cycle
system.cpu.iew.wb_fanout 0.534829 #
average fanout of values written-back
system.cpu.iew.wb_penalized_rate 0 #
fraction of instructions written-back that wrote to 'other' IQ
-system.cpu.commit.commitCommittedInsts 1384389721 #
The number of committed instructions
-system.cpu.commit.commitCommittedOps 1885344473 #
The number of committed instructions
system.cpu.commit.commitSquashedInsts 1319039983 #
The number of squashed insts skipped by commit
system.cpu.commit.commitNonSpecStalls 23007 #
The number of times commit has been forced to stall to communicate backwards
system.cpu.commit.branchMispredicts 41626374 #
The number of times a branch was mispredicted
diff -r dfc6a4ba338c -r be1c1059438b
tests/long/se/50.vortex/ref/alpha/tru64/o3-timing/stats.txt
--- a/tests/long/se/50.vortex/ref/alpha/tru64/o3-timing/stats.txt Wed Sep
12 21:42:57 2012 -0500
+++ b/tests/long/se/50.vortex/ref/alpha/tru64/o3-timing/stats.txt Thu Sep
13 08:02:55 2012 -0400
@@ -286,8 +286,6 @@
system.cpu.iew.wb_rate 2.018743 #
insts written-back per cycle
system.cpu.iew.wb_fanout 0.762266 #
average fanout of values written-back
system.cpu.iew.wb_penalized_rate 0 #
fraction of instructions written-back that wrote to 'other' IQ
-system.cpu.commit.commitCommittedInsts 88340672 #
The number of committed instructions
-system.cpu.commit.commitCommittedOps 88340672 #
The number of committed instructions
system.cpu.commit.commitSquashedInsts 9533571 #
The number of squashed insts skipped by commit
system.cpu.commit.commitNonSpecStalls 4583 #
The number of times commit has been forced to stall to communicate backwards
system.cpu.commit.branchMispredicts 369490 #
The number of times a branch was mispredicted
diff -r dfc6a4ba338c -r be1c1059438b
tests/long/se/50.vortex/ref/arm/linux/o3-timing/stats.txt
--- a/tests/long/se/50.vortex/ref/arm/linux/o3-timing/stats.txt Wed Sep 12
21:42:57 2012 -0500
+++ b/tests/long/se/50.vortex/ref/arm/linux/o3-timing/stats.txt Thu Sep 13
08:02:55 2012 -0400
@@ -297,8 +297,6 @@
system.cpu.iew.wb_rate 2.175471 #
insts written-back per cycle
system.cpu.iew.wb_fanout 0.514739 #
average fanout of values written-back
system.cpu.iew.wb_penalized_rate 0 #
fraction of instructions written-back that wrote to 'other' IQ
-system.cpu.commit.commitCommittedInsts 70929376 #
The number of committed instructions
-system.cpu.commit.commitCommittedOps 100648623 #
The number of committed instructions
system.cpu.commit.commitSquashedInsts 12825262 #
The number of squashed insts skipped by commit
system.cpu.commit.commitNonSpecStalls 37025 #
The number of times commit has been forced to stall to communicate backwards
system.cpu.commit.branchMispredicts 616891 #
The number of times a branch was mispredicted
diff -r dfc6a4ba338c -r be1c1059438b
tests/long/se/60.bzip2/ref/alpha/tru64/o3-timing/stats.txt
--- a/tests/long/se/60.bzip2/ref/alpha/tru64/o3-timing/stats.txt Wed Sep
12 21:42:57 2012 -0500
+++ b/tests/long/se/60.bzip2/ref/alpha/tru64/o3-timing/stats.txt Thu Sep
13 08:02:55 2012 -0400
@@ -286,8 +286,6 @@
system.cpu.iew.wb_rate 1.928561 #
insts written-back per cycle
system.cpu.iew.wb_fanout 0.789527 #
average fanout of values written-back
system.cpu.iew.wb_penalized_rate 0 #
fraction of instructions written-back that wrote to 'other' IQ
-system.cpu.commit.commitCommittedInsts 1819780126 #
The number of committed instructions
-system.cpu.commit.commitCommittedOps 1819780126 #
The number of committed instructions
system.cpu.commit.commitSquashedInsts 793041487 #
The number of squashed insts skipped by commit
system.cpu.commit.commitNonSpecStalls 29 #
The number of times commit has been forced to stall to communicate backwards
system.cpu.commit.branchMispredicts 19005172 #
The number of times a branch was mispredicted
diff -r dfc6a4ba338c -r be1c1059438b
tests/long/se/60.bzip2/ref/arm/linux/o3-timing/stats.txt
--- a/tests/long/se/60.bzip2/ref/arm/linux/o3-timing/stats.txt Wed Sep 12
21:42:57 2012 -0500
+++ b/tests/long/se/60.bzip2/ref/arm/linux/o3-timing/stats.txt Thu Sep 13
08:02:55 2012 -0400
@@ -297,8 +297,6 @@
system.cpu.iew.wb_rate 2.046555 #
insts written-back per cycle
system.cpu.iew.wb_fanout 0.626701 #
average fanout of values written-back
system.cpu.iew.wb_penalized_rate 0 #
fraction of instructions written-back that wrote to 'other' IQ
-system.cpu.commit.commitCommittedInsts 1544563046 #
The number of committed instructions
-system.cpu.commit.commitCommittedOps 1723073858 #
The number of committed instructions
system.cpu.commit.commitSquashedInsts 476570852 #
The number of squashed insts skipped by commit
system.cpu.commit.commitNonSpecStalls 171 #
The number of times commit has been forced to stall to communicate backwards
system.cpu.commit.branchMispredicts 16105557 #
The number of times a branch was mispredicted
diff -r dfc6a4ba338c -r be1c1059438b
tests/long/se/70.twolf/ref/alpha/tru64/o3-timing/stats.txt
--- a/tests/long/se/70.twolf/ref/alpha/tru64/o3-timing/stats.txt Wed Sep
12 21:42:57 2012 -0500
+++ b/tests/long/se/70.twolf/ref/alpha/tru64/o3-timing/stats.txt Thu Sep
13 08:02:55 2012 -0400
@@ -279,8 +279,6 @@
system.cpu.iew.wb_rate 1.995621 #
insts written-back per cycle
system.cpu.iew.wb_fanout 0.717989 #
average fanout of values written-back
system.cpu.iew.wb_penalized_rate 0 #
fraction of instructions written-back that wrote to 'other' IQ
-system.cpu.commit.commitCommittedInsts 91903055 #
The number of committed instructions
-system.cpu.commit.commitCommittedOps 91903055 #
The number of committed instructions
system.cpu.commit.commitSquashedInsts 24565165 #
The number of squashed insts skipped by commit
system.cpu.commit.commitNonSpecStalls 389 #
The number of times commit has been forced to stall to communicate backwards
system.cpu.commit.branchMispredicts 952869 #
The number of times a branch was mispredicted
diff -r dfc6a4ba338c -r be1c1059438b
tests/long/se/70.twolf/ref/arm/linux/o3-timing/stats.txt
--- a/tests/long/se/70.twolf/ref/arm/linux/o3-timing/stats.txt Wed Sep 12
21:42:57 2012 -0500
+++ b/tests/long/se/70.twolf/ref/arm/linux/o3-timing/stats.txt Thu Sep 13
08:02:55 2012 -0400
@@ -291,8 +291,6 @@
system.cpu.iew.wb_rate 1.594464 #
insts written-back per cycle
system.cpu.iew.wb_fanout 0.557554 #
average fanout of values written-back
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev