Accelerating Node Applications: When a Standard Profiler Is Not Enough
Linux has a standard profiling tool called perf
. I'll show you how to use it to profile Node.js applications to see more information than the built-in Node.js profiler provides.