0
votes

System.totalMemory gives the total memory used by the flash player and not one particular application. Is there any way I can get the flex application's memory usage in code/actionscript?

2

2 Answers

0
votes

The De MonsterDebugger gives you an object by object readout of memory usage, but it makes you call out to it as a separate air application, which you may not want to do in production code. It's open source though, so it might be worth a look at how they do it.

0
votes

Here is a great open source actionscript only resource meter https://github.com/mrdoob/Hi-ReS-Stats