statman-stopwatch is one of the metrics from the statman library. It is a simple high res stopwatch for node.js. Stopwatch is useful for determining the amount of time it takes to perform an activity.
Package to assist with collection of metrics, including stopwatch functionality
statman-gauge is one of the metrics from the statman library. Loosely based upon codehale metric package, a gauge is an instantaneous measurement metric
statman-meter is one of the metrics from the statman library. Loosely based upon codehale metric package, a meter provides count and average information over a period of time
Accurately measure passing time.
Stopwatch timer utility written in TypeScript
stopwatch for nodejs inspired by Spring Stopwatch
Deepkit Stopwatch
A versatile precision timer hook for React. Doubles as a stopwatch.
React hooks for timers, countdowns, and stopwatches.
The Jest Measure library implements APIs for writing benchmaks to profile and verify the performance of your code when using the Jest unit testing library.
A stopwatch utility for node.js apps
React timer hook is a custom react hook built to handle timers(countdown), stopwatch and time logic/state in your react component.
really BASIC.
AGStopwatch is built using TypeScript. It's just a basic stopwatch - you can start it, stop it, restart it, and check how much time has elapsed.
A stopwatch/timer component for React Native.
No description provided.
Duration tracking and formattng for node.js
Utilities for Testable scripts
React Stopwatch component using Render Props
A stopwatch and countdown timer for node
a stopwatch class utility for starting, pausing, resetting and getting elapsed time in milliseconds (ms), under the hood is just comparing timestamps with Date.now().
React Native Stopwatch component that smoothly animates the digits change
A high resolution stopwatch using the hrtime function of the Node.JS process object which returns duration in nanoseconds.