Expand description
Simulation time (design-doc §3.1: time as u64 steps + precision).
Structs§
- SimDuration
- A span of simulation time in simulator precision steps. Unit-safe
constructors (mapping row 13):
SimDuration::ns(2).
Functions§
- sim_
time_ ns - Current simulation time in nanoseconds (for log formatting).
- sim_
time_ steps - Current simulation time in precision steps.