简体   繁体   English

你用什么来监控 Internet Explorer 中 jscript memory 的使用情况

[英]What do you use to monitor jscript memory usage in Internet Explorer

We're debugging a GWT app.我们正在调试 GWT 应用程序。 Runs ok in Firefox, in IE6.0 starts working ok but after some time, it gets on its knees and starts to crawl.在 Firefox 中运行正常,在 IE6.0 中运行正常,但一段时间后,它会跪下并开始爬行。 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 recommend any other memory monitoring tool? 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 recommend any other memory monitoring tool?

Like jprobe for jscript?像 jprobe for jscript 一样吗? :) :)

I have answered the similar question earlier regarding JS memory leak detection in IE Here我之前已经回答了关于 IE Here中的 JS memory 泄漏检测的类似问题

these are the tools am using这些是我正在使用的工具

I have used Drip , with pretty good results.我用过Drip ,效果很好。

For now I'm using "sIEve": http://home.wanadoo.nl/jsrosman/现在我正在使用“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 ).目前我正在使用它来查看 IE 分配(和解除分配)多少字节以响应用户活动(用户打开菜单,GWT 执行一些 javascript,IE 分配 ZCD69B4957F06CD818D7BF3D69)。

I also tried these other tools but I don't have any conclusions yet http://blogs.msdn.com/gpde/pages/javascript-memory-leak-detector.aspx http://www.microsoft.com/downloadS/details.aspx?FamilyID=28bd5941-c458-46f1-b24d-f60151d875a3&displaylang=en我也尝试了这些其他工具,但我还没有任何结论http://blogs.msdn.com/gpde/pages/javascript-memory-leak-detector.aspx http://www.microsoft.com/downloadS/ details.aspx?FamilyID=28bd5941-c458-46f1-b24d-f60151d875a3&displaylang=en

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM