Searched refs:inst_count (Results 1 – 1 of 1) sorted by relevance
138 size_t inst_count = instruction_counter_[i]; in Log() local139 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()