Skip to content

AMAT (Average Memory Access Time) Calculator

Compute average memory access time from the cache hit time, miss rate, and miss penalty. AMAT = hit time + miss rate × miss penalty — the standard memory-hierarchy metric from Hennessy and Patterson.

Inputs

Cache Parameters

%
0 – 100 %

Results

Enter a value to see results.

Average Memory Access Time

\begin{aligned} \text{AMAT} &= t_h + m \times t_p \\ &= 1\,\text{ns} + \left(5\,\text{\%}\right)\left(100\,\text{ns}\right) \\ &= ?\,\text{ns} \end{aligned}

Embed this calculator

Preview

Paste this code into your page to show the calculator.

Share this calculation

Anyone who opens this link sees your values already filled in.

200+ calculators · 10 languages · 100% free

Was this calculator helpful?

No

How can we improve this calculator?