I'm trying to see what the memory usage to start the app is, but the only way I know to monitor the usage is through the DDMS taking snapshots. Obviously I'm not quick enough to setup and take the snapshot after the process starts. I need to graph the usage to see where it peaks. Any easy way to do this? Ideally, It would be nice to see how much of the memory usage is from each individual process. I realize this is a pretty complicated request, I just thought it was worth asking, as it would save me loads of work in trial and error. Thanks for any ideas!
I usually follow the steps indicated in the android doc (DDMS section), you might have already seen it:
Anyway I hope it will help a bit!