pub fn mark_process_start()Expand description
Record the process-start instant. Idempotent - only the first call
wins, so calling it as the first statement of main captures the
earliest reachable moment. A no-op if already set.
pub fn mark_process_start()Record the process-start instant. Idempotent - only the first call
wins, so calling it as the first statement of main captures the
earliest reachable moment. A no-op if already set.