diff options
author | Timothy M. Jones <timothy.jones@arm.com> | 2014-01-24 15:29:30 -0600 |
---|---|---|
committer | Timothy M. Jones <timothy.jones@arm.com> | 2014-01-24 15:29:30 -0600 |
commit | 427ceb57a9e1c7e226a549fda4556211bf206066 (patch) | |
tree | c7e3343e83232a4b37ba5d136519c2876f612075 /src/mem/physical.hh | |
parent | 85e8779de78ed913bb6d2a794bee5252d719b0e5 (diff) | |
download | gem5-427ceb57a9e1c7e226a549fda4556211bf206066.tar.xz |
Cache: Collect very basic stats on tag and data accesses
Adds very basic statistics on the number of tag and data accesses within the
cache, which is important for power modelling. For the tags, simply count
the associativity of the cache each time. For the data, this depends on
whether tags and data are accessed sequentially, which is given by a new
parameter. In the parallel case, all data blocks are accessed each time, but
with sequential accesses, a single data block is accessed only on a hit.
Diffstat (limited to 'src/mem/physical.hh')
0 files changed, 0 insertions, 0 deletions