Home
last modified time | relevance | path

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

/art/tools/dexanalyze/
Ddexanalyze_strings.h60 int64_t total_shared_prefix_bytes_ = 0u; variable
Ddexanalyze_strings.cc461 total_shared_prefix_bytes_ += best_len; in ProcessStrings()
555 os << "Total shared prefix bytes " << Percent(total_shared_prefix_bytes_, total_size) << "\n"; in Dump()