Membrane.Time.system_time
You're seeing just the function
system_time
, go back to Membrane.Time module for more information.
This function is deprecated. Use os_time/0 or vm_time/0 instead.
Specs
system_time() :: t()
Returns current time of Erlang VM based on System.system_time/0
in Membrane.Time
units.