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/10.mcf/ref/x86 | |
parent | 0a44e16948fa7274a7890a2bb8710473122f5eca (diff) | |
download | gem5-5abbb84f02d4688956a6a042eca2fc0c02f60ae7.tar.xz |
stats: updates due to branch predictor warming
Diffstat (limited to 'tests/long/se/10.mcf/ref/x86')
-rw-r--r-- | tests/long/se/10.mcf/ref/x86/linux/simple-atomic/stats.txt | 1 | ||||
-rw-r--r-- | tests/long/se/10.mcf/ref/x86/linux/simple-timing/stats.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/long/se/10.mcf/ref/x86/linux/simple-atomic/stats.txt b/tests/long/se/10.mcf/ref/x86/linux/simple-atomic/stats.txt index 17feba7fa..2af726aad 100644 --- a/tests/long/se/10.mcf/ref/x86/linux/simple-atomic/stats.txt +++ b/tests/long/se/10.mcf/ref/x86/linux/simple-atomic/stats.txt @@ -65,5 +65,6 @@ system.cpu.num_idle_cycles 0 # Nu system.cpu.num_busy_cycles 337900081 # 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 29309705 # Number of branches fetched ---------- End Simulation Statistics ---------- diff --git a/tests/long/se/10.mcf/ref/x86/linux/simple-timing/stats.txt b/tests/long/se/10.mcf/ref/x86/linux/simple-timing/stats.txt index ba75a74b6..9f0a8c755 100644 --- a/tests/long/se/10.mcf/ref/x86/linux/simple-timing/stats.txt +++ b/tests/long/se/10.mcf/ref/x86/linux/simple-timing/stats.txt @@ -81,6 +81,7 @@ system.cpu.num_idle_cycles 0 # Nu system.cpu.num_busy_cycles 731978130 # 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 29309705 # Number of branches fetched system.cpu.icache.tags.replacements 24 # number of replacements system.cpu.icache.tags.tagsinuse 665.632508 # Cycle average of tags in use system.cpu.icache.tags.total_refs 217695357 # Total number of references to valid blocks. |