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