dev-time-logger
is a lightweight utility to measure the execution time of any async or promise-based function in Node.js.
Perfect for performance debugging, benchmarking, and identifying slow parts of your application.
- 🕐 Logs precise time taken by functions (in milliseconds)
- ✅ Works with any
async
orPromise
-based function - 📦 Zero dependencies
- 🔧 Simple and clean API
- 📊 Helps in debugging performance issues during development
npm install dev-time-logger