dev-time-logger

1.0.1 • Public • Published

⏱️ dev-time-logger

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.


🚀 Features

  • 🕐 Logs precise time taken by functions (in milliseconds)
  • ✅ Works with any async or Promise-based function
  • 📦 Zero dependencies
  • 🔧 Simple and clean API
  • 📊 Helps in debugging performance issues during development

📦 Installation

npm install dev-time-logger

Package Sidebar

Install

npm i dev-time-logger

Weekly Downloads

3

Version

1.0.1

License

MIT

Unpacked Size

1.35 kB

Total Files

3

Last publish

Collaborators

  • vighneshgholap