time-promise
v0.0.3
Published
Timing sync or promise-returning functions
Downloads
3
Readme
time-promise
Timing sync or promise-returning functions.
Install
npm install time-promise --save
Example
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