Home
last modified time | relevance | path

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

/art/tools/dexanalyze/
Ddexanalyze_experiments.h85 int64_t total_restart_local_bytes_ = 0u; variable
Ddexanalyze_experiments.cc143 total_restart_local_bytes_ += stream - op_start; in ProcessDexFiles()
198 os << " DBG_RESTART_LOCAL: " << Percent(total_restart_local_bytes_, total_size) << "\n"; in Dump()