Searched refs:timeUsed (Results 1 – 3 of 3) sorted by relevance
211 long timeUsed = wtime - lastWakeTime; in dump() local214 TimeUtils.formatDuration(timeUsed, pw); pw.println(""); in dump()
9087 long timeUsed = wtime - r.lastWakeTime; in dumpProcessOomList() local9093 TimeUtils.formatDuration(timeUsed, pw); in dumpProcessOomList()9095 pw.print((timeUsed*100)/realtimeSince); in dumpProcessOomList()9099 long timeUsed = r.curCpuTime - r.lastCpuTime; in dumpProcessOomList() local9105 TimeUtils.formatDuration(timeUsed, pw); in dumpProcessOomList()9107 pw.print((timeUsed*100)/uptimeSince); in dumpProcessOomList()
644 long timeUsed = now - start; in checkThrottleAndPostNotification() local645 long warningThreshold = 2*threshold*timeUsed/(timeUsed+periodLength); in checkThrottleAndPostNotification()