I need to in some way profile my Android application while performing automated UI tests using Calabash. What i've gotten from my web search is that the built in android monitor is the way to go for profiling. Problem is that I need the profiling data exported and preferably in an excel friendly format.
What I need:
- The load e.g. CPU in %
- Time
Is there any way of exporting the android monitor profile data to a text file or equivalent? Or could I accomplish this with some other than android monitor? I have seen something about trace view but i can not see if that would suite my needs. Please do correct me if i'm wrong.