Home
last modified time | relevance | path

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

/art/tools/jvmti-agents/titrace/
Dtitrace.cc138 size_t inst_count = instruction_counter_[i]; in Log() local
139 if (inst_count > 0) { in Log()
141 LOG(INFO) << " * " << opcode_name << "(op:" << i << "), count: " << inst_count in Log()
142 << ", % of total: " << (100.0 * inst_count / total); in Log()