time-promise

0.0.3 • Public • Published

time-promise

Timing sync or promise-returning functions.

NPM

Build status dependencies devdependencies endorse

Install

npm install time-promise --save

Example

var time = require('time-promise');
 
var value = time(syncFunction)();
// prints timing, returns value from syncFunction
 
time(promiseReturningFunction)().then(...)
// prints timing after the function executes
// returns the original promise

Small print

Author: Gleb Bahmutov © 2013

License: MIT - do anything with the code, but don't blame me if it does not work.

Support: if you find any problems with this module, email / tweet / open issue on Github

/time-promise/

    Package Sidebar

    Install

    npm i time-promise

    Weekly Downloads

    0

    Version

    0.0.3

    License

    MIT

    Last publish

    Collaborators

    • bahmutov