What does this mean and what’s the difference?
stime and utime in DDMS
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.
utime – cumulative time spent executing user code, in “jiffies” (usually 10ms). Only available under Linux.
stime – cumulative time spent executing system code, in “jiffies” (usually 10ms).
Please more detail check link http://www.linuxtopia.org/online_books/android/devguide/guide/developing/tools/ddms.html