Home | History | Annotate | Download | only in qemu

Lines Matching refs:profile_getclock

149     ti = profile_getclock();
174 s->interm_time += profile_getclock() - ti;
175 s->code_time -= profile_getclock();
180 s->code_time += profile_getclock();
209 ti = profile_getclock();
247 s->restore_time += profile_getclock() - ti;