Home | History | Annotate | Download | only in tcg

Lines Matching refs:code_time

2220     tot = s->interm_time + s->code_time;
2248 (double)s->code_time / tot * 100.0);
2250 (double)s->la_time / (s->code_time ? s->code_time : 1) * 100.0);