Searched refs:rel_utime (Results 1 – 3 of 3) sorted by relevance
242 public int rel_utime; field in ProcessCpuTracker.Stats302 int ta = sta.rel_utime + sta.rel_stime;303 int tb = stb.rel_utime + stb.rel_stime;477 st.rel_utime = 0; in collectStats()507 st.rel_utime = (int)(utime - st.base_utime); in collectStats()577 st.rel_utime = 0; in collectStats()589 st.rel_utime = 0; in collectStats()609 st.rel_utime = 0; in collectStats()813 proto.write(CpuUsageProto.Stat.USER_TIME, st.rel_utime);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()
2075 totalUTime += st.rel_utime; 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()