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.

Link to this function

os_time(unit)

View Source (since 1.3.0)

Specs

os_time(time_unit()) :: integer()

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.