Monotonic Clock

technical

Definition

A clock that only moves forward and is never adjusted backward, unlike a wall clock that can be set back by NTP. Used for measuring elapsed time intervals precisely in programming (e.g., Python's time.monotonic()).