Searched refs:timeUsed (Results 1 – 3 of 3) sorted by relevance
243 long timeUsed = wtime - lastWakeTime; in dump() local246 TimeUtils.formatDuration(timeUsed, pw); pw.println(""); in dump()
10162 long timeUsed = wtime - r.lastWakeTime; in dumpProcessOomList() local10168 TimeUtils.formatDuration(timeUsed, pw); in dumpProcessOomList()10170 pw.print((timeUsed*100)/realtimeSince); in dumpProcessOomList()10174 long timeUsed = r.curCpuTime - r.lastCpuTime; in dumpProcessOomList() local10180 TimeUtils.formatDuration(timeUsed, pw); in dumpProcessOomList()10182 pw.print((timeUsed*100)/uptimeSince); in dumpProcessOomList()
646 long timeUsed = now - start; in checkThrottleAndPostNotification() local647 long warningThreshold = 2*threshold*timeUsed/(timeUsed+periodLength); in checkThrottleAndPostNotification()