admin管理员组文章数量:1318766
We're debugging a GWT app. Runs ok in Firefox, in IE6.0 starts working ok but after some time, it gets on its knees and starts to crawl. After doing some tests we're suspecting some memory problems ( too much memory used, memory leaks, etc ) Besides using taskmanager and processxp to watch the memory usage grow :)....¿do you remend any other memory monitoring tool?
Like jprobe for jscript? :)
We're debugging a GWT app. Runs ok in Firefox, in IE6.0 starts working ok but after some time, it gets on its knees and starts to crawl. After doing some tests we're suspecting some memory problems ( too much memory used, memory leaks, etc ) Besides using taskmanager and processxp to watch the memory usage grow :)....¿do you remend any other memory monitoring tool?
Like jprobe for jscript? :)
Share Improve this question asked Feb 24, 2009 at 6:50 Ramiro González MacielRamiro González Maciel 7457 silver badges14 bronze badges 2- Is jprobe giving you conflicting reports with respect to Task Manager? – BobbyShaftoe Commented Feb 24, 2009 at 6:58
- The last sentence was ment as a joke, I used jprobe in the past to profile a Java app, so now I'd need something like a jprobe for IE jscript. I really don't know if such a thing exists – Ramiro González Maciel Commented Feb 24, 2009 at 12:56
4 Answers
Reset to default 2I have answered the similar question earlier regarding JS memory leak detection in IEHere
these are the tools am using
- sIEve
- IEJSLeaksDetector2.0.1.1
http://sourceforge/projects/ieleak/
I have used Drip, with pretty good results.
For now I'm using "sIEve": http://home.wanadoo.nl/jsrosman/
At the moment I'm using it to see how many bytes IE allocates ( and deallocates ) in response to user activity ( user opens a menu, GWT executes some javascript, IE allocates memory ).
I also tried these other tools but I don't have any conclusions yet http://blogs.msdn./gpde/pages/javascript-memory-leak-detector.aspx http://www.microsoft./downloadS/details.aspx?FamilyID=28bd5941-c458-46f1-b24d-f60151d875a3&displaylang=en
本文标签: javascriptWhat do you use to monitor jscript memory usage in Internet ExplorerStack Overflow
版权声明:本文标题:javascript - What do you use to monitor jscript memory usage in Internet Explorer - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742048258a2417921.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论