[Flashcoders] Re: Removing movieClip from memory

2010-10-26 Thread Jeremy Hicks
We've created a class for tracking what is in memory. It doesn't add any cleanup functions but it gives a good indicator what's there so you can see if your efforts are having a positive effect. package debug { import flash.events.TimerEvent; import flash.utils.Timer;

Re: [Flashcoders] Re: Removing movieClip from memory

2010-10-26 Thread Henrik Andersson
Jeremy Hicks skriver: We've created a class for tracking what is in memory. It doesn't add any cleanup functions but it gives a good indicator what's there so you can see if your efforts are having a positive effect. Can't you use the flash.sampler package to track things automatically?