At work I am using Ubuntu and at home I am using windows 7. I would like to know how can I benchmark my android application on Ubuntu and windows 7.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use DDMS and Systrace to break down what your app is doing and for how long.
As for “benchmarking,” what do you mean by that? Do you want to see how long it takes to do something in your app?
It’s usually more useful to just make sure you’re doing things in the fastest way possible, rather than within a certain time window.