diff --git a/bin-debug/BitmapCachingExample.swf b/bin-debug/BitmapCachingExample.swf index 1c09c99..01dd2e5 100644 Binary files a/bin-debug/BitmapCachingExample.swf and b/bin-debug/BitmapCachingExample.swf differ diff --git a/bin-debug/CacheExternalAssetsExample.swf b/bin-debug/CacheExternalAssetsExample.swf index d93ecd8..424b1e7 100644 Binary files a/bin-debug/CacheExternalAssetsExample.swf and b/bin-debug/CacheExternalAssetsExample.swf differ diff --git a/bin-debug/FrameRateControlExample.swf b/bin-debug/FrameRateControlExample.swf index 1b856b1..ff1ab0f 100644 Binary files a/bin-debug/FrameRateControlExample.swf and b/bin-debug/FrameRateControlExample.swf differ diff --git a/bin-debug/OptimazingTools.swf b/bin-debug/OptimazingTools.swf index 85bcd6b..166e8de 100644 Binary files a/bin-debug/OptimazingTools.swf and b/bin-debug/OptimazingTools.swf differ diff --git a/bin-debug/TrackListenersExample.swf b/bin-debug/TrackListenersExample.swf index 2e10801..11f2d62 100644 Binary files a/bin-debug/TrackListenersExample.swf and b/bin-debug/TrackListenersExample.swf differ diff --git a/src/com/elad/optimize/memory/FrameStats.as b/src/com/elad/optimize/memory/FrameStats.as index d66dd3e..47960e3 100644 --- a/src/com/elad/optimize/memory/FrameStats.as +++ b/src/com/elad/optimize/memory/FrameStats.as @@ -385,7 +385,7 @@ package com.elad.optimize.memory if (stage != null) globalStyle.fps = "FPS: " + stage.frameRate; - globalStyle.memory = "MEM: " + Number( ( System.totalMemory * 0.000000954 ).toFixed(2) ); + globalStyle.memory = "MEM: " + Number( ( System.totalMemory * 0.0000001 ).toFixed(2) ); globalStyle.time = "TIME: " + countSecondsSinceStart; globalText.htmlText = globalStyle; diff --git a/swc/OptimizeTools.swc b/swc/OptimizeTools.swc index 07ba3fb..ef18951 100644 Binary files a/swc/OptimizeTools.swc and b/swc/OptimizeTools.swc differ