I wrote some good debugging tools using console.memory in Chrome, i.e.
console.memory.totalJSHeapSize
Is there any equivalent in FireFox to access JVM heap levels at runtime in Javascript?
Is this what you are looking for? I'm sure you will have to use firebug to get something like a Chrome console.
EDIT: It looks like the Firebug API can help you: http://getfirebug.com/wiki/index.php/Command_Line_API http://getfirebug.com/wiki/index.php/Console_API
Source: https://habr.com/ru/post/903625/More articles:Set the timer to pause - timerThe best (most "pythonic") way to temporarily unzip a file - pythonJBoss AS 7 migration - java.lang.ClassNotFoundException: org.hibernate.validator.ClassValidator - hibernateAndroid 9-patch is not recognized on the device - androidParallel Matrix Multiplication - parallel-processingHow to make eclipse recognize my included files in a Cisting Existing Makefile project? - eclipseHow to dynamically add an interval to a timestamp? - oracleUsing ffmpeg with Python 2.7 - ffmpegQT Eclipse Integration - Adding External Libs - eclipseFFmpeg - unrecognized option 'map [outv]' - javaAll Articles