Hi,
I’m wondering if there is any performance loss (from the erts point of view) when one starts a timer using erlang:start_timer/4 (Erlang -- erlang) with relative time if compared to absolute time ? Or relative time is just a convenience ?
Thanks.