/ Published in: ActionScript 3
Really useful for watching how much memory your SWF is using. Got this from pixelbreaker
Expand |
Embed | Plain Text
var mem:String = Number( System.totalMemory / 1024 / 1024 ).toFixed( 2 ) + 'Mb'; trace(mem)
You need to login to post a comment.
