From ac622466d0292c64bd93a975039da92e0b5b244d Mon Sep 17 00:00:00 2001 From: "Steven G. Johnson" Date: Thu, 30 Jan 2025 10:59:39 -0500 Subject: [PATCH] Update base/Base_compiler.jl Co-authored-by: Kristoffer Carlsson --- base/Base_compiler.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/Base_compiler.jl b/base/Base_compiler.jl index 03c1139906aad..70e3c80df4786 100644 --- a/base/Base_compiler.jl +++ b/base/Base_compiler.jl @@ -159,7 +159,7 @@ end time_ns() -> UInt64 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 +The primary use is for measuring elapsed times during program execution. The return value is guaranteed to 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.