Home
last modified time | relevance | path

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

/art/tools/dexanalyze/
Ddexanalyze_experiments.cc178 double ratio = static_cast<double>(c) / static_cast<double>(total); in ProcessDexFiles() local
179 avg_entropy -= ratio * log(ratio) / log(256.0); in ProcessDexFiles()
/art/runtime/
Druntime.cc353 float ratio = static_cast<float>(gc_cpu_time) / process_cpu_time; in ~Runtime() local
356 << " (" << ratio << ")" in ~Runtime()