diff options
author | Nilay Vaish <nilay@cs.wisc.edu> | 2015-11-16 04:58:29 -0600 |
---|---|---|
committer | Nilay Vaish <nilay@cs.wisc.edu> | 2015-11-16 04:58:29 -0600 |
commit | e1385784f2cd059727d60ce88cf76ea0f9bec282 (patch) | |
tree | a017c3eb937b6e2ef1e1a9de56edab52d2896506 /tests/long/se/40.perlbmk | |
parent | 1d268a1f2d871526a4ebd6536b672db4138b96ef (diff) | |
download | gem5-e1385784f2cd059727d60ce88cf76ea0f9bec282.tar.xz |
stats: remove wb_penalized and wb_penalized_rate
Diffstat (limited to 'tests/long/se/40.perlbmk')
-rw-r--r-- | tests/long/se/40.perlbmk/ref/alpha/tru64/o3-timing/stats.txt | 2 | ||||
-rw-r--r-- | tests/long/se/40.perlbmk/ref/arm/linux/o3-timing/stats.txt | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/tests/long/se/40.perlbmk/ref/alpha/tru64/o3-timing/stats.txt b/tests/long/se/40.perlbmk/ref/alpha/tru64/o3-timing/stats.txt index ba9bff2cb..a16b516f4 100644 --- a/tests/long/se/40.perlbmk/ref/alpha/tru64/o3-timing/stats.txt +++ b/tests/long/se/40.perlbmk/ref/alpha/tru64/o3-timing/stats.txt @@ -528,10 +528,8 @@ system.cpu.iew.wb_sent 971735602 # cu system.cpu.iew.wb_count 971169531 # cumulative count of insts written-back system.cpu.iew.wb_producers 554965093 # num instructions producing a value system.cpu.iew.wb_consumers 830941176 # num instructions consuming a value -system.cpu.iew.wb_penalized 0 # number of instrctions required to write to 'other' IQ system.cpu.iew.wb_rate 1.756730 # insts written-back per cycle system.cpu.iew.wb_fanout 0.667875 # 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.commitSquashedInsts 534547076 # The number of squashed insts skipped by commit system.cpu.commit.commitNonSpecStalls 37 # The number of times commit has been forced to stall to communicate backwards system.cpu.commit.branchMispredicts 11554519 # The number of times a branch was mispredicted diff --git a/tests/long/se/40.perlbmk/ref/arm/linux/o3-timing/stats.txt b/tests/long/se/40.perlbmk/ref/arm/linux/o3-timing/stats.txt index 52d6cf15b..9a207ffb1 100644 --- a/tests/long/se/40.perlbmk/ref/arm/linux/o3-timing/stats.txt +++ b/tests/long/se/40.perlbmk/ref/arm/linux/o3-timing/stats.txt @@ -623,10 +623,8 @@ system.cpu.iew.wb_sent 963726707 # cu system.cpu.iew.wb_count 960428223 # cumulative count of insts written-back system.cpu.iew.wb_producers 536045857 # num instructions producing a value system.cpu.iew.wb_consumers 893287669 # num instructions consuming a value -system.cpu.iew.wb_penalized 0 # number of instrctions required to write to 'other' IQ system.cpu.iew.wb_rate 1.061045 # insts written-back per cycle system.cpu.iew.wb_fanout 0.600082 # 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.commitSquashedInsts 357425551 # The number of squashed insts skipped by commit system.cpu.commit.commitNonSpecStalls 12154 # The number of times commit has been forced to stall to communicate backwards system.cpu.commit.branchMispredicts 15500881 # The number of times a branch was mispredicted |