0

Does Flash Builder have any tool for detailed memory monitoring?

When my program is run for a long time it gets slower, and I would like to identify the problem.

When I press ctrl-alt-del to check my program memory it is increasing, but I am not able find which part of program is responsible for this increase.

Thanks for your help,

pavel

midhunhk
  • 5,560
  • 7
  • 52
  • 83
Pavel Severýn
  • 255
  • 2
  • 10

3 Answers3

3

Youve almost definitly got a memory leak problem.

I had a very similar problem, and was given some great advice. Documented all the steps involved in the memory profiling and in resolving the issue (with running example) - see the StackOverflow link below.

Hope it helps

Flash Builder 4 Profiler: how to spot what objects are causing a known memory increase?

enter image description here

Community
  • 1
  • 1
Drenai
  • 11,315
  • 9
  • 48
  • 82
2

There is a profiler included with Flash Builder Premium

Documentation

Florian F
  • 8,822
  • 4
  • 37
  • 50
0

Pro-filer is the best tool to optimize the memory performance.. it is inbuilt with flex builder but need to install flash player(Debugger version must).

Raju
  • 176
  • 3
  • 11