Home
last modified time | relevance | path

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

/external/qemu/tcg/
Dtcg.c2215 s->tb_count, in tcg_dump_info()
2216 s->tb_count1 - s->tb_count, in tcg_dump_info()
2217 s->tb_count1 ? (double)(s->tb_count1 - s->tb_count) / s->tb_count1 * 100.0 : 0); in tcg_dump_info()
2219 s->tb_count ? (double)s->op_count / s->tb_count : 0, s->op_count_max); in tcg_dump_info()
2221 s->tb_count ? in tcg_dump_info()
2222 (double)s->del_op_count / s->tb_count : 0); in tcg_dump_info()
2224 s->tb_count ? in tcg_dump_info()
2225 (double)s->temp_count / s->tb_count : 0, in tcg_dump_info()
Dtcg.h312 int64_t tb_count; member
/external/qemu/
Dtranslate-all.c135 s->tb_count++; in cpu_gen_code()