Home | History | Annotate | Download | only in tcg

Lines Matching refs:tot

2209     int64_t tot;
2211 tot = s->interm_time + s->code_time;
2213 tot, tot / 2.4e9);
2229 s->op_count ? (double)tot / s->op_count : 0);
2231 s->code_in_len ? (double)tot / s->code_in_len : 0);
2233 s->code_out_len ? (double)tot / s->code_out_len : 0);
2234 if (tot == 0)
2235 tot = 1;
2237 (double)s->interm_time / tot * 100.0);
2239 (double)s->code_time / tot * 100.0);