Searched refs:per (Results 1 – 4 of 4) 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/docs/ |
D | instruction-formats.css | 82 /* the formats, per se */
|
/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 53 # One line per opcode. Columns are:
|