The timer()
decorator starts a timer you can use to track how long an operation takes. Suitable for use in both synchronous and asynchronous methods both in Node.js and Browser apps.
A Node.js package for performance time tracking of functions or scripts
Easy to use decorator to log the execution time of a function
To calculate how much time and space does the given function take to execute.