Programmatically get memory usage in Chrome
For anyone that finds this in the future, since version 20 Chrome supports window.performance.memory, which returns something like: { totalJSHeapSize: 21700000, usedJSHeapSize: 13400000, jsHeapSizeLimit: 1620000000 }