- Make sure you have mongodb, gcc, python & nodejs installed
- Clone chimera-framework (
git clone [email protected]:goFrendiAsgard/chimera-framework.git) - Go to chimera-framework directory (
cd chimera-framework) - Perform
npm testto make sure everything is working. - Perform
node --prof node_modules/mocha/bin/_mocha - A profile log file will be produced. In my case, the name of the file is
isolate-0x2652d80-v8.log. - Make a more readable log file by performing
node --prof-process isolate-0x2652d80-v8.log > profile.log. - Open up
profile.logwith your favorite text editor
Created
May 15, 2018 11:01
-
-
Save goFrendiAsgard/dc9cf4e86735f0238c4cb0424126e6dd to your computer and use it in GitHub Desktop.
Profiling chimera-framework
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I can't post the full log file because it is to big, but here is the overview: