Searched refs:rel_stime (Results 1 – 3 of 3) sorted by relevance
248 public int rel_stime; field in ProcessCpuTracker.Stats302 int ta = sta.rel_utime + sta.rel_stime;303 int tb = stb.rel_utime + stb.rel_stime;478 st.rel_stime = 0; in collectStats()508 st.rel_stime = (int)(stime - st.base_stime); in collectStats()578 st.rel_stime = 0; in collectStats()590 st.rel_stime = 0; in collectStats()610 st.rel_stime = 0; in collectStats()814 proto.write(CpuUsageProto.Stat.SYSTEM_TIME, st.rel_stime);895 st.rel_utime, st.rel_stime, 0, 0, 0, st.rel_minfaults, st.rel_majfaults);[all …]
553 r.mCurrentCputime += st.rel_utime + st.rel_stime; in updateProcessCpuStatesLocked()
2076 totalSTime += st.rel_stime; in updateCpuStatsNow()2086 ps.addCpuTimeLocked(st.rel_utime, st.rel_stime); in updateCpuStatsNow()2088 st.rel_utime + st.rel_stime); in updateCpuStatsNow()2097 ps.addCpuTimeLocked(st.rel_utime, st.rel_stime); in updateCpuStatsNow()