Home
last modified time | relevance | path

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

/art/tools/dexanalyze/
Ddexanalyze_strings.cc559 int64_t net_savings = total_prefix_savings_; in Dump() local
560 net_savings -= total_prefix_dict_; in Dump()
561 net_savings -= total_prefix_table_; in Dump()
562 net_savings -= total_prefix_index_cost_; in Dump()
565 os << "Prefix net savings " << Percent(net_savings, total_size) << "\n"; in Dump()