Searched refs:rel_utime (Results 1 – 3 of 3) sorted by relevance
237 public int rel_utime; field in ProcessCpuTracker.Stats297 int ta = sta.rel_utime + sta.rel_stime;298 int tb = stb.rel_utime + stb.rel_stime;472 st.rel_utime = 0; in collectStats()502 st.rel_utime = (int)(utime - st.base_utime); in collectStats()572 st.rel_utime = 0; in collectStats()584 st.rel_utime = 0; in collectStats()604 st.rel_utime = 0; in collectStats()796 proto.write(CpuUsageProto.Stat.USER_TIME, st.rel_utime);866 st.rel_utime, st.rel_stime, 0, 0, 0, st.rel_minfaults, st.rel_majfaults);[all …]
1853 totalUTime += st.rel_utime; in updateCpuStatsNow()1864 ps.addCpuTimeLocked(st.rel_utime, st.rel_stime); in updateCpuStatsNow()1866 st.rel_utime + st.rel_stime); in updateCpuStatsNow()1875 ps.addCpuTimeLocked(st.rel_utime, st.rel_stime); in updateCpuStatsNow()
547 r.mCurrentCputime += st.rel_utime + st.rel_stime; in updateProcessCpuStatesLocked()