Timestamp getter wrapping (in order of preference) process.hrtime.bigint(), performance.now() or Date.now()
process.hrtime.bigint()
performance.now()
Date.now()