目录 ← 首页
CS61C

Summary

And in Conclusion\dots

AMAT (Average Memory Access Time)

Recall that AMAT stands for Average Memory Access Time. This is a way to measure the performance of a cache system. The formula for AMAT is:

AMAT=(Hit Time)+(Miss Rate)(Miss Penalty)\text{AMAT} = (\text{Hit Time}) + (\text{Miss Rate}) * (\text{Miss Penalty})

Textbook Readings

P&H 5.1-5.4, 5.8, 5.9, 5.13

Additional References

Amazing Illustrations by Ketrina (Yim) Thompson: CS Illustrated Cache Handouts

Exercises