base.hh (10024:fc10e1f9f124) base.hh (10025:fdf737112e46)
1/*
2 * Copyright (c) 2012-2013 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

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

125 Stats::Vector occupanciesTaskId;
126
127 /** Occupancy of each context/cpu using the cache */
128 Stats::Vector2d ageTaskId;
129
130 /** Occ % of each context/cpu using the cache */
131 Stats::Formula percentOccsTaskId;
132
1/*
2 * Copyright (c) 2012-2013 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

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

125 Stats::Vector occupanciesTaskId;
126
127 /** Occupancy of each context/cpu using the cache */
128 Stats::Vector2d ageTaskId;
129
130 /** Occ % of each context/cpu using the cache */
131 Stats::Formula percentOccsTaskId;
132
133 /** Number of tags consulted over all accesses. */
134 Stats::Scalar tagAccesses;
135 /** Number of data blocks consulted over all accesses. */
136 Stats::Scalar dataAccesses;
137
133 /**
134 * @}
135 */
136
137 public:
138 typedef BaseTagsParams Params;
139 BaseTags(const Params *p);
140

--- 56 unchanged lines hidden ---
138 /**
139 * @}
140 */
141
142 public:
143 typedef BaseTagsParams Params;
144 BaseTags(const Params *p);
145

--- 56 unchanged lines hidden ---