Skip to main content

now_steady_ns

Function now_steady_ns 

Source
pub fn now_steady_ns() -> u64
Expand description

Get the current monotonic time in nanoseconds since an arbitrary epoch.

Prefer Instant::now for new code — it’s the typed counterpart and the only constructor for Instant outside of FOREVER / Add<Duration> composition. This bare-u64 helper is kept as an escape hatch.