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? -

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

php cli reading files and how to fix it? -