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++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -