It says: "The callback gets one argument – the time passed from the beginning of the page load in microseconds. This time can also be obtained by calling performance.now()."
https://developer.mozilla.org/en-US/docs/Web/API/Performance/now says: "The performance.now() method returns a DOMHighResTimeStamp, measured in milliseconds."
The units are milliseconds, not microseconds.