Function elapsedMillisecondsAbsolute

A timer that uses clock time. Start time is from the point of invocation.

const t = elapsedMillisecondsAbsolute();
t.reset(); // reset start
t.elapsed; // milliseconds since start