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

后端 未结 4 1624
無奈伤痛
無奈伤痛 2021-02-06 10:44

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 suspectin

4条回答
  •  滥情空心
    2021-02-06 11:42

    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.com/gpde/pages/javascript-memory-leak-detector.aspx http://www.microsoft.com/downloadS/details.aspx?FamilyID=28bd5941-c458-46f1-b24d-f60151d875a3&displaylang=en

提交回复
热议问题