latency calculator

Professional RAM and network latency calculator. Compute DRAM true latency (ns) from CAS & data rate, plus network one-way and round-trip delay with propagation, serialization, and processing components.

Full original guide (expanded)


Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted text)
DRAM true latency (nanoseconds): \( t_{\mathrm{CL,ns}} = \dfrac{2000 \cdot \mathrm{CL}}{\mathrm{DataRate\ (MT/s)}} \) Clock period: \( t_\mathrm{CK} = \dfrac{2000}{\mathrm{DataRate\ (MT/s)}} \) ns Optional random-row access (cycles): \( \mathrm{CL} + t_\mathrm{RCD} + t_\mathrm{RP} \Rightarrow t_{\mathrm{ns}} = (\mathrm{cycles}) \cdot t_\mathrm{CK} \) Network propagation delay (one-way): \( t_\mathrm{prop} = \dfrac{d}{v} = \dfrac{d}{\alpha c} \), with \( d \) meters, \( \alpha \in \{0.68,0.77,0.99\} \) Serialization: \( t_\mathrm{ser} = \dfrac{\mathrm{packet\ bits}}{\mathrm{bandwidth\ bps}} \) Processing: \( t_\mathrm{proc} = \mathrm{hops} \times t_{\mathrm{per\ hop}} \) Total (one-way): \( t_\mathrm{oneway} = t_\mathrm{prop} + t_\mathrm{ser} + t_\mathrm{proc} \) RTT (approx.): \( t_\mathrm{RTT} \approx 2 \times t_\mathrm{oneway} \)
Variables and units
  • No variables provided in audit spec.
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
Formulas

(Formulas preserved from original page content, if present.)

Version 0.1.0-draft
Citations

Add authoritative sources relevant to this calculator (standards bodies, manuals, official docs).

Changelog
  • 0.1.0-draft — 2026-01-19: Initial draft (review required).