Home
last modified time | relevance | path

Searched refs:stime (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DProcessCpuTracker.java460 final long stime = procStats[PROCESS_STAT_STIME] * mJiffyMillis; in collectStats()
462 if (utime == st.base_utime && stime == st.base_stime) { in collectStats()
487 + " stime=" + stime + "-" + st.base_stime in collectStats()
494 st.rel_stime = (int)(stime - st.base_stime); in collectStats()
496 st.base_stime = stime; in collectStats()
/frameworks/native/cmds/dumpstate/
Dutils.cpp503 unsigned long long utime = 0, stime = 0, iotime = 0; in show_showtime() local
509 &utime, &stime, &iotime) != 3) { in show_showtime()
513 unsigned long long total = utime + stime; in show_showtime()
528 snprcent(buffer, sizeof(buffer), 65, stime); in show_showtime()