diff options
author | Nilay Vaish <nilay@cs.wisc.edu> | 2014-02-16 11:40:34 -0600 |
---|---|---|
committer | Nilay Vaish <nilay@cs.wisc.edu> | 2014-02-16 11:40:34 -0600 |
commit | 5abbb84f02d4688956a6a042eca2fc0c02f60ae7 (patch) | |
tree | 7c3373d68f29cb80e6378e3f0c5b3a6513d73d71 /tests/long/se/30.eon/ref/alpha | |
parent | 0a44e16948fa7274a7890a2bb8710473122f5eca (diff) | |
download | gem5-5abbb84f02d4688956a6a042eca2fc0c02f60ae7.tar.xz |
stats: updates due to branch predictor warming
Diffstat (limited to 'tests/long/se/30.eon/ref/alpha')
-rw-r--r-- | tests/long/se/30.eon/ref/alpha/tru64/simple-atomic/stats.txt | 1 | ||||
-rw-r--r-- | tests/long/se/30.eon/ref/alpha/tru64/simple-timing/stats.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/long/se/30.eon/ref/alpha/tru64/simple-atomic/stats.txt b/tests/long/se/30.eon/ref/alpha/tru64/simple-atomic/stats.txt index 2fdd2b1a5..1fcce529e 100644 --- a/tests/long/se/30.eon/ref/alpha/tru64/simple-atomic/stats.txt +++ b/tests/long/se/30.eon/ref/alpha/tru64/simple-atomic/stats.txt @@ -94,5 +94,6 @@ system.cpu.num_idle_cycles 0 # Nu system.cpu.num_busy_cycles 398664824 # Number of busy cycles system.cpu.not_idle_fraction 1 # Percentage of non-idle cycles system.cpu.idle_fraction 0 # Percentage of idle cycles +system.cpu.Branches 44587532 # Number of branches fetched ---------- End Simulation Statistics ---------- diff --git a/tests/long/se/30.eon/ref/alpha/tru64/simple-timing/stats.txt b/tests/long/se/30.eon/ref/alpha/tru64/simple-timing/stats.txt index 143a0b323..504ea284e 100644 --- a/tests/long/se/30.eon/ref/alpha/tru64/simple-timing/stats.txt +++ b/tests/long/se/30.eon/ref/alpha/tru64/simple-timing/stats.txt @@ -100,6 +100,7 @@ system.cpu.num_idle_cycles 0 # Nu system.cpu.num_busy_cycles 1134670186 # Number of busy cycles system.cpu.not_idle_fraction 1 # Percentage of non-idle cycles system.cpu.idle_fraction 0 # Percentage of idle cycles +system.cpu.Branches 44587535 # Number of branches fetched system.cpu.icache.tags.replacements 1769 # number of replacements system.cpu.icache.tags.tagsinuse 1795.138964 # Cycle average of tags in use system.cpu.icache.tags.total_refs 398660993 # Total number of references to valid blocks. |