natron-hrtime-format

0.2.0-beta.1 • Public • Published

Natron

High-Resolution Time Format

Version Downloads Build Status ReadMe

Gitter Chat

This module is part of Natron and contains formatting utilities for process.hrtime.

Documentation

See the documentation for natron-hrtime-format

Usage

import {format} from "natron-hrtime-format";

let start = process.hrtime();

setTimeout(() => {
  let end = process.hrtime(start);
  console.log(format(end));
}, Math.random() * 2000);

Package Sidebar

Install

npm i natron-hrtime-format

Weekly Downloads

2

Version

0.2.0-beta.1

License

MIT

Last publish

Collaborators

  • stefanr