Cache performance
CPI contributed by cache = CPIc
= miss rate x number of cycles to handle the miss
Ex. time contributed by cache = clock cycle time x CPIc
Equivalently
Average memory access time = cache hit time * hit rate
+ Miss penalty * (1 - hit rate)
Next slide
Back to first slide
View graphic version