Flash Builder 4 Profiler: how to spot what objects are causing a known memory increase?
问题 I know profiler questions can be quite general, but here I have a very specific question and example. I know that in the following code (taken from Joshua's question), that an infinite number of circle object instances are being added to the hostComponent . This obviously causes gradual slowing down of the app. My question is, when I run the Flash Builder Profiler, where exactly do I see where the problem lies? Running example of the app To try it out, create a new Flex 4 project, and paste