Home | History | Annotate | Download | only in tcg

Lines Matching refs:tot

2218     int64_t tot;
2220 tot = s->interm_time + s->code_time;
2222 tot, tot / 2.4e9);
2238 s->op_count ? (double)tot / s->op_count : 0);
2240 s->code_in_len ? (double)tot / s->code_in_len : 0);
2242 s->code_out_len ? (double)tot / s->code_out_len : 0);
2243 if (tot == 0)
2244 tot = 1;
2246 (double)s->interm_time / tot * 100.0);
2248 (double)s->code_time / tot * 100.0);