We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
time_ns
1 parent fc2cafc commit 67001d6Copy full SHA for 67001d6
base/Base.jl
@@ -152,7 +152,8 @@ end
152
"""
153
time_ns() -> UInt64
154
155
-Get the time in nanoseconds. The time corresponding to 0 is undefined, and wraps every 585 years.
+Get the time in nanoseconds relative to some arbitrary time in the past. The primary use is for measuring the elapsed time
156
+between two moments in time.
157
158
time_ns() = ccall(:jl_hrtime, UInt64, ())
159
0 commit comments