Home
last modified time | relevance | path

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

/art/tools/dexanalyze/
Ddexanalyze_experiments.cc53 std::string Percent(uint64_t value, uint64_t max) { in Percent() function
189 os << "Debug info bytes " << Percent(total_bytes_, total_size) << "\n"; in Dump()
191 os << " DBG_END_SEQUENCE: " << Percent(total_end_seq_bytes_, total_size) << "\n"; in Dump()
192 os << " DBG_ADVANCE_PC: " << Percent(total_advance_pc_bytes_, total_size) << "\n"; in Dump()
193 os << " DBG_ADVANCE_LINE: " << Percent(total_advance_line_bytes_, total_size) << "\n"; in Dump()
194 os << " DBG_START_LOCAL: " << Percent(total_start_local_bytes_, total_size) << "\n"; in Dump()
196 << Percent(total_start_local_extended_bytes_, total_size) << "\n"; in Dump()
197 os << " DBG_END_LOCAL: " << Percent(total_end_local_bytes_, total_size) << "\n"; in Dump()
198 os << " DBG_RESTART_LOCAL: " << Percent(total_restart_local_bytes_, total_size) << "\n"; in Dump()
199 os << " DBG_SET_PROLOGUE bytes " << Percent(total_epilogue_bytes_, total_size) << "\n"; in Dump()
[all …]
Ddexanalyze_strings.cc543 os << "Total string data bytes " << Percent(string_data_bytes_, total_size) << "\n"; in Dump()
545 << Percent(total_unique_string_data_bytes_, total_size) << "\n"; in Dump()
546 os << "UTF-16 string data bytes " << Percent(wide_string_bytes_, total_size) << "\n"; in Dump()
547 os << "ASCII string data bytes " << Percent(ascii_string_bytes_, total_size) << "\n"; in Dump()
555 os << "Total shared prefix bytes " << Percent(total_shared_prefix_bytes_, total_size) << "\n"; in Dump()
556 os << "Prefix dictionary cost " << Percent(total_prefix_dict_, total_size) << "\n"; in Dump()
557 os << "Prefix table cost " << Percent(total_prefix_table_, total_size) << "\n"; in Dump()
558 os << "Prefix index cost " << Percent(total_prefix_index_cost_, total_size) << "\n"; in Dump()
564 os << "Prefix base savings " << Percent(total_prefix_savings_, total_size) << "\n"; in Dump()
565 os << "Prefix net savings " << Percent(net_savings, total_size) << "\n"; in Dump()
[all …]
Ddexanalyze_bytecode.cc87 os << Percent(pair.first, total) << " : ";
96 os << "other: " << Percent(other, total) << "\n";
169 os << "Total Dex code bytes: " << Percent(dex_code_bytes_, total_size) << "\n"; in Dump()
170 os << "Total output code bytes: " << Percent(output_size_, total_size) << "\n"; in Dump()
171 os << "Total deduped code bytes: " << Percent(deduped_size_, total_size) << "\n"; in Dump()
207 os << Percent(pairs[i].first, total_size) << " " in Dump()
214 << Percent(top_instructions_savings, total_size) << "\n"; in Dump()
Ddexanalyze_experiments.h52 std::string Percent(uint64_t value, uint64_t max);