Searched refs:userTime (Results 1 – 2 of 2) sorted by relevance
183 final int userTime = stats.getLastUserTime(); in onDraw() local190 final int totalTime = userTime+systemTime+iowaitTime+irqTime+softIrqTime+idleTime; in onDraw()194 int userW = (userTime*W)/totalTime; in onDraw()
1398 long userTime = ps.getUserTime(which); in dumpCheckinLocked() local1402 if (userTime != 0 || systemTime != 0 || starts != 0) { in dumpCheckinLocked()1405 userTime * 10, // cpu time in ms in dumpCheckinLocked()1855 long userTime; in dumpLocked() local1860 userTime = ps.getUserTime(which); in dumpLocked()1866 if (userTime != 0 || systemTime != 0 || starts != 0 in dumpLocked()1872 formatTime(sb, userTime); sb.append("usr + "); in dumpLocked()