diff options
author | Andreas Hansson <andreas.hansson@arm.com> | 2013-03-26 14:47:03 -0400 |
---|---|---|
committer | Andreas Hansson <andreas.hansson@arm.com> | 2013-03-26 14:47:03 -0400 |
commit | a84d026538c592d06cc6db7fff4967f4e78447ac (patch) | |
tree | bb4552a895923a36efcf0669500c18264e849462 /tests/long/se/60.bzip2 | |
parent | 87089175ccdbec433668765b32b608fe266b7ebf (diff) | |
download | gem5-a84d026538c592d06cc6db7fff4967f4e78447ac.tar.xz |
stats: Update stats for cache retry event check
This patch updates the stats for the affected stats. All the changes
are minimal (in the <0.01% range).
Diffstat (limited to 'tests/long/se/60.bzip2')
-rw-r--r-- | tests/long/se/60.bzip2/ref/arm/linux/o3-timing/stats.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/long/se/60.bzip2/ref/arm/linux/o3-timing/stats.txt b/tests/long/se/60.bzip2/ref/arm/linux/o3-timing/stats.txt index 765d31514..35a9cfd7a 100644 --- a/tests/long/se/60.bzip2/ref/arm/linux/o3-timing/stats.txt +++ b/tests/long/se/60.bzip2/ref/arm/linux/o3-timing/stats.txt @@ -408,7 +408,7 @@ system.cpu.iew.lsq.thread0.squashedStores 46135476 # N system.cpu.iew.lsq.thread0.invAddrSwpfs 0 # Number of software prefetches ignored due to an invalid address system.cpu.iew.lsq.thread0.blockedLoads 0 # Number of blocked loads due to partial load-store forwarding system.cpu.iew.lsq.thread0.rescheduledLoads 7 # Number of loads that were rescheduled -system.cpu.iew.lsq.thread0.cacheBlocked 4656763 # Number of times an access to memory failed due to the cache being blocked +system.cpu.iew.lsq.thread0.cacheBlocked 4656762 # Number of times an access to memory failed due to the cache being blocked system.cpu.iew.iewIdleCycles 0 # Number of cycles IEW is idle system.cpu.iew.iewSquashCycles 69891405 # Number of cycles IEW is squashing system.cpu.iew.iewBlockCycles 28868892 # Number of cycles IEW is blocking |