I'm wondering if it's possible to get the current memory usage of a specific page? I am working on a little DOM-render experiment where I'm rendering 100 000+ DOM-elements and want to be able to show the memory usage of the application before rendering the DOM as well as after completion to se the difference. Any JS-library or something that will help me do that? Preferably with Chrome, FF and IE support.
The application is constructed with HTML and JS
Thanks