Daniel,


> Just tried it: it still works on windows. The attached diff makes it easier
> to compile in (don't need to edit a header)
> 
> It doesn't count the time spent opening and compiling each .js file which
> seems to be a major drawback (would we speed things up by combining .js
> files? Can't tell). Any idea where a good place to add a hook for that would
> be?

I had to do something similar for linux, since --enable-xpctools doesn't 
work anymore.

jband was right on the money about the environment variable (instead of 
the pref)

I had to do
setenv MOZILLA_JS_PROFILER_OUTPUT /tmp/js-prof.txt

I'll go figure out how to get --enable-xpctools working again.

-Seth


Reply via email to