Changes

Jump to: navigation, search

DTrace 0.1 Release

37 bytes added, 14:57, 18 October 2008
Step 5 - Compiling a D-Trace Script
D-Trace scripts are .d files that allow the user to interact with the existing probes and do innovative things. If a programmer tends to add new probes to the Mozilla code base, they can use a script to pick up on it to make sure it was implemented and interacted properly.
With your terminal that isn't handling Mozilla Minefield, go to your mozilla home directory , create a file called js_callcount.d and paste this code into it.
<pre>#pragma D option quiet
1
edit

Navigation menu