You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add detailed MMU cache statistics for fetch path
Introduce fine-grained counters to replace the previous aggregated
fetch hit/miss statistics. The new metrics track:
- total fetches
- icache hits/misses
- victim cache hits/misses
- TLB hits/misses
The old MMU statistics only distinguished total fetch hits/misses,
which no longer reflect real performance after the addition of
icache and victim cache layers. This change enables more accurate
profiling and debugging.
This provides a clearer view of instruction fetch performance and helps
identify which cache level contributes most to stalls or misses.
0 commit comments