Re: How to track memory usage?
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.javascript archive

Re: How to track memory usage?

From: Stephen Kellett <snail@objmedia.demon.co.uk>
Date: Tue Feb 28 2006 - 17:38:09 CET

In message <dtvd1o$2ut$1@nwrdmz02.dmz.ncs.ea.ibs-infra.bt.com>, Adrian
<Adrian@nospamhotmail.com.uk> 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
Received on Mon May 1 03:41:16 2006