java - Android thread stime,utime? -


what mean , what's difference?

stime , utime in ddms

utime - cumulative time spent executing user code, in "jiffies" (usually 10ms). 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


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -