I have existing code that does the following use of hrtime
hrtime
before = process.hrtime() // stuff happens... after = process.hrtime(before) latenc