Back to search
:fire: Generate a flame graph of your Node.js call stack in a Docker container
Stars
12
Forks
4
Watchers
12
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
6
commits
Run node process with --abort_on_uncaught_exception to auto dump core on uncaught except crash.
e667e65View on GitHubChanged Dockerfile to pull in Node Long Term Support 4.x instead of latest version. Also removed `npm install` because we have no dependencies to install.
16c5fbcView on GitHubUpdated readme with instructions and running node with --perf_basic_prof_only_functions flag.
2041eb6View on GitHub