Searched defs:rel_utime (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
H A DProcessStats.java193 public int rel_utime; field in class:ProcessStats.Stats
237 int ta = sta.rel_utime + sta.rel_stime;
238 int tb = stb.rel_utime + stb.rel_stime;
377 st.rel_utime = 0;
407 st.rel_utime = (int)(utime - st.base_utime);
475 st.rel_utime = 0;
487 st.rel_utime = 0;
507 st.rel_utime = 0;
724 st.rel_utime, st.rel_stime, 0, 0, 0, st.rel_minfaults, st.rel_majfaults);
732 tst.rel_utime, ts
[all...]

Completed in 125 milliseconds