Last active
December 16, 2015 12:09
-
-
Save singh1469/bff9332f31876259ff8f to your computer and use it in GitHub Desktop.
Node stuff
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
`node --perf_basic_prof_only_functions` | |
Provides CPU stack trace of running processs without affecting process | |
Then use Flame graphs to visualise and indentify issues |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment