Searched refs:totals (Results 1 – 3 of 3) sorted by relevance
423 // array to hold totals for each density450 // create row of totals for each density
1083 ProcessDataCollection totals = new ProcessDataCollection(screenStates, in dumpProcessSummaryDetails() local1085 computeProcessData(proc, totals, now); in dumpProcessSummaryDetails()1086 double percentage = (double) totals.totalTime / (double) totalTime * 100; in dumpProcessSummaryDetails()1088 if (percentage >= 0.005 || totals.numPss != 0) { in dumpProcessSummaryDetails()1095 totals.print(pw, totalTime, full); in dumpProcessSummaryDetails()
26 <li><a href="#solution">Solution: Store the Sub-totals per Device</a></li>429 <h3 id="solution">Solution: Store the Sub-totals per Device</h3>