Re: How to track memory usage?
- From: Stephen Kellett <snail@xxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 28 Feb 2006 16:38:09 +0000
In message <dtvd1o$2ut$1@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>, Adrian <Adrian@xxxxxxxxxxxxxxxxxxxx> writes
What applications are there that I could use to look at the memory usage of
each object within my JS app to help locate my problem?
JavaScript Memory Validator allows you to inspect the memory usage of your JavaScript application. It only works with Mozilla though (1.0 and 1.5). If the memory leak is caused by circular references or dangling references you forgot to clear then JSMV will show them.
http://www.softwareverify.com/javaScriptMemoryValidator/index.html
Stephen
--
Stephen Kellett
Object Media Limited http://www.objmedia.demon.co.uk/software.html
Computer Consultancy, Software Development
Windows C++, Java, Assembler, Performance Analysis, Troubleshooting
.
- References:
- How to track memory usage?
- From: Adrian
- How to track memory usage?
- Prev by Date: Re: Check null or 0
- Next by Date: Re: y is it not workin
- Previous by thread: Re: How to track memory usage?
- Next by thread: Deselecting text in input text box
- Index(es):
Relevant Pages
|