Skip to content

Instantly share code, notes, and snippets.

@waldekmastykarz
Created January 6, 2021 18:10
Show Gist options
  • Save waldekmastykarz/17035ca75708af377fe28c7cfd708190 to your computer and use it in GitHub Desktop.
Save waldekmastykarz/17035ca75708af377fe28c7cfd708190 to your computer and use it in GitHub Desktop.
Profile node application
# https://nodejs.org/en/docs/guides/simple-profiling/
NODE_ENV=production node --prof app.js
node --prof-process isolate-0xnnnnnnnnnnnn-v8.log > processed.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment