/ Published in: ActionScript 3
Easy way to get current memory usage.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
trace("MEMORY USAGE :: " + Number(System.totalMemory/1024).toFixed(2));