Guest User

Untitled

a guest
May 20th, 2018
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. 1. Make sure you have mongodb, gcc, python & nodejs installed
  2. 2. Clone chimera-framework (`git clone git@github.com:goFrendiAsgard/chimera-framework.git`)
  3. 3. Go to chimera-framework directory (`cd chimera-framework`)
  4. 4. Perform `npm test` to make sure everything is working.
  5. 5. Perform `node --prof node_modules/mocha/bin/_mocha`
  6. 6. A profile log file will be produced. In my case, the name of the file is `isolate-0x2652d80-v8.log`.
  7. 7. Make a more readable log file by performing `node --prof-process isolate-0x2652d80-v8.log > profile.log`.
  8. 8. Open up `profile.log` with your favorite text editor
Add Comment
Please, Sign In to add comment