@futuresoftware/performance-timer

1.2.0 • Public • Published

Performance Timer

performance-timer, is a tiny class that allows you to debug code and see where the most time is consumed.
After calling the stop method, a summary is provided with the defined steps and their consumed times.

Install

$ npm install performance-timer  

Usage

const pt = require('performance-timer');  
pt.start();
pt.log("Step 1 completed");
pt.log("Step 2 completed");
pt.stop();

Readme

Keywords

Package Sidebar

Install

npm i @futuresoftware/performance-timer

Weekly Downloads

0

Version

1.2.0

License

ISC

Unpacked Size

14.9 kB

Total Files

4

Last publish

Collaborators

  • bbreukelen