Trace File Converter for Profiling Android Data

Asked By 10 points N/A Posted on -
qa-featured

I am trying to look for the converter trace file into a TPTP .trcxml file. I am currently working on profiling Android application. I use Eclipse Test & Performance Tools Platform (TPTP) profiling tool to visualize Android profiling data. I successfully transferred my trace file from Android emulator into my file system. Please help me to find this converter to finish this or please provide me steps if there is another way to complete this. Thank you very much in advance!

SHARE
Answered By 20 points N/A #105303

Trace File Converter for Profiling Android Data

qa-featured

Hallo Jane Gonzales,

Maybe you could try to dump the HPROF file from the DDMS prospective for you to be able usage of the memory from the android eclipse, but before that you will need to select save to disk action which is found in the DDMS preference panel when the HPROF action appears.

Henceforth, in case you dump the HPROF file, you will be asked whether you may want to save the .hprof file that you are using. You will thereafter be needed to convert the file using the hprof converter tool which you will find in the following directory in android, ./tools, and the you can view the memory usage stats by using the eclipse MAT plugin.

__

Regards
Mahesh Babu

 

Related Questions