The only real Flash Builder Profiler alternative (and it’s free!)
FlashPreloadProfiler
(now in Beta) is an open source multi-purpose profiler designed to help productivity and stability during development by displaying under-the-hood data of any flash app.
The main goal is to help expose and diagnose problems before they get too big.
It enables developers, artists, designer and testers to see what sometimes “cannot be seen”, such as:
- How many sprites are contained in the scene and how they overlap each others (including all “invisible” DisplayObject added as children)
- Instanciation, AddedToStage, RemovedFromStage, Garbage Collection
Advantages (Over Flash Builder Profiler)
- If you like my work, you can donate at the bottom of this page
- Overdraw graph
- Mouse listeners graph
- Internal events time repartition
- Instanciation Statistics/StackTrace for all Objects (including Objects created and destroyed in a single frame, which FlashBuilder Profiler just can’t track)
- Save sampling “Data Dump” in the clipboard
- Can hook on ANY flash app, local or web, debug or release, yours or others.
Take a look!
Read more and try it!
4 Comments
Trackbacks & Pingbacks
- Swf.hu 2.0 – flash és webfejlesztés » Heti link gyűjtemény 2
- My most important Twitter Messages #7 | der hess
Comments are closed.
Looks really helpful! I can’t wait to try it out…
Really wonderful work! Now, do you think it would be feasible to create some kind of plugin architecture around this? It might be interesting for people to write their own types of visualisers and hook them into your profiler. Being extensible would be another advantage over the ZFlash Builder profiler 🙂
cheers!
Roland