mar*_*man 6 javascript firefox html5 memory-leaks google-chrome
我在Chrome中使用console.memory编写了一些不错的调试工具,即
console.memory.totalJSHeapSize
Run Code Online (Sandbox Code Playgroud)
在Javascript中运行时是否有任何等效的FireFox可以访问JVM堆级别?
这是您要找的吗?我很确定你必须利用 firebug 才能获得像 Chrome 控制台这样的东西。
编辑:看起来 firebug 的 API 可能会帮助你:http://getfirebug.com/wiki/index.php/Command_Line_API http://getfirebug.com/wiki/index.php/Console_API