Home
last modified time | relevance | path

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

/art/tools/dexanalyze/
Ddexanalyze_strings.h59 int64_t total_unique_string_data_bytes_ = 0u; variable
Ddexanalyze_strings.cc489 total_unique_string_data_bytes_ += unique_string_data_bytes; in ProcessStrings()
545 << Percent(total_unique_string_data_bytes_, total_size) << "\n"; in Dump()