Searched refs:totals (Results 1 – 2 of 2) sorted by relevance
141 int[] totals = new int[64]; in mix_randomlyDistributesBits() local147 totals[j] += bit; in mix_randomlyDistributesBits()152 float mean = ((float) totals[i]) / iterations; in mix_randomlyDistributesBits()
1018 ProcessStats.ProcessDataCollection totals = new ProcessStats.ProcessDataCollection( in dumpProcessSummaryDetails() local1020 computeProcessData(totals, now); in dumpProcessSummaryDetails()1021 final double percentage = (double) totals.totalTime / (double) totalTime * 100; in dumpProcessSummaryDetails()1023 if (percentage >= 0.005 || totals.numPss != 0) { in dumpProcessSummaryDetails()1032 totals.print(pw, totalTime, full); in dumpProcessSummaryDetails()