bugsnag.com/blog/async-profile

Profiling real-world Node code is extremely difficult. It's very hard to track which CPU cycles were used by what. Callbacks can execute in any order, and the call stack gets destroyed each time...


Comments (0)

Sign in to post comments.