Home
last modified time | relevance | path

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

/art/tools/dexanalyze/
Ddexanalyze_experiments.h73 int64_t total_entropy_ = 0u; variable
Ddexanalyze_experiments.cc184 total_entropy_ += calc_entropy(counts); in ProcessDexFiles()
203 os << "Debug info entropy " << Percent(total_entropy_, total_size) << "\n"; in Dump()