According to Node.js documentation profiling info can be generated using node --prof myapp.js
.
Is there a way to convert from this generated format to Chrome's Dev Tools performance profile? It expects to load a JSON format while the format generated by node --prof
is not JSON.