Searched refs:totals (Results 1 – 1 of 1) sorted by relevance
936 ProcessStats.ProcessDataCollection totals = new ProcessStats.ProcessDataCollection( in dumpProcessSummaryDetails() local938 computeProcessData(totals, now); in dumpProcessSummaryDetails()939 final double percentage = (double) totals.totalTime / (double) totalTime * 100; in dumpProcessSummaryDetails()941 if (percentage >= 0.005 || totals.numPss != 0) { in dumpProcessSummaryDetails()948 totals.print(pw, totalTime, full); in dumpProcessSummaryDetails()