pub fn monotonic_base() -> Instant
The process-wide monotonic origin. process.hrtime counts from this too, so a script can line its readings up against performance.now().
process.hrtime
performance.now()