Targeted function in the API: `hrtimeNow() ` - [ ] Bun: `Bun.nanoseconds()`; - [ ] Deno: standard performance API is used - [x] Node: `process.hrtime.bigint()` The implementation must use a zero cost abstraction design. The automatic usage of the HR timer per JS runtime must be opted in.