Searched refs:stime (Results 1 – 2 of 2) sorted by relevance
395 final long stime = procStats[PROCESS_STAT_STIME]; in collectStats()397 if (utime == st.base_utime && stime == st.base_stime) { in collectStats()422 + " stime=" + stime + "-" + st.base_stime in collectStats()429 st.rel_stime = (int)(stime - st.base_stime); in collectStats()431 st.base_stime = stime; in collectStats()
2856 public void finishAddingCpuLocked(int perc, int utime, int stime, long[] cpuSpeedTimes) { in finishAddingCpuLocked() argument2878 int mySTime = stime/num; in finishAddingCpuLocked()2880 stime -= mySTime; in finishAddingCpuLocked()2891 if (utime != 0 || stime != 0) { in finishAddingCpuLocked()2895 proc.addCpuTimeLocked(utime, stime); in finishAddingCpuLocked()5681 public void addCpuTimeLocked(int utime, int stime) { in addCpuTimeLocked() argument5683 mSystemTime += stime; in addCpuTimeLocked()