Home
last modified time | relevance | path

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

/art/tools/dexanalyze/
Ddexanalyze_experiments.h84 int64_t total_end_local_bytes_ = 0u; variable
Ddexanalyze_experiments.cc139 total_end_local_bytes_ += stream - op_start; in ProcessDexFiles()
197 os << " DBG_END_LOCAL: " << Percent(total_end_local_bytes_, total_size) << "\n"; in Dump()