Return to Snippet

Revision: 16507
at August 6, 2009 14:34 by allnatural


Updated Code
trace("MEMORY USAGE :: " + Number(System.totalMemory/1024).toFixed(2));

Revision: 16506
at August 6, 2009 14:33 by allnatural


Initial Code
trace("MEMORY USAGE :: " + Number(System.totalMemory/1024).toFixed(2) + "\n points array :: " + points.length);

Initial URL


Initial Description
Easy way to get current memory usage.

Initial Title
Show how much memory is being used in your flash

Initial Tags


Initial Language
ActionScript 3