Starting a timer relative or absolute

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.

No, there shouldn’t be any performance difference between absolute and relative timers.

3 Likes