pretty-hrtime
process.hrtime() to words
process.hrtime() to words
Convert milliseconds to a human readable string: `1337000000` → `15d 11h 23m 20s`
Easily format the time from node.js `process.hrtime`. Works with timescales ranging from weeks to nanoseconds.
Convert the result of `process.hrtime.bigint()` to seconds, milliseconds, nanoseconds
Get the number of microseconds elapsed since January 1, 1970 00:00:00 UTC without fear of clock drift
Convert the process.hrtime() array to a single nanoseconds value. This makes it easier to diff times.
ultility to measure execution time
thin wrapper around process.hrtime
use process.hrtime() in the browser
Simplified high resolution timing
Convert milliseconds to a human readable string: `1337000000` → `15d 11h 23m 20s`
A dead simple benchmarking framework
process.hrtime() to words
Performance (User Timing API) for Node.js
A small collection of useful functions to work with Node.js `process.hrtime` values
Simple high resolution timer for node
Route middleware for Koa and Express that adds a request received high-resolution timer and Date to the request object using easily accessible Symbols to prevent request object pollution. Made for Cabin.
Universal timer (Node.js and browser)
Convert milliseconds to a human readable string: `1337000000` → `15d 11h 23m 20s`
An extremely lightweight node module that measures execution time in nanoseconds