Lines Matching refs:total
1535 double total, sum, per, sum_per; in printExclusiveProfile() local
1541 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() local
1702 total = sumThreadTime; in printInclusiveProfile()
1758 per = 100.0 * method->elapsedInclusive / total; in printInclusiveProfile()
1897 double total, sum, per, sum_per; in printClassProfiles() local
1901 total = sumThreadTime; in printClassProfiles()
1971 per = 100.0 * pClass->elapsedExclusive / total; in printClassProfiles()
1973 sum_per = 100.0 * sum / total; in printClassProfiles()
2133 double total, sum, per, sum_per; in printMethodProfiles() local
2140 total = sumThreadTime; in printMethodProfiles()
2203 per = 100.0 * pUnique->elapsedExclusive / total; in printMethodProfiles()
2205 sum_per = 100.0 * sum / total; in printMethodProfiles()