Created
May 7, 2013 05:26
-
-
Save ELLIOTTCABLE/5530440 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| git clone git://github.com/joyent/node.git | |
| cd node | |
| (cd deps/v8/build && ln -s ../../../tools/gyp) | |
| make -C deps/v8 native | |
| cd ~/Code/myproj | |
| node --prof ./something.js | |
| ~/Code/Source/node/deps/v8/tools/mac-tick-processor v8.log |
This file contains hidden or 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
| /Users/elliottcable/Code/Source/node/deps/v8/tools/tickprocessor-driver.js:46: ReferenceError: arguments is not defined | |
| var params = processArguments(arguments); | |
| ^ | |
| ReferenceError: arguments is not defined | |
| at /Users/elliottcable/Code/Source/node/deps/v8/tools/tickprocessor-driver.js:46:31 |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can't seem to get past this error. Drawing advice from: