pub fn monotonic_millis() -> u64Expand description
Get monotonic timestamp in milliseconds since program start Use this for performance measurements, durations, and intervals WARNING: This is NOT epoch time - do not use for persistence or external APIs