Searched refs:total (Results 1 – 5 of 5) sorted by relevance
106 int total = 0; in totalRopWidth() local109 total += sources.get(i).getCategory(); in totalRopWidth()112 return total; in totalRopWidth()
117 int total = 0; in totalRopWidth() local120 total += sources.get(i).getCategory(); in totalRopWidth()123 return total; in totalRopWidth()
2 total invokes: 2
64 | header: 1 item; 112 bytes total66 | map list: 1 item; 28 bytes total
1535 double total, sum, per, sum_per; in printExclusiveProfile() local1541 total = sumThreadTime; in printExclusiveProfile()1589 per = 100.0 * method->elapsedExclusive / total; in printExclusiveProfile()1590 sum_per = 100.0 * sum / total; in printExclusiveProfile()1696 double total, sum, per, sum_per; in printInclusiveProfile() local1702 total = sumThreadTime; in printInclusiveProfile()1758 per = 100.0 * method->elapsedInclusive / total; in printInclusiveProfile()1897 double total, sum, per, sum_per; in printClassProfiles() local1901 total = sumThreadTime; in printClassProfiles()1971 per = 100.0 * pClass->elapsedExclusive / total; in printClassProfiles()[all …]