Home
last modified time | relevance | path

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

/art/tools/dexanalyze/
Ddexanalyze_experiments.h87 int64_t total_set_file_bytes_ = 0u; variable
Ddexanalyze_experiments.cc151 total_set_file_bytes_ += stream - op_start; in ProcessDexFiles()
200 os << " DBG_SET_FILE bytes " << Percent(total_set_file_bytes_, total_size) << "\n"; in Dump()