Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/app/procstats/
H A DAssociationState.java858 DumpUtils.printPercent(pw, (double) totalDuration / (double) totalTime); in dumpStats()
884 DumpUtils.printPercent(pw, (double) totalDuration / (double) totalTime); in dumpStats()
951 DumpUtils.printPercent(pw, (double) cont.mActiveTime / (double) totalTime); in dumpSources()
974 DumpUtils.printPercent(pw, (double) cont.mTotalTime / (double) totalTime); in dumpSources()
1020 DumpUtils.printPercent(pw, (double) duration / (double) totalTime); in dumpActiveDurationSummary()
1057 DumpUtils.printPercent(pw, (double) time / (double) overallTime); in dumpTime()
H A DDumpUtils.java317 public static void printPercent(PrintWriter pw, double fraction) { in printPercent() method in DumpUtils
H A DServiceState.java448 DumpUtils.printPercent(pw, (double)myTime/(double)totalTime); in dumpStats()
H A DProcessStats.java2516 DumpUtils.printPercent(pw, (double) totalTime / (double) overallTime); in print()