#include <STATUS.hpp>
Public Member Functions | |
| unsigned long int | totalMisses () const |
Public Attributes | |
| unsigned long int | _lc |
| Number of times cpu-to-cache latency occured. | |
| unsigned long int | _bc |
| How much units of cpu-to-cache bandwith was needed. | |
| unsigned long int | _lm |
| Number of times cache-to-main memory latency occured. | |
| unsigned long int | _bm |
| How much units of cache-to-main memory bandwith was needed. | |
| unsigned long int | _misses |
| How many cache misses occured. | |
| unsigned long int | _initialMisses |
| How many initial cache misses occurred. | |
| unsigned long int | _hits |
| How many cache hits occured. | |
|
|
|
|
|
How many initial cache misses occurred. Initial cache misses correspond to data items brought into cache for the first time. |
1.3.9.1