我很想知道我在浏览器中运行的JavaScript代码消耗了多少内存,以及它随着时间的推移逐渐减少。我该怎么做 ?
答案 0 :(得分:3)
http://getfirebug.com/javascript
Firebug
包含powerful JavaScript debugger
,可让您随时暂停执行,并查看当时每个变量的外观。如果您的代码有点迟钝,请使用JavaScript profiler to measure performance
并快速找到瓶颈。
Edit : You may refer previously answered questions on stackoverflow.
Javascript memory profiler for Firefox
Measuring Javascript performance in IE
How to profile and and get Javascript performance
http://www.imnmotion.com/documents/html/technical/dhtml/jsprof.html
答案 1 :(得分:1)
如果您使用的是FireFox,则Firebug非常适合此应用。我强烈推荐它在浏览器中调试javascript。
StackOverflow: what-is-the-best-way-to-profile-javascript-execution
看起来这对你来说也是一个很好的答案。
答案 2 :(得分:0)
这取决于您的浏览器...... 如果你正在使用Chrome(这就是我正在使用的......):