| 208 | } |
| 209 | |
| 210 | float PmuEvents::L2RefillCount() const { |
| 211 | return static_cast<float>(priv->l2d_cache_refill.Count()); |
| 212 | } |
| 213 | |
| 214 | float PmuEvents::L3RefillCount() const { |
| 215 | // Important: this was discovered in the context of the above experiments, |