/ Published in: ActionScript 3
Easy way to get current memory usage.
Expand |
Embed | Plain Text
trace("MEMORY USAGE :: " + Number(System.totalMemory/1024).toFixed(2));
You need to login to post a comment.
allnatural on 08/06/09
5 people have marked this snippet as a favorite
sweetbabyyoung
macKaminski
DualBrain
iamgowan
dubogii
Easy way to get current memory usage.
trace("MEMORY USAGE :: " + Number(System.totalMemory/1024).toFixed(2));
You need to login to post a comment.