|
|
| Line 3: |
Line 3: |
| == Getting a tree with instrumentation == | | == Getting a tree with instrumentation == |
|
| |
|
| First, you need to get a tree containing Javascript instrumentation that is fully working. The easiest way to do this would be to clone http://people.mozilla.org/~sfink/src/slowcalls/
| | Apply everything in {{bug|580055}} and grab the script process-jscall-logs script from {{bug|558200}}. |
| | |
| The only problem with this is that you won't have your own changes incorporated. If you need your changes, you could merge from the above tree (be sure your tree is based off of tracemonkey or it's guaranteed to be a total mess). Or you could apply everything in {{bug|605330}} and {{bug|580055}} and {{bug|558200}}.
| |
| | |
| As of this writing, the above tree is based off of tracemonkey's 5a6eceb273ab revision.
| |
|
| |
|
| == Building with instrumentation == | | == Building with instrumentation == |