[android-developers] Re: Profiling ->memory usage

2009-04-17 Thread qvark
Hi, you can find the steps in this thread: http://groups.google.com/group/android-developers/browse_thread/thread/6659aaf069e462d2/2f2327e87dfdf639 The posts by fadden are specially important, please note that you have to "convert" the hprof generated by Android to a standard format with the uti

[android-developers] Re: Profiling ->memory usage

2009-04-18 Thread Zhubham
Hi, I am trying to convert the hprof generated by android to standard format using the code at http://bigflake.com/HprofConv.c.txt. For this i goto unix and 1) type gcc HprofConv.c (this is the file containg the code from above link) 2) next i type, ./a.out heap-profile.hprof standard1.h