base.hh (12513:4dfc54394b5a) base.hh (12553:514f2e4fb751)
1/*
2 * Copyright (c) 2012-2014,2016 ARM Limited
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 77 unchanged lines hidden (view full) ---

86 * The number of tags that need to be touched to meet the warmup
87 * percentage.
88 */
89 const unsigned warmupBound;
90 /** Marked true when the cache is warmed up. */
91 bool warmedUp;
92
93 /** the number of blocks in the cache */
1/*
2 * Copyright (c) 2012-2014,2016 ARM Limited
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 77 unchanged lines hidden (view full) ---

86 * The number of tags that need to be touched to meet the warmup
87 * percentage.
88 */
89 const unsigned warmupBound;
90 /** Marked true when the cache is warmed up. */
91 bool warmedUp;
92
93 /** the number of blocks in the cache */
94 unsigned numBlocks;
94 const unsigned numBlocks;
95
96 // Statistics
97 /**
98 * TODO: It would be good if these stats were acquired after warmup.
99 * @addtogroup CacheStatistics
100 * @{
101 */
102

--- 170 unchanged lines hidden ---
95
96 // Statistics
97 /**
98 * TODO: It would be good if these stats were acquired after warmup.
99 * @addtogroup CacheStatistics
100 * @{
101 */
102

--- 170 unchanged lines hidden ---