Shim for process.hrtime in the browser
Implements performance.now (based on process.hrtime).
process.hrtime() to words
easily parse the return of `hrtime` method from `process` module into second/milisecond/microsecond/namisecond
use process.hrtime() in the browser
thin wrapper around process.hrtime
Easily format the time from node.js `process.hrtime`. Works with timescales ranging from weeks to nanoseconds.
Convert the process.hrtime() array to a single nanoseconds value. This makes it easier to diff times.
timing functions using process.hrtime
process.hrtime() to words
mocking lib for process.hrtime
A small collection of useful functions to work with Node.js `process.hrtime` values
Module-friendly fork of [performance-now](https://gitub.com/braveg1rl/performance-now). Implements performance.now (based on process.hrtime).
Implements performance.now (based on process.hrtime).
Shim for process.hrtime in the browser
A simple Stopwatch class using process.hrtime to measure time in milliseconds.
Friendly API for `process.hrtime` with some high level - date-pretty format utilities. Ideal to measure how long it take to run a function /fragment of code.
Small timer module using requestAnimationFrame and performance.now/process.hrtime when available
stopwatch library using process.hrtime
Pretty print ns/op from process.hrtime()
A simple Stopwatch class using process.hrtime to measure time in milliseconds.
A wrapper for process.hrtime
Computes the difference between two process.hrtime [sec, nanosec] pairs
Simple wrapper around process.hrtime to get duration.
No description provided.
No description provided.