Profiling Node.JS (code) execution time in Linux Profiling Node.JS (code) execution time in Linux node.js node.js

Profiling Node.JS (code) execution time in Linux


"look" is a very good tool made by Vadim for profiling NodeJS app.

Take a look here:

https://github.com/baryshev/look


https://www.npmjs.org/package/node.profilerExactly what you need...It runs your project in monitor mode and it generates a chart after you are done with details on functions, each how many times it was called and the time it spent there.