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

2009-04-22 Thread fadden
On Apr 21, 9:35 am, Sahil Arora wrote: > Please find attached the hprof file that i am using at my end.. I await your > response. I can use the original with our Android-modified "hat", and I can use the converted form with Sun's jhat. I don't have jprofiler, so I can't try that. You may want

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

2009-04-20 Thread fadden
On Apr 19, 6:58 am, Sahil Arora wrote: > This creates the standard1.hprof file. On double clicking this file > JProfiler tries to open this file, but, the following error comes: > > "An unrecoverable error occured: > java.lang.ArithmeticEception: / by zero" Can you e-mail the *original* hprof fi

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

2009-04-19 Thread Sahil Arora
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.hp

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

2009-04-17 Thread fadden
On Apr 17, 6:57 am, Zhubham wrote: > This has concern to the profiling discussion > @http://groups.google.com/group/android-developers/browse_thread/threa... > > As mentioned in the second message, i can generate the hprof files. > But I m facing difficulty in opening this file using Jprofiler.