Home
last modified time | relevance | path

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

/art/tools/dexanalyze/
Ddexanalyze_bytecode.cc183 uint64_t top_instructions_savings = 0u; in Dump() local
185 top_instructions_savings += pairs[i].first; in Dump()
214 << Percent(top_instructions_savings, total_size) << "\n"; in Dump()