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

From CDOT Wiki
Jump to: navigation, search
Line 3: Line 3:
 
# 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.  Instructions  are available at [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.
+
A. If you're on Linux, then you can try using jprof.  Instructions  are available at  
 +
[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.

Revision as of 15:27, 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  are available at    
Jprof Readme  On more recent linux versions sysprof can also  
be used. [1] also lists some profiles.