Possible Duplicate:
JavaScript Profiler in IE
We have a web application targeting Internet Explorer 7, 8, 9 that apparently has an IE memory leak. We can see that memory grows and performance deteriorates consistently over calls.
Is there any good Javascript profiler tool that may be used to find out objects staying in IE memory, like Ant profiler for .Net code.
We've tried IEJSLeaksDetector – it shows potential leaks but does not show memory allocation. JavaScript Memory Validator of SoftwareVerify provides a good analysis but doesn't support IE.