Labs/Memory Profiler: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(added link to AMO)
(added image)
Line 1: Line 1:
'''Memory Profiler''' is an experimental Labs project that attempts to make debugging memory use in web pages easier.
'''Memory Profiler''' is an experimental Labs project that attempts to make debugging memory use in web pages easier.
[[Image:Memprof_screen.png]]


The Firefox extension is available here:
The Firefox extension is available here:

Revision as of 00:13, 4 October 2009

Memory Profiler is an experimental Labs project that attempts to make debugging memory use in web pages easier.

Memprof screen.png

The Firefox extension is available here:

 https://addons.mozilla.org/en-US/firefox/addon/14666/

The HG repository is here:

 http://hg.mozilla.org/users/avarma_mozilla.com/memory-profiler/

For information on how to create your own custom memory profiling routines, check out the Jetpack Binary Components API.

See Atul's blog post entitled Fun with SpiderMonkey for information on how the memory profiler works.