views:

137

answers:

1

Lee Brimelow got me thinking about my Flash Application CPU and Memory consumption in his blog. So I'm thinking if there is a good (non task manager) tool for performance testing?

A: 

you can measure your FPS if you want ... you can put your FPS to the max your system allows ... and then watch the framerate drop as you run your app ... it's at leas an indicator ... :)

you can use flash.system::System.totalMemory to have the memory used ...

also, you should have a look at the sampler package ... it can help you identify some bottle necks in your code etc. ...

back2dos
I've looked into flash.sampler, and obv you can do few things with it.
dd