Searched refs:low_arg_total (Results 1 – 1 of 1) sorted by relevance
616 const uint64_t low_arg_total = std::accumulate(arg_counts_, arg_counts_ + 2, 0u); in Dump() local617 os << "Low arg savings: " << Percent(low_arg_total * 2, total_size) << "\n"; in Dump()