Searched refs:per (Results 1 – 3 of 3) sorted by relevance
/dalvik/tools/dmtracedump/ |
D | TraceDump.c | 1427 double per = 100.0 * pTimed->elapsedInclusive / methodTotal; in printInclusiveMethod() local 1454 "", "", per, in printInclusiveMethod() 1471 "", "", per, in printInclusiveMethod() 1535 double total, sum, per, sum_per; in printExclusiveProfile() local 1589 per = 100.0 * method->elapsedExclusive / total; in printExclusiveProfile() 1599 method->elapsedExclusive, per, sum_per, in printExclusiveProfile() 1604 method->elapsedExclusive, per, sum_per, in printExclusiveProfile() 1696 double total, sum, per, sum_per; in printInclusiveProfile() local 1758 per = 100.0 * method->elapsedInclusive / total; in printInclusiveProfile() 1763 per, "", "", method->numCalls[0], method->numCalls[1], in printInclusiveProfile() [all …]
|
/dalvik/opcode-gen/ |
D | README.txt | 55 * Update the file bytecode.txt, and run regen-all, as per above.
|
D | bytecode.txt | 19 # One line per instruction format family. Each line consists of a 52 # One line per opcode. Columns are:
|