Searched refs:printPercent (Results 1 – 4 of 4) sorted by relevance
688 DumpUtils.printPercent(pw, (double) totalDuration / (double) totalTime); in dumpStats()714 DumpUtils.printPercent(pw, (double) totalDuration / (double) totalTime); in dumpStats()773 DumpUtils.printPercent(pw, (double) cont.mActiveTime / (double) totalTime); in dumpStats()796 DumpUtils.printPercent(pw, (double) cont.mTotalTime / (double) totalTime); in dumpStats()842 DumpUtils.printPercent(pw, (double) duration / (double) totalTime); in dumpActiveDurationSummary()879 DumpUtils.printPercent(pw, (double) time / (double) overallTime); in dumpTime()
300 public static void printPercent(PrintWriter pw, double fraction) { in printPercent() method in DumpUtils
448 DumpUtils.printPercent(pw, (double)myTime/(double)totalTime); in dumpStats()
2547 DumpUtils.printPercent(pw, (double) totalTime / (double) overallTime); in print()