Difference between revisions of "Mozilla.dev.tech.layout - Friday October 6 2006"
Line 6: | Line 6: | ||
[http://lxr.mozilla.org/mozilla/source/tools/jprof/README.html Jprof Readme] On more recent linux versions sysprof can also | [http://lxr.mozilla.org/mozilla/source/tools/jprof/README.html Jprof Readme] On more recent linux versions sysprof can also | ||
be used. [http://www.mozilla.org/performance/tools.html] also lists some profiles. | be used. [http://www.mozilla.org/performance/tools.html] also lists some profiles. | ||
+ | |||
+ | # |
Revision as of 14:28, 6 October 2006
Frequently Asked Questions
- Is there a way to do profiling of what is going on in Mozilla? Is there a framework for this?
A. If you're on Linux, then you can try using jprof. Instructions are available at Jprof Readme On more recent linux versions sysprof can also be used. [1] also lists some profiles.