System.monotonic_time
You're seeing just the function
monotonic_time
, go back to System module for more information.
Specs
monotonic_time() :: integer()
Returns the current monotonic time in the :native
time unit.
This time is monotonically increasing and starts in an unspecified point in time.
Inlined by the compiler.
Specs
Returns the current monotonic time in the given time unit.
This time is monotonically increasing and starts in an unspecified point in time.