Difference between revisions of "Mozilla.dev.tech.layout - Friday October 6 2006"

From CDOT Wiki
Jump to: navigation, search
 
Line 1: Line 1:
 
Frequently Asked Questions
 
Frequently Asked Questions
  
1)  Is there a way to do profiling of what is going on in Mozilla?  Is there a framework for this?  
+
# 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.  See [http://lxr.mozilla.org/mozilla/source/tools/jprof/README.html]  On more recent linux versions sysprof can also be used. [http://www.mozilla.org/performance/tools.html] also lists some profiles.
+
A. If you're on Linux, then you can try using jprof.  Instructions can be are available at [http://lxr.mozilla.org/mozilla/source/tools/jprof/README.html]  On more recent linux versions sysprof can also be used. [http://www.mozilla.org/performance/tools.html] also lists some profiles.

Revision as of 15:26, 6 October 2006

Frequently Asked Questions

  1. 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 can be are available at [1] On more recent linux versions sysprof can also be used. [2] also lists some profiles.