Re: [Flashcoders] How to use Flex Builder's profiler???

2010-02-04 Thread Juan Pablo Califano
Yes, taking a snapshot forces a GC cycle. You can also run it yourself at any time pressing the "Run Garbage Collector" button. Keep in mind that your disposing method will not cause your objects to be collected, but rather be collectable or eligible for GV. Until the GC kicks in, those objects co

[Flashcoders] How to use Flex Builder's profiler???

2010-02-04 Thread W.R. de Boer
Hello, I have been working with FB3 Profiler the whole week but I am having some strange issues with it. If I am making a simple SWF with a document class where I call a method after 10 seconds which should dispose all the creating movieclip at startup. I have the issue that the reference cou