Labs/Memory Profiler: Difference between revisions
< Labs
Jump to navigation
Jump to search
(Origination) |
(Added more info) |
||
| Line 4: | Line 4: | ||
http://hg.mozilla.org/users/avarma_mozilla.com/memory-profiler/ | 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 [[Labs/Jetpack/Binary_Components#Memory_Profiling|Jetpack Binary Components API]]. | |||
See Atul's blog post entitled [http://www.toolness.com/wp/?p=604 Fun with SpiderMonkey] for information on how the memory profiler works. | |||
Revision as of 23:55, 3 October 2009
Memory Profiler is an experimental Labs project that attempts to make debugging memory use in web pages easier.
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.