Home
last modified time | relevance | path

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

/art/tools/dexanalyze/
Ddexanalyze_experiments.cc616 const uint64_t low_arg_total = std::accumulate(arg_counts_, arg_counts_ + 2, 0u); in Dump() local
617 os << "Low arg savings: " << Percent(low_arg_total * 2, total_size) << "\n"; in Dump()