Properties
The generic cache model contains the following counters that can be inspected to get an idea of hit and miss-rates.
- fetchHits
-
Number of cache hits when fetching instructions.
- fetchMisses
-
Number of cache misses when fetching instructions.
- readHits
-
Number of cache hits when reading data.
- readMisses
-
Number of cache misses when reading data.
- writeHits
-
Number of cache hits when writing data.
- writeMisses
-
Number of cache misses when writing data.