System.os_time
You're seeing just the function
os_time
, go back to System module for more information.
Specs
os_time() :: integer()
Returns the current operating system (OS) time.
The result is returned in the :native
time unit.
This time may be adjusted forwards or backwards in time with no limitation and is not monotonic.
Inlined by the compiler.
Specs
Returns the current operating system (OS) time in the given time unit
.
This time may be adjusted forwards or backwards in time with no limitation and is not monotonic.