Home
last modified time | relevance | path

Searched refs:printPercent (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/procstats/
DDumpUtils.java232 public static void printPercent(PrintWriter pw, double fraction) { in printPercent() method in DumpUtils
DServiceState.java400 DumpUtils.printPercent(pw, (double)myTime/(double)totalTime); in dumpStats()
DProcessStats.java1900 DumpUtils.printPercent(pw, (double) totalTime / (double) overallTime); in print()