System.system_time
You're seeing just the function
system_time
, go back to System module for more information.
Specs
system_time() :: integer()
Returns the current system time in the :native
time unit.
It is the VM view of the os_time/0
. They may not match in
case of time warps although the VM works towards aligning
them. This time is not monotonic.
Inlined by the compiler.
Specs
Returns the current system time in the given time unit.
It is the VM view of the os_time/0
. They may not match in
case of time warps although the VM works towards aligning
them. This time is not monotonic.