Home
last modified time | relevance | path

Searched refs:total (Results 1 – 5 of 5) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/rop/code/
DDexTranslationAdvice.java106 int total = 0; in totalRopWidth() local
109 total += sources.get(i).getCategory(); in totalRopWidth()
112 return total; in totalRopWidth()
/dalvik/dx/src/com/android/dx/rop/code/
DDexTranslationAdvice.java117 int total = 0; in totalRopWidth() local
120 total += sources.get(i).getCategory(); in totalRopWidth()
123 return total; in totalRopWidth()
/dalvik/dx/tests/112-dex-return-jsr-result/
Dexpected.txt2 total invokes: 2
/dalvik/dx/tests/034-dex-minimal/
Dexpected.txt64 | header: 1 item; 112 bytes total
66 | map list: 1 item; 28 bytes total
/dalvik/tools/dmtracedump/
DTraceDump.c1535 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()
[all …]