0.0.4 • Published 3 years ago

async-profiler v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

async-profiler

What is this?

  • measure time spent at async/await using async_hooks

Why created this?

  • It's difficult to see which part is taking time using node.js profiler because
    • nested function calls
    • DB query