var n=function(n){return 1e3*n[0]+n[1]/1e6},r=function(n){return Number(n.toFixed(2))},e=function(n,e){var t=function(){return r(e())};return t.startedAt=function(){return n},t.seconds=t.s=function(){return r(e()/1e3)},t.milliseconds=t.ms=function(){return r(e())},t.microseconds=t.us=function(){return r(1e3*e())},t.nanoseconds=t.ns=function(){return r(1e6*e())},t},t="undefined"!=typeof process&&process.hrtime?function(){var r=process.hrtime();return e(n(r),function(){return n(process.hrtime(r))})}:"undefined"!=typeof window&&window.performance?function(){var n=window.performance.now();return e(n,function(){return window.performance.now()-n})}:function(){var n=Date.now();return e(n,function(){return Date.now()-n})};module.exports=t;