login-time-utils
ultility to measure execution time
ultility to measure execution time
ultility to measure execution time
Easily convert time strings to milliseconds and the other way around
Convert milliseconds to a human readable string: `133700000000` → `4 Years 2 Months 27 Days 10 Hours 53 Minutes 2 Seconds` Usage ```js const ms = require(`timecraft`) ms(`133700000000`) // Output=> 4 Years 2 Months 27 Days 10 Hours 53 Minutes 2 Seconds ``
Helper class to help with timers and stuff.
A simple idea I came up with while working on something else. Seemed like a fun mini-project, so decided to package it xD
A simple Stopwatch class using process.hrtime to measure time in milliseconds.
simple high resolution timing
Benchmark your node.js/Typescript projects with nanosecond resolution
log the elapsed time of your code running
This module represents a class for measuring and logging code execution time, both in browser and in node.js, based on [performance.now()](https://developer.mozilla.org/en-US/docs/Web/API/Performance/now) and [process.hrtime.bigint()](https://nodejs.org/a
A simple Stopwatch class using process.hrtime to measure time in milliseconds.
Convert numeric values to human-readable strings.
Convert milliseconds to a human readable string: `1337000000` → `15d 11h 23m 20s`