hrtime

hrtime

A "tuple" assumed to be a result of calling for high resolution time process.hrtime
typically, a resulting hrtime should be the returned value of process.hrtime( process.hrtime() ); where the inner hrtime is likely called before a function is run to calculate the time it took to run a process. tuple is assumed to be in nanoseconds

Source:

Example

[ 22727, 841838045 ]