hr-watch

1.0.1 • Public • Published

hr-watch

A high-resoultion stopwatch for Node.
v1.0.1 Build Status

API

start
starts timer

stop([unit])
stops timer
returns elapsed time

lap
marks a lap, starts a new lap timer
returns previous lap time (unit)

read([unit])
gets current timer

  • when running laps, returns an array of laps
  • when not running laps, returns the current elapsed time

clear
clears out timer

reset
stops timer and clears

unit(unit)
sets returned unit (ns, ms, s), by default this is ns

TODO

  • multiple named timers
  • improve README

kickstarted by npm-boom

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    1
  • 1.0.0
    0

Package Sidebar

Install

npm i hr-watch

Weekly Downloads

1

Version

1.0.1

License

ISC

Last publish

Collaborators

  • reergymerej