HomeSort by relevance Sort by last modified time
    Searched refs:total_entropy_ (Results 1 - 2 of 2) sorted by null

  /art/tools/dexanalyze/
dexanalyze_experiments.h 73 int64_t total_entropy_ = 0u; member in class:art::dexanalyze::AnalyzeDebugInfo
dexanalyze_experiments.cc 184 total_entropy_ += calc_entropy(counts);
203 os << "Debug info entropy " << Percent(total_entropy_, total_size) << "\n";

Completed in 831 milliseconds