Okie, I found out that trace_reader.cpp has the c++ implemention of trace reader. I was able to use it to read in the traces... Still working on interesting stats out of it... any ideas? Basically, I just want to be able to analyze the data to be able to tell the hot spots in any application, the static and dynamic instruction counts for starters...
--newbie On Mar 5, 3:28 pm, Ganesh V <[email protected]> wrote: > I need to get a trace of dynamic instructions and the corresponding > static instructions executed for applications on teh ARM emulator. I > am using Android 2.1 as my backend. I see that startNativeTracing > produces qtrace.insn, qtrace.bb, qtrace.pid and qtrace.static. How do > I parse these files ? > > In general, if I want to generate instruction traces for my > application then what would be a good way to do it? > > THanks, > newbie... -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

