Home
last modified time | relevance | path

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

/art/tools/dexanalyze/
Ddexanalyze_strings.h64 int64_t total_prefix_index_cost_ = 0u; variable
Ddexanalyze_strings.cc470 total_prefix_index_cost_ += prefix_index_cost_; in ProcessStrings()
558 os << "Prefix index cost " << Percent(total_prefix_index_cost_, total_size) << "\n"; in Dump()
562 net_savings -= total_prefix_index_cost_; in Dump()
567 << Percent(strings_used_prefixed_, total_prefix_index_cost_ / kPrefixIndexCost) << "\n"; in Dump()