Skip to content

Commit

Permalink
mod 2⁶⁴
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj authored Jan 22, 2025
1 parent fe9f6fb commit 780d041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/Base_compiler.jl
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ end
Get the time in nanoseconds relative to some machine-specific arbitrary time in the past.
The primary use is for measuring elapsed times during program execution. The return value is guaranteed to
be monotonic while the system is running, and is unaffected by clock drift or changes to local calendar time,
be monotonic (mod 2⁶⁴) while the system is running, and is unaffected by clock drift or changes to local calendar time,
but it may change arbitrarily across system reboots or suspensions.
(Although the returned time is always in nanoseconds, the timing resolution is platform-dependent.)
Expand Down

0 comments on commit 780d041

Please sign in to comment.