pretty-time
Easily format the time from node.js `process.hrtime`. Works with timescales ranging from weeks to nanoseconds.
Easily format the time from node.js `process.hrtime`. Works with timescales ranging from weeks to nanoseconds.
Get the quickest, most high-resolution timestamp possible in node or the browser
High-res timestamps in Node and browser
Convert the process.hrtime() array to a single nanoseconds value. This makes it easier to diff times.
Timestamp for 64-bit time_t, nanosecond precision and strftime
Measures, converts and writes time using different units. Includes timers and stopwatches with nanosecond precision.
Precision timer for nanosecond differences
Convert from one time scale to another. Nanosecond is the most atomic unit, week is the largest unit.
get the current time in milliseconds, with nanosecond precision
Benchmark your node.js projects with nanosecond resolution
Nanosecond profiler and logger
Benchmark your node.js/Typescript projects with nanosecond resolution
Measure/debug the performance of your Node.JS code by breaking down into steps, producing nanosecond precision statistics.
Creates unique ids from the current time and a counter, up to a certain precision, compressed via base conversion
High Resolution Date Time for Node